<?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: Why is my ADE feature class so large in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-my-ade-feature-class-so-large/m-p/545667#M21111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;since in SQL, use MSSQL Server Management Studio...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;use &amp;lt;your database&amp;gt;&lt;/P&gt;&lt;P&gt;select name, owner, version_id, state_id, parent_name, parent_owner from [&amp;lt;your database&amp;gt;].[dbo].[SDE_versions]&lt;/P&gt;&lt;P&gt;select * from&amp;nbsp; [&amp;lt;your database&amp;gt;].[dbo].[SDE_versions]&lt;/P&gt;&lt;P&gt;select * from [&amp;lt;your database&amp;gt;].[dbo].[SDE_states] order by state_id&lt;/P&gt;&lt;P&gt;select * from [&amp;lt;your database&amp;gt;].[dbo].[sde_state_lineages] order by lineage_name, lineage_id&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You may need to use a different name than DBO, depending on your setup.&amp;nbsp; I've included the info if/when you do versioning, but you may not need those lines.&amp;nbsp; I look at the number of rows that are listed in the lower right, and when it gets +150 or more (depending), and we're reconciled/posted our versions, I do the compress.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good to look before the compress.&amp;nbsp;&amp;nbsp; the run it again afteer to see the recod count change. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These lines are informational only....nothing is changed in the database (compress does change things.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2016 17:50:18 GMT</pubDate>
    <dc:creator>RebeccaStrauch__GISP</dc:creator>
    <dc:date>2016-05-19T17:50:18Z</dc:date>
    <item>
      <title>Why is my ADE feature class so large</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-my-ade-feature-class-so-large/m-p/545663#M21107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a feature class that is about 1GB in size in a file geodatabase. We copied it into our SDE geodatabase so we could use it as a service and a few weeks later now it is 80GB. It is not registered as versioned. What can cause this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perplexed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 17:27:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-my-ade-feature-class-so-large/m-p/545663#M21107</guid>
      <dc:creator>AmyKlug</dc:creator>
      <dc:date>2016-05-19T17:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my ADE feature class so large</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-my-ade-feature-class-so-large/m-p/545664#M21108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amy, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What DBMS are you using? Based off of that, how are you querying the DBMS to find the size?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 17:32:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-my-ade-feature-class-so-large/m-p/545664#M21108</guid>
      <dc:creator>ChristianWells</dc:creator>
      <dc:date>2016-05-19T17:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my ADE feature class so large</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-my-ade-feature-class-so-large/m-p/545665#M21109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using SQL Server. Our IT department sent me an excel spreadsheet with the file size of our feature classes for our instance. They also sent a graph from "solarwinds". &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 17:43:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-my-ade-feature-class-so-large/m-p/545665#M21109</guid>
      <dc:creator>AmyKlug</dc:creator>
      <dc:date>2016-05-19T17:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my ADE feature class so large</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-my-ade-feature-class-so-large/m-p/545666#M21110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If ADE = SD...&lt;/P&gt;&lt;P&gt;If you are doing any edits, adds, deletes, etc. it may bee you add/delete (A/D) tables are getting large.You may need to compress your database to clear things up.&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/compress.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/compress.htm"&gt;Compress—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If using MSSQL, I hae a nice little sql script that can help you track the number of records in these files.&amp;nbsp; I do not know Oracle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 17:44:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-my-ade-feature-class-so-large/m-p/545666#M21110</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-05-19T17:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my ADE feature class so large</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-my-ade-feature-class-so-large/m-p/545667#M21111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;since in SQL, use MSSQL Server Management Studio...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;use &amp;lt;your database&amp;gt;&lt;/P&gt;&lt;P&gt;select name, owner, version_id, state_id, parent_name, parent_owner from [&amp;lt;your database&amp;gt;].[dbo].[SDE_versions]&lt;/P&gt;&lt;P&gt;select * from&amp;nbsp; [&amp;lt;your database&amp;gt;].[dbo].[SDE_versions]&lt;/P&gt;&lt;P&gt;select * from [&amp;lt;your database&amp;gt;].[dbo].[SDE_states] order by state_id&lt;/P&gt;&lt;P&gt;select * from [&amp;lt;your database&amp;gt;].[dbo].[sde_state_lineages] order by lineage_name, lineage_id&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You may need to use a different name than DBO, depending on your setup.&amp;nbsp; I've included the info if/when you do versioning, but you may not need those lines.&amp;nbsp; I look at the number of rows that are listed in the lower right, and when it gets +150 or more (depending), and we're reconciled/posted our versions, I do the compress.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good to look before the compress.&amp;nbsp;&amp;nbsp; the run it again afteer to see the recod count change. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These lines are informational only....nothing is changed in the database (compress does change things.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 17:50:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-my-ade-feature-class-so-large/m-p/545667#M21111</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-05-19T17:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my ADE feature class so large</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-my-ade-feature-class-so-large/m-p/545668#M21112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like Amy is not using Versioning here. One thing that could affect SQL Server on the size of the file is the recovery model being used and the indexes. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 17:51:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-my-ade-feature-class-so-large/m-p/545668#M21112</guid>
      <dc:creator>ChristianWells</dc:creator>
      <dc:date>2016-05-19T17:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my ADE feature class so large</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-my-ade-feature-class-so-large/m-p/545669#M21113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All we did was copy the feature class into SDE. We have not edited it. It is only consumed by a web service. Would making a version of the entire database do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 17:52:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/why-is-my-ade-feature-class-so-large/m-p/545669#M21113</guid>
      <dc:creator>AmyKlug</dc:creator>
      <dc:date>2016-05-19T17:52:49Z</dc:date>
    </item>
  </channel>
</rss>

