<?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: Increasing the performance of enterprise geodatabase (*.mdf), in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563461#M31980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: crafty762&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Is the �??compress�?� tool does compress to state 0?&lt;BR /&gt;does the �??analyze�?� tool help improving the performance as the �??analyze dataset�?� does?&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The compress tool trims the state lineage of your versioned geodatabase.&amp;nbsp; Depending on how much of your edits have been reconciled and posted from child versions up to parent versions, compress will move records from the delta tables to the base tables.&amp;nbsp; Compressing to state 0 essentially means that all records have been moved from the delta tables to the base tables.&amp;nbsp; You can compress all you want, but you will only achieve state 0 if: (1) ALL edits have been reconciled / posted, and (2) all versions are either deleted or their state IDs are set to the same state ID of SDE.DEFAULT prior to compress (although this happens as you successfully reconcile and post, anyways).&amp;nbsp; Compressing on a consistent basis is recommended, even if state 0 isn't your end goal.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The analyze tool and the analyze dataset tool both essentially do the same thing; however the analyze dataset tool will perform an analyze for all object classes within the entire input workspace (e.g., a feature dataset).&amp;nbsp; The analyze tool only targets one specific object class at a time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Mar 2014 15:48:42 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2014-03-08T15:48:42Z</dc:date>
    <item>
      <title>Increasing the performance of enterprise geodatabase (*.mdf),</title>
      <link>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563456#M31975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;Original User: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:Jamal432@gmail.com"&gt;Jamal432@gmail.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Increasing the performance of enterprise geodatabase (*.mdf),&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an *.mdf geodatabase which gets really slow when one of layer (stored in it) is accessed. The mdf size is about 4GB while the ldf size is 15GB. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]32022[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;13 versions are permanently linked to this enterprise geodatabase&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]32023[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To increase the performance, I have created a new mdf geodatabse and copied and pasted all the data from the old mdf to it. Then as I access the layers from the new mdf geodatabase, the performance increased dramatically (the versions had to be built again).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I???m sure that this is not the correct approach to increase the performance of an existing mdf geodatabase. What I???m looking for is some tools in the ArcGIS\SQL server that can improve the performance. The documents encourage to apply the ???compress geodatabase??? tool to increase the performance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]32024[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What other tools\recommendation might help to enhance the performance dramatically?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 17:43:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563456#M31975</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-03-07T17:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the performance of enterprise geodatabase (*.mdf),</title>
      <link>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563457#M31976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: asrujit&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There could be several suggestions for you:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Shrink the database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in SQL Server management Studio--&amp;gt;R-Click on the database--&amp;gt;Tasks--&amp;gt; Shrink&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shrinking the Transaction Log:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://technet.microsoft.com/en-us/library/ms178037(v=sql.105).aspx" rel="nofollow" target="_blank"&gt;http://technet.microsoft.com/en-us/library/ms178037(v=sql.105).aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. rebuild indexes&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://support.esri.com/cn/knowledgebase/techarticles/detail/24518" rel="nofollow" target="_blank"&gt;http://support.esri.com/cn/knowledgebase/techarticles/detail/24518&lt;/A&gt;&lt;SPAN&gt; (the link is valid for new SQL Server versions as well)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Reconcile/Post all versions and compress to state 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Give these a try and check whether this helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 23:00:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563457#M31976</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-03-07T23:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the performance of enterprise geodatabase (*.mdf),</title>
      <link>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563458#M31977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To add on to what Asrujit said,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000014z000000"&gt;Analyze Datasets&lt;/A&gt;&lt;SPAN&gt; (Data Management), to help get optimal performance from the RDBMS's query optimizer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 10:14:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563458#M31977</guid>
      <dc:creator>NidhinKarthikeyan</dc:creator>
      <dc:date>2014-03-08T10:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the performance of enterprise geodatabase (*.mdf),</title>
      <link>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563459#M31978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: vangelo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then there's taking a class in the database of your choice, so you know how &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to administer it optimally.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 11:53:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563459#M31978</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-03-08T11:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the performance of enterprise geodatabase (*.mdf),</title>
      <link>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563460#M31979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Jamal,&lt;BR /&gt;&lt;BR /&gt;There could be several suggestions for you:&lt;BR /&gt;&lt;BR /&gt;1. Shrink the database.&lt;BR /&gt;in SQL Server management Studio--&amp;gt;R-Click on the database--&amp;gt;Tasks--&amp;gt; Shrink&lt;BR /&gt;&lt;BR /&gt;Shrinking the Transaction Log:&lt;BR /&gt;&lt;A href="http://technet.microsoft.com/en-us/library/ms178037(v=sql.105).aspx"&gt;http://technet.microsoft.com/en-us/library/ms178037(v=sql.105).aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;2. rebuild indexes&lt;BR /&gt;&lt;A href="http://support.esri.com/cn/knowledgebase/techarticles/detail/24518"&gt;http://support.esri.com/cn/knowledgebase/techarticles/detail/24518&lt;/A&gt; (the link is valid for new SQL Server versions as well)&lt;BR /&gt;&lt;BR /&gt;3. Reconcile/Post all versions and compress to state 0&lt;BR /&gt;&lt;BR /&gt;Give these a try and check whether this helps!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks guys for the help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear Asrujit: the tools you have provided are very useful. Is the �??compress�?� tool does compress to state 0?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]32038[/ATTACH], [ATTACH=CONFIG]32039[/ATTACH], [ATTACH=CONFIG]32040[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear Nidhin: does the �??analyze�?� tool help improving the performance as the �??analyze dataset�?� does?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]32041[/ATTACH], [ATTACH=CONFIG]32042[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 15:32:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563460#M31979</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2014-03-08T15:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the performance of enterprise geodatabase (*.mdf),</title>
      <link>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563461#M31980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: crafty762&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Is the �??compress�?� tool does compress to state 0?&lt;BR /&gt;does the �??analyze�?� tool help improving the performance as the �??analyze dataset�?� does?&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The compress tool trims the state lineage of your versioned geodatabase.&amp;nbsp; Depending on how much of your edits have been reconciled and posted from child versions up to parent versions, compress will move records from the delta tables to the base tables.&amp;nbsp; Compressing to state 0 essentially means that all records have been moved from the delta tables to the base tables.&amp;nbsp; You can compress all you want, but you will only achieve state 0 if: (1) ALL edits have been reconciled / posted, and (2) all versions are either deleted or their state IDs are set to the same state ID of SDE.DEFAULT prior to compress (although this happens as you successfully reconcile and post, anyways).&amp;nbsp; Compressing on a consistent basis is recommended, even if state 0 isn't your end goal.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The analyze tool and the analyze dataset tool both essentially do the same thing; however the analyze dataset tool will perform an analyze for all object classes within the entire input workspace (e.g., a feature dataset).&amp;nbsp; The analyze tool only targets one specific object class at a time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 15:48:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563461#M31980</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-03-08T15:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the performance of enterprise geodatabase (*.mdf),</title>
      <link>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563462#M31981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://support.esri.com/cn/knowledgebase/techarticles/detail/24518"&gt;How can ArcSDE performance be improved?&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 16:52:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563462#M31981</guid>
      <dc:creator>NidhinKarthikeyan</dc:creator>
      <dc:date>2014-03-08T16:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the performance of enterprise geodatabase (*.mdf),</title>
      <link>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563463#M31982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;Original User: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:Jamal432@gmail.com"&gt;Jamal432@gmail.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The compress tool trims the state lineage of your versioned geodatabase.&amp;nbsp; Depending on how much of your edits have been reconciled and posted from child versions up to parent versions, compress will move records from the delta tables to the base tables.&amp;nbsp; Compressing to state 0 essentially means that all records have been moved from the delta tables to the base tables.&amp;nbsp; You can compress all you want, but you will only achieve state 0 if: (1) ALL edits have been reconciled / posted, and (2) all versions are either deleted or their state IDs are set to the same state ID of SDE.DEFAULT prior to compress (although this happens as you successfully reconcile and post, anyways).&amp;nbsp; Compressing on a consistent basis is recommended, even if state 0 isn't your end goal.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;The analyze tool and the analyze dataset tool both essentially do the same thing; however the analyze dataset tool will perform an analyze for all object classes within the entire input workspace (e.g., a feature dataset).&amp;nbsp; The analyze tool only targets one specific object class at a time.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks William for the input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do we need really to delete the versions for better performance or is it sufficient jut to reconcile and post?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]32043[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 16:57:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563463#M31982</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-03-08T16:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the performance of enterprise geodatabase (*.mdf),</title>
      <link>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563464#M31983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Compress a versioned database to state 0 can be done only after deleting the versions (excluding the sde.DEFAULT version).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First you have to Reconcile and post all versions which are ready to be applied to the DEFAULT version. Alternatively, delete the versions and Compress the database.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 17:00:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563464#M31983</guid>
      <dc:creator>NidhinKarthikeyan</dc:creator>
      <dc:date>2014-03-08T17:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the performance of enterprise geodatabase (*.mdf),</title>
      <link>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563465#M31984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: mboeringa2010&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And if you are wondering how other organizations are handling all this, and how you could organize your maintenance, I think William's good remarks in the below linked post of another thread should give you some idea:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/103765-ArcSDE-SQL-Server-weekly-maintenance-workflow-question?p=369867&amp;amp;viewfull=1#post369867"&gt;Re: ArcSDE/SQL Server/weekly maintenance workflow question&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 17:01:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563465#M31984</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-03-08T17:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the performance of enterprise geodatabase (*.mdf),</title>
      <link>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563466#M31985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;A href="http://support.esri.com/cn/knowledgebase/techarticles/detail/24518"&gt;How can ArcSDE performance be improved?&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Nidhin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I got from the very valuable inputs in this thread, the most important tools that helps in improving the performance are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. reconcile\post, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. compress, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. rebuild indexes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. analyze&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. shrink (SQL server)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is the order important?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]32044[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 17:12:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563466#M31985</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2014-03-08T17:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the performance of enterprise geodatabase (*.mdf),</title>
      <link>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563467#M31986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: nidhinkn&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The sequence of step from 1-4 is correct. You can export the model to a python script and schedule it. Not sure about the order of 'Shrink' (SQL server).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 17:23:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563467#M31986</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-03-08T17:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the performance of enterprise geodatabase (*.mdf),</title>
      <link>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563468#M31987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Compress a versioned database to state 0 can be done only after deleting the versions (excluding the sde.DEFAULT version).&lt;BR /&gt;&lt;BR /&gt;First you have to Reconcile and post all versions which are ready to be applied to the DEFAULT version. Alternatively, delete the versions and Compress the database.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is typically the way in which people achieve state 0, yes.&amp;nbsp; However, as I eluded to above, it is possible to go to state 0 without deleting child versions of SDE.DEFAULT.&amp;nbsp; We've done it with replica versions and with other versions.&amp;nbsp; As long as the state ID of your child versions match the state ID of your SDE.DEFAULT version, compressing will achieve state 0 without having to delete those versions.&amp;nbsp; For our replica versions, this has typically involved a sequencing of compress followed by replica synchronization followed by compress again.&amp;nbsp; Doing this allows us to avoid the lengthy task of dropping and rebuilding our replicas when state 0 is needed.&amp;nbsp; As long as everything is reconciled and posted, this works.&amp;nbsp; While certainly not the most common workflow, it has proved technically feasible.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 18:05:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563468#M31987</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2014-03-08T18:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the performance of enterprise geodatabase (*.mdf),</title>
      <link>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563469#M31988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;Original User: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:Jamal432@gmail.com"&gt;Jamal432@gmail.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;And if you are wondering how other organizations are handling all this, and how you could organize your maintenance, I think William's good remarks in the below linked post of another thread should give you some idea:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/103765-ArcSDE-SQL-Server-weekly-maintenance-workflow-question?p=369867&amp;amp;viewfull=1#post369867"&gt;Re: ArcSDE/SQL Server/weekly maintenance workflow question&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Macro. This is useful&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 18:30:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563469#M31988</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-03-08T18:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the performance of enterprise geodatabase (*.mdf),</title>
      <link>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563470#M31989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This is typically the way in which people achieve state 0, yes.&amp;nbsp; However, as I eluded to above, it is possible to go to state 0 without deleting child versions of SDE.DEFAULT.&amp;nbsp; We've done it with replica versions and with other versions.&amp;nbsp; As long as the state ID of your child versions match the state ID of your SDE.DEFAULT version, compressing will achieve state 0 without having to delete those versions.&amp;nbsp; For our replica versions, this has typically involved a sequencing of compress followed by replica synchronization followed by compress again.&amp;nbsp; Doing this allows us to avoid the lengthy task of dropping and rebuilding our replicas when state 0 is needed.&amp;nbsp; As long as everything is reconciled and posted, this works.&amp;nbsp; While certainly not the most common workflow, it has proved technically feasible.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry William but I got confused between versions\replica, �??synchronize changes�?� and �??reconcile versions�?� tools in you last input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you refer to versions as replica? And �??reconcile�?� as �??synchronize�?�?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well�?�what might be the best sequence in applying the tools that enhance the performance? Don�??t you agree with the sequence in the screenshot below?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]32050[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 18:47:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563470#M31989</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2014-03-08T18:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the performance of enterprise geodatabase (*.mdf),</title>
      <link>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563471#M31990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: crafty762&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Do you refer to versions as replica? And �??reconcile�?� as �??synchronize�?�?&lt;BR /&gt;&lt;BR /&gt;Well�?�what might be the best sequence in applying the tools that enhance the performance? Don�??t you agree with the sequence in the screenshot below?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The ordered steps you show in your model are fine, in my opinion.&amp;nbsp; Reconcile is the mechanism of resolving any conflicts that may arise between versions just before posting edits to the parent version (which, in may cases, is SDE.DEFAULT).&amp;nbsp; You must reconcile your child version with its parent before being able to post the edits to the parent version; even if no conflicts are detected this is still required.&amp;nbsp; Synchronizing is different and is intended to apply to the concept of replication specifically.&amp;nbsp; Synchronizing is the process of transferring changes (edits or some very basic schema changes) from one replica to another in in effort to make one geodatabase match the other; it applies for both one-way (parent to child, or child to parent) and two-way replication.&amp;nbsp; Synchronization can occur in a connected or disconnected fashion.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On a slightly-related note, replicas ARE versions themselves &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;and&lt;/SPAN&gt;&lt;SPAN&gt; they are built from a version in the geodatabase to begin with.&amp;nbsp; For example, you might have a replica called MyReplica which is built off of SDE.DEFAULT.&amp;nbsp; When querying the versions table in ArcSDE via SQL, you will see the SDE.DEFAULT version listed as well as the replica version itself which will look something like this: SYNC_SEND_102_2.&amp;nbsp; The "102" is the replica ID and the "2" represents the generation number of the replica.&amp;nbsp; The generation number increases sequentially each time your synchronize your replica.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 19:02:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563471#M31990</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-03-08T19:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the performance of enterprise geodatabase (*.mdf),</title>
      <link>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563472#M31991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The ordered steps you show in your model are fine, in my opinion.&amp;nbsp; Reconcile is the mechanism of resolving any conflicts that may arise between versions just before posting edits to the parent version (which, in may cases, is SDE.DEFAULT).&amp;nbsp; You must reconcile your child version with its parent before being able to post the edits to the parent version; even if no conflicts are detected this is still required.&amp;nbsp; Synchronizing is different and is intended to apply to the concept of replication specifically.&amp;nbsp; Synchronizing is the process of transferring changes (edits or some very basic schema changes) from one replica to another in in effort to make one geodatabase match the other; it applies for both one-way (parent to child, or child to parent) and two-way replication.&amp;nbsp; Synchronization can occur in a connected or disconnected fashion.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;On a slightly-related note, replicas ARE versions themselves &lt;SPAN style="font-style:italic;"&gt;and&lt;/SPAN&gt; they are built from a version in the geodatabase to begin with.&amp;nbsp; For example, you might have a replica called MyReplica which is built off of SDE.DEFAULT.&amp;nbsp; When querying the versions table in ArcSDE via SQL, you will see the SDE.DEFAULT version listed as well as the replica version itself which will look something like this: SYNC_SEND_102_2.&amp;nbsp; The "102" is the replica ID and the "2" represents the generation number of the replica.&amp;nbsp; The generation number increases sequentially each time your synchronize your replica.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Hope this helps...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Very much appreciated William. This is very useful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 19:08:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/increasing-the-performance-of-enterprise/m-p/563472#M31991</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2014-03-08T19:08:48Z</dc:date>
    </item>
  </channel>
</rss>

