<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: arcpy attribute indexing vs ArcCatalog properties atrribut indexing in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-attribute-indexing-vs-arccatalog-properties/m-p/490724#M38405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am applying an index directly to the table (not using table view).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2012 18:34:15 GMT</pubDate>
    <dc:creator>DDArnett</dc:creator>
    <dc:date>2012-08-30T18:34:15Z</dc:date>
    <item>
      <title>arcpy attribute indexing vs ArcCatalog properties atrribut indexing</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-attribute-indexing-vs-arccatalog-properties/m-p/490722#M38403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a python script that creates a table from a text file then creates an index on one of the attribute fields. The purpose is to speed up searches on that field. In 10.1 I've noticed that the tables that are indexed through python are not as efficient as the table if indexed through ArcCatalog. The table indexed through the python script takes about 5 to 6 seconds to select a record while the same table if indexed through ArcCatalog\properties is instantaneous. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the line that is used in the script to index.... &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.AddIndex_management(geoTable, "ASSESSOR_N", "TaxLots", "NON_UNIQUE", "ASCENDING")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(The table is in a geodatabase).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 14:23:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-attribute-indexing-vs-arccatalog-properties/m-p/490722#M38403</guid>
      <dc:creator>DDArnett</dc:creator>
      <dc:date>2012-08-30T14:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy attribute indexing vs ArcCatalog properties atrribut indexing</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-attribute-indexing-vs-arccatalog-properties/m-p/490723#M38404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you doing it directly on the table or through a tableview in python?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 18:19:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-attribute-indexing-vs-arccatalog-properties/m-p/490723#M38404</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2012-08-30T18:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy attribute indexing vs ArcCatalog properties atrribut indexing</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-attribute-indexing-vs-arccatalog-properties/m-p/490724#M38405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am applying an index directly to the table (not using table view).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 18:34:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-attribute-indexing-vs-arccatalog-properties/m-p/490724#M38405</guid>
      <dc:creator>DDArnett</dc:creator>
      <dc:date>2012-08-30T18:34:15Z</dc:date>
    </item>
  </channel>
</rss>

