<?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 sde database in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679563#M38538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd suggest you do further research into on the versioning model used by ArcGIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Versions are just names applied to states.&amp;nbsp; The "move edits to base" model&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;utilizes the SDE.DEFAULT version, and modifies the state tree, then immediately&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;does the equivalent of "reconcile &amp;amp; post" and "compress" (though it only does &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the compress if there is no conflict -- THIS is the reason you want to check&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for outstanding edits, though you could also inspect the STATES and/or&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;STATES_LINEAGES tables).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The A and D tables would be owned by the spatial data owners; in fact, they&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;should NOT be owned by the SDE user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Apr 2013 10:29:58 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2013-04-10T10:29:58Z</dc:date>
    <item>
      <title>compress sde database</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679555#M38530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi eveyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new administering arsde. Our system is ArcSDE 9.3.1 with SQL Server 2005.&amp;nbsp; I started to work around 6 months ago and there is none in my team who knows about GIS. From the SDE_compress_log table I've found out the compress has not been ran for over 6 months. I was talking to our DBA and he mentioned about compressing the database in SQL. I am really confused about compressing the database. When our DBA mentioned he has compressed the database in SQL, is it the same as compressing the database through ArcCatalog?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 11:58:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679555#M38530</guid>
      <dc:creator>TAMARADIEZ</dc:creator>
      <dc:date>2013-04-09T11:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: compress sde database</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679556#M38531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, they're not the same.&amp;nbsp; However, ArcSDE compression is only necessary if&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;versioned editing is taking place.&amp;nbsp; How may versioned tables do you have?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How many rows in the A and D tables?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 12:05:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679556#M38531</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-04-09T12:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: compress sde database</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679557#M38532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;No, they're not the same.&amp;nbsp; However, ArcSDE compression is only necessary if&lt;BR /&gt;versioned editing is taking place.&amp;nbsp; How may versioned tables do you have?&lt;BR /&gt;How many rows in the A and D tables?&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, the are 64 features classes registered as versioned with moving edits to the base. I don't know how to find out how many rows are in the A and D tables. I searched on google and found "You'll want to look at select registration_ID, owner,table_name from sde.table_registry order by table_name or select registration_ID, owner,table_name from sde_table_registry order by table_name to get the ID for your table"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I use that to find the number of rows on the A and D tables?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;T&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 14:06:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679557#M38532</guid>
      <dc:creator>TAMARADIEZ</dc:creator>
      <dc:date>2013-04-09T14:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: compress sde database</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679558#M38533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In theory, with move-edits-to-base, there shouldn't be any rows queued in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the A or D tables.&amp;nbsp; You'd need to whip up a script to query all the A and D&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;table pair row counts, or use your database browser to open all the A &amp;amp; D&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tables.&amp;nbsp; The list of {owner, registration_id} pairs generated from those&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;queries would be the basis of the query script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 14:19:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679558#M38533</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-04-09T14:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: compress sde database</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679559#M38534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When you say "In theory, with move-edits-to-base, there shouldn't be any rows queued in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the A or D tables",&amp;nbsp; Does this means I do not have to compress the database? Do you still want me to try to find out the number of rows in the A and D tables?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;T&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 14:52:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679559#M38534</guid>
      <dc:creator>TAMARADIEZ</dc:creator>
      <dc:date>2013-04-09T14:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: compress sde database</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679560#M38535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nothing is perfect; it wouldn't hurt to confirm that the An/Dn tables are empty.&amp;nbsp; If they are,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;there's no point to compression.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 15:12:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679560#M38535</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-04-09T15:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: compress sde database</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679561#M38536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe a more fundamental understanding of what compressing the database does, when done in ArcCatalog, would help your situation.&amp;nbsp; In your editing workflow you either use, or do not use, versioned editing.&amp;nbsp; Here's a link to understanding versioning at 9.3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=understanding%20versioning"&gt;http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=understanding%20versioning&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Assuming you now understand versioning, when you register a feature class as versioned, the adds and deletes tables are created in the database.&amp;nbsp; Adds and deletes tables don't exist if your feature class is not registered as versioned.&amp;nbsp; When edits are made using versioning, the deltas are stored in these adds and deletes tables.&amp;nbsp; Further on in the versioned editing process you will reconcile and post.&amp;nbsp; Reconciling and posting means ArcGIS is "comparing" the edits of the database being edited to its parent database to see if any conflicts exist.&amp;nbsp; Once reconciled, the edits are "posted" (or, committed, in a sense, but not actually committed...read on) to the default database.&amp;nbsp; ArcGIS clients will now see the changes.&amp;nbsp; However, the deltas are still in the adds and deletes tables, but the ArcGIS clients are referencing those tables, so data changes are visualized.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using a third-party software (i.e. AutoCAD) to consume your gis data, that software probably won't be referencing the adds and deletes tables and thus the data changes won't be reflected.&amp;nbsp; That's one time that compressing the database comes in.&amp;nbsp; Compressing the database does a number of things.&amp;nbsp; The first of which is that it "trims" the lineage of changes in the data.&amp;nbsp; It trims the state tree which, among other things, saves on space.&amp;nbsp; Another thing that compressing does (albeit a full compress) is that it moves the deltas from the adds and deletes tables to the base tables of the database, ensuring that those third-party programs are seeing all of the data changes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can compress through ArcCatalog as little or as much as you want, and ArcGIS will do as good of a job as it can in compressing.&amp;nbsp; A &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;full&lt;/SPAN&gt;&lt;SPAN&gt; compress will not occur until all versions are reconciled, posted, and deleted; and there are no database replicas referencing the adds and deletes tables.&amp;nbsp; A full compress is achieved when the state_id of SDE.DEFAULT equals 0.&amp;nbsp; A successful compress does not always equal a full compress.&amp;nbsp; A successful compress just means that ArcGIS did as good a job as it could trimming the state tree, considering versions may still exist and replicas have not been synchronized.&amp;nbsp; Read up on database replication here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Scenarios_using_distributed_data"&gt;http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Scenarios_using_distributed_data&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As Vince stated, a full compress is not always necessary.&amp;nbsp; To read up on compressing a database at version 9.3, read this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/ArcGISdesktop/9.3/index.cfm?TopicName=Compressing_an_ArcSDE_geodatabase_licensed_under_ArcGIS_Server_Enterprise"&gt;http://webhelp.esri.com/ArcGISdesktop/9.3/index.cfm?TopicName=Compressing_an_ArcSDE_geodatabase_licensed_under_ArcGIS_Server_Enterprise&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps~&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 18:35:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679561#M38536</guid>
      <dc:creator>MattSimmons</dc:creator>
      <dc:date>2013-04-09T18:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: compress sde database</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679562#M38537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Maybe a more fundamental understanding of what compressing the database does, when done in ArcCatalog, would help your situation.&amp;nbsp; In your editing workflow you either use, or do not use, versioned editing.&amp;nbsp; Here's a link to understanding versioning at 9.3.&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=understanding%20versioning"&gt;http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=understanding%20versioning&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Assuming you now understand versioning, when you register a feature class as versioned, the adds and deletes tables are created in the database.&amp;nbsp; Adds and deletes tables don't exist if your feature class is not registered as versioned.&amp;nbsp; When edits are made using versioning, the deltas are stored in these adds and deletes tables.&amp;nbsp; Further on in the versioned editing process you will reconcile and post.&amp;nbsp; Reconciling and posting means ArcGIS is "comparing" the edits of the database being edited to its parent database to see if any conflicts exist.&amp;nbsp; Once reconciled, the edits are "posted" (or, committed, in a sense, but not actually committed...read on) to the default database.&amp;nbsp; ArcGIS clients will now see the changes.&amp;nbsp; However, the deltas are still in the adds and deletes tables, but the ArcGIS clients are referencing those tables, so data changes are visualized.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;If you are using a third-party software (i.e. AutoCAD) to consume your gis data, that software probably won't be referencing the adds and deletes tables and thus the data changes won't be reflected.&amp;nbsp; That's one time that compressing the database comes in.&amp;nbsp; Compressing the database does a number of things.&amp;nbsp; The first of which is that it "trims" the lineage of changes in the data.&amp;nbsp; It trims the state tree which, among other things, saves on space.&amp;nbsp; Another thing that compressing does (albeit a full compress) is that it moves the deltas from the adds and deletes tables to the base tables of the database, ensuring that those third-party programs are seeing all of the data changes.&lt;BR /&gt;&lt;BR /&gt;You can compress through ArcCatalog as little or as much as you want, and ArcGIS will do as good of a job as it can in compressing.&amp;nbsp; A &lt;SPAN style="font-style:italic;"&gt;full&lt;/SPAN&gt; compress will not occur until all versions are reconciled, posted, and deleted; and there are no database replicas referencing the adds and deletes tables.&amp;nbsp; A full compress is achieved when the state_id of SDE.DEFAULT equals 0.&amp;nbsp; A successful compress does not always equal a full compress.&amp;nbsp; A successful compress just means that ArcGIS did as good a job as it could trimming the state tree, considering versions may still exist and replicas have not been synchronized.&amp;nbsp; Read up on database replication here:&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Scenarios_using_distributed_data"&gt;http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Scenarios_using_distributed_data&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As Vince stated, a full compress is not always necessary.&amp;nbsp; To read up on compressing a database at version 9.3, read this:&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/ArcGISdesktop/9.3/index.cfm?TopicName=Compressing_an_ArcSDE_geodatabase_licensed_under_ArcGIS_Server_Enterprise"&gt;http://webhelp.esri.com/ArcGISdesktop/9.3/index.cfm?TopicName=Compressing_an_ArcSDE_geodatabase_licensed_under_ArcGIS_Server_Enterprise&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps~&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, thanks to you both for your help. Just to clarify although we are registering the features as versioned and moving edits to the base, we are not creating versions. Does this mean, there is not reconcile and postpone process during the compress?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I can't find the A and D tables within the SQL tables. Could you please tell me the completed name of the tables. I have attached an screenshot of some tables i can see.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;T&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 10:02:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679562#M38537</guid>
      <dc:creator>TAMARADIEZ</dc:creator>
      <dc:date>2013-04-10T10:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: compress sde database</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679563#M38538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd suggest you do further research into on the versioning model used by ArcGIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Versions are just names applied to states.&amp;nbsp; The "move edits to base" model&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;utilizes the SDE.DEFAULT version, and modifies the state tree, then immediately&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;does the equivalent of "reconcile &amp;amp; post" and "compress" (though it only does &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the compress if there is no conflict -- THIS is the reason you want to check&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for outstanding edits, though you could also inspect the STATES and/or&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;STATES_LINEAGES tables).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The A and D tables would be owned by the spatial data owners; in fact, they&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;should NOT be owned by the SDE user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 10:29:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679563#M38538</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-04-10T10:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: compress sde database</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679564#M38539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The A and D tables are numbered based on the SDE_table_registry.registration_id field value (in ArcGIS 10.0).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If a feature class shows registration_id of 55, the add table is a55 and delete table is D55.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Each A/D table should be indexed. You can use the following SQL script which counts the number of indexed rows in each table and check the a### and D### tables for rows. Easier than trying to look at each A/D table for each feature class individually.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;SELECT sysobjects.Name, sysindexes.Rows
