<?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: attribute indexes in distributed data in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/attribute-indexes-in-distributed-data/m-p/795639#M2358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No they shouldn't cause any issues.Mainly it just speeds up the querying process, without altering the schema or data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, recommendation is to always test on a small subset of data before implementing in production environment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Oct 2017 16:47:28 GMT</pubDate>
    <dc:creator>Asrujit_SenGupta</dc:creator>
    <dc:date>2017-10-03T16:47:28Z</dc:date>
    <item>
      <title>attribute indexes in distributed data</title>
      <link>https://community.esri.com/t5/geodatabase-questions/attribute-indexes-in-distributed-data/m-p/795638#M2357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our master geodatabase, on SQL Server, contains data layers that&amp;nbsp; are maintained on a separate file geodatabase, and are replicated on the master database.&amp;nbsp; We would like to create attribute indexes on those layers in our master geodatabase.&amp;nbsp; The question is, will synchronization and replication break or cause problems with those attribute indexes when the data updates are pushed from the file geodatabase?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 16:00:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/attribute-indexes-in-distributed-data/m-p/795638#M2357</guid>
      <dc:creator>BobBistrais</dc:creator>
      <dc:date>2017-10-03T16:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: attribute indexes in distributed data</title>
      <link>https://community.esri.com/t5/geodatabase-questions/attribute-indexes-in-distributed-data/m-p/795639#M2358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No they shouldn't cause any issues.Mainly it just speeds up the querying process, without altering the schema or data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, recommendation is to always test on a small subset of data before implementing in production environment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 16:47:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/attribute-indexes-in-distributed-data/m-p/795639#M2358</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2017-10-03T16:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: attribute indexes in distributed data</title>
      <link>https://community.esri.com/t5/geodatabase-questions/attribute-indexes-in-distributed-data/m-p/795640#M2359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be fine having attribute indexes in your master geodatabase and&amp;nbsp;using replication with your file geodatabases. The help docs for&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/geodatabases/importing-a-replica-schema.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/geodatabases/importing-a-replica-schema.htm"&gt;Importing a replica schema—ArcGIS Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;indicate that attribute indexes are ignored during schema comparison:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;Some changes can be applied to individual replica geodatabases but have no effect on data synchronization. For example, adding or removing an attribute index is not detected or even synchronized during schema synchronization. A replica may have indexes that the relative replica doesn't have, but since data synchronization is not affected, this difference is ignored.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's probably a good idea to use the Rebuild Indexes tool after synchronizing your replicas for performance reasons. See&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/geodatabases/rebuilding-dataset-indexes.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/geodatabases/rebuilding-dataset-indexes.htm"&gt;Rebuild dataset indexes using the Rebuild Indexes tool—ArcGIS Help | ArcGIS Desktop&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy replicating/syncing!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Micah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 16:58:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/attribute-indexes-in-distributed-data/m-p/795640#M2359</guid>
      <dc:creator>MicahBabinski</dc:creator>
      <dc:date>2017-10-03T16:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: attribute indexes in distributed data</title>
      <link>https://community.esri.com/t5/geodatabase-questions/attribute-indexes-in-distributed-data/m-p/795641#M2360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both.&amp;nbsp; I have created an attribute index on the data, we'll monitor and see how it works when the data is synched next time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 20:27:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/attribute-indexes-in-distributed-data/m-p/795641#M2360</guid>
      <dc:creator>BobBistrais</dc:creator>
      <dc:date>2017-10-04T20:27:40Z</dc:date>
    </item>
  </channel>
</rss>

