<?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: Compress, Analyze, Rebuild Spatial Index, Default, and Versions in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/compress-analyze-rebuild-spatial-index-default-and/m-p/525028#M29811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Compress, Analyze, and Rebuild Spatial Index only is done on the DEFAULT? No need to do this on Versions which are a Child to DEFAULT? I think this is what you are saying?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jan 2013 21:13:31 GMT</pubDate>
    <dc:creator>TimHayes</dc:creator>
    <dc:date>2013-01-02T21:13:31Z</dc:date>
    <item>
      <title>Compress, Analyze, Rebuild Spatial Index, Default, and Versions</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-analyze-rebuild-spatial-index-default-and/m-p/525026#M29809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the DEFAULT (Parent) with two Versions (Children). Each Version is a direct descendent from the Default. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not want to run a FULL Compression yet. But, would like to do a "partial" compression (not the FULL Compression where I delete the Versions first). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Should I Compress each Version separately, and also compress Default? OR should I just compress the Default? If I just compress the Default, will it automatically apply to each Version?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Should I Analyze each Version separately, and also the Default? If I just Analyze the Default, will it automatically apply to each Version?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Should I Rebuild Spatial Index for each Version separately, and also the Default? If I just Rebuild Spatial Index for the Default, will it automatically apply to each Version?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 06:15:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-analyze-rebuild-spatial-index-default-and/m-p/525026#M29809</guid>
      <dc:creator>TimHayes</dc:creator>
      <dc:date>2013-01-02T06:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Compress, Analyze, Rebuild Spatial Index, Default, and Versions</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-analyze-rebuild-spatial-index-default-and/m-p/525027#M29810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Timothy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Should I Compress each Version separately, and also compress Default?&amp;nbsp; OR should I just compress the Default? If I just compress the Default,&amp;nbsp; will it automatically apply to each Version?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- A &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//003n000000s5000000"&gt;compress&lt;/A&gt;&lt;SPAN&gt; operation operates against all states in the geodatabase, regardless of the version you are currently connected to.&amp;nbsp; If you are using ArcGIS 10.1, you can view the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Version_properties/003n000000wm000000/"&gt;Reconcile Order&lt;/A&gt;&lt;SPAN&gt; tab to see which order to reconcile your versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Should I Analyze each Version separately, and also the Default? If I&amp;nbsp; just Analyze the Default, will it automatically apply to each Version?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- When working with tables or datasets, an Analyze will update the statistics&amp;nbsp; of base tables, delta tables, and archive tables, along with the&amp;nbsp; statistics on those tables' indexes.&amp;nbsp; Therefore, you will not have to analyze versions separately.&amp;nbsp; When executing the analyze on a feature class/table, regardless of the version, all tables' indexes mentioned above will be updated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3.&amp;nbsp; Should I Rebuild Spatial Index for each Version separately, and also&amp;nbsp; the Default? If I just Rebuild Spatial Index for the Default, will it&amp;nbsp; automatically apply to each Version?&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- The spatial index is the same for all versions.&amp;nbsp; If you made a substantial amount of edits where you added or deleted a large amount of features, you should recalculate your spatial index after you perform the compress.&amp;nbsp; You should also rebuild RDBMS indexes to help improve the performance, as indexes can become fragmented due to frequent editing and compressing of the data.&amp;nbsp; See the following article &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/38551"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 10:41:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-analyze-rebuild-spatial-index-default-and/m-p/525027#M29810</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2013-01-02T10:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Compress, Analyze, Rebuild Spatial Index, Default, and Versions</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-analyze-rebuild-spatial-index-default-and/m-p/525028#M29811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Compress, Analyze, and Rebuild Spatial Index only is done on the DEFAULT? No need to do this on Versions which are a Child to DEFAULT? I think this is what you are saying?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 21:13:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-analyze-rebuild-spatial-index-default-and/m-p/525028#M29811</guid>
      <dc:creator>TimHayes</dc:creator>
      <dc:date>2013-01-02T21:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Compress, Analyze, Rebuild Spatial Index, Default, and Versions</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-analyze-rebuild-spatial-index-default-and/m-p/525029#M29812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Keep in mind that changes to more than one table can reside in a single state (e.g., feature&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; dataset edits). Versioning is implemented as a single state tree across all tables in the instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Indexes are a property of individual tables.&amp;nbsp; All the states (edits) associated with a single versioned &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;table reside in the set of tables (business, adds, and deletes) -- you *can't* index different states&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; differently.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 01:26:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-analyze-rebuild-spatial-index-default-and/m-p/525029#M29812</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-01-03T01:26:13Z</dc:date>
    </item>
  </channel>
</rss>