FROM sysobjects INNER JOIN sysindexes ON sysobjects.id = sysindexes.id
WHERE type = 'U' AND sysindexes.IndId &amp;lt; 2
ORDER BY sysobjects.Name&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:37:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679564#M38539</guid>
      <dc:creator>PaulKroseman</dc:creator>
      <dc:date>2021-12-12T04:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: compress sde database</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679565#M38540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Thanks. Now I understand much better. I ran the script and sum all the records for the A and D tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A = 9969&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;D = 5299.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the above really bad? Or is it okay? I have heard the database could break if the compress is not ran. Could it happen&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The feature class which has the largest number of A and Delete records is the ID =1511 with 6562 Adds and 2498 Deletes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;T&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 08:21:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679565#M38540</guid>
      <dc:creator>TAMARADIEZ</dc:creator>
      <dc:date>2013-04-12T08:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: compress sde database</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679566#M38541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I suppose it depends on your definition of "break" -- the software is operating&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;according to design, and there's no reason to think it will stop working, but you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;have edits that haven't made their way into the base tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 10:30:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679566#M38541</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-04-12T10:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: compress sde database</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679567#M38542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Thanks again. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was told by an ESRI person if | did not compress the database it could break so I was concerned about the database will stop working. Some users are complaining about editing their feature classes being very slow. It is because I haven't move their edits to the base. Correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;T&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 12:20:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679567#M38542</guid>
      <dc:creator>TAMARADIEZ</dc:creator>
      <dc:date>2013-04-12T12:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: compress sde database</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679568#M38543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Let me put it this way:&amp;nbsp; Failure to regularly compress a versioned geodatabase is not likely&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to result in &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;improved &lt;/SPAN&gt;&lt;SPAN&gt;performance.&amp;nbsp; Causality is difficult to predict, but best practice isn't.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 13:04:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679568#M38543</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-04-12T13:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: compress sde database</title>
      <link>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679569#M38544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, Thanks for all your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;T&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 13:53:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compress-sde-database/m-p/679569#M38544</guid>
      <dc:creator>TAMARADIEZ</dc:creator>
      <dc:date>2013-04-15T13:53:58Z</dc:date>
    </item>
  </channel>
</rss>

