<?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: Feature Classes QUADRUPLES in size when imported to SDE in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653262#M24952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find out the size of the table in SQL Server with this query: You will need to update for the tablename&lt;/P&gt;&lt;P&gt;***********************************************************************&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SELECT&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;t.NAME AS TableName,&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;s.Name AS SchemaName,&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;p.rows AS RowCounts,&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SUM(a.total_pages) * 8 AS TotalSpaceKB,&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;CAST(ROUND(((SUM(a.total_pages) * &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; / 1024.00), 2) AS NUMERIC(36, 2)) AS TotalSpaceMB,&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SUM(a.used_pages) * 8 AS UsedSpaceKB,&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;CAST(ROUND(((SUM(a.used_pages) * &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; / 1024.00), 2) AS NUMERIC(36, 2)) AS UsedSpaceMB,&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;(SUM(a.total_pages) - SUM(a.used_pages)) * 8 AS UnusedSpaceKB,&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;CAST(ROUND(((SUM(a.total_pages) - SUM(a.used_pages)) * &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; / 1024.00, 2) AS NUMERIC(36, 2)) AS UnusedSpaceMB&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;FROM&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;sys.tables t&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;INNER JOIN&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;sys.indexes i ON t.OBJECT_ID = i.object_id&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;INNER JOIN&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;sys.partitions p ON i.object_id = p.OBJECT_ID AND i.index_id = p.index_id&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;INNER JOIN&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;sys.allocation_units a ON p.partition_id = a.container_id&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;LEFT OUTER JOIN&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;sys.schemas s ON t.schema_id = s.schema_id&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;WHERE&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;t.NAME NOT LIKE 'dt%'&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;AND t.is_ms_shipped = 0&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;AND i.OBJECT_ID &amp;gt; 255&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;GROUP BY&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;t.Name, s.Name, p.Rows&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;ORDER BY&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;t.Name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jun 2019 16:40:33 GMT</pubDate>
    <dc:creator>George_Thompson</dc:creator>
    <dc:date>2019-06-20T16:40:33Z</dc:date>
    <item>
      <title>Feature Classes QUADRUPLES in size when imported to SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653256#M24946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have SQL Express and Enterprise workgroup.&amp;nbsp; When I import a feature class from a file geodatabase into a new or an existing enterprise geodatabase the file triples in size - on import alone.&amp;nbsp; I'm connection with Esri support but so far they have only been able to replicate my problem, not give me any answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The workflow is so basic, all I am doing is moving data from a file gdb to an SDE.&amp;nbsp; Nothing else is happening and my data goes from 118 MB to 585 MB.&amp;nbsp; Compressing has no effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sde problem‌&amp;nbsp;&lt;A href="https://community.esri.com/t5/tag/file size increase/tg-p"&gt;#file size increase&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2019 21:44:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653256#M24946</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-06-12T21:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Classes QUADRUPLES in size when imported to SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653257#M24947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meghan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What type of geometry (i.e. GEOMETRY, GEOGRAPHY, SDEBINARY) are you storing the feature class in the Enterprise Geodatabase? You can check by right-clicking on the feature class &amp;gt; Properties &amp;gt; General tab.&amp;nbsp; It should state this there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, which version of SQL Server Express are you running?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2019 23:43:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653257#M24947</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2019-06-12T23:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Classes QUADRUPLES in size when imported to SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653258#M24948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank your for replying, sorry for the delay in getting back to you.&amp;nbsp; My feature class says Storage: High Precision using Geomoetry spatial type (SRID 6434) and we're using&amp;nbsp;Microsoft SQL Server Express Edition (64-bit)&amp;nbsp;11.0.2100.60&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 13:34:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653258#M24948</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-06-19T13:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Classes QUADRUPLES in size when imported to SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653259#M24949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, we are on SQL Server Express 2012, but the version number is correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 13:36:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653259#M24949</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-06-19T13:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Classes QUADRUPLES in size when imported to SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653260#M24950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you checking the size of the Feature Class?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you just looking at the total size of the SQL Server database? Did you consider the log file size as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2019 04:55:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653260#M24950</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2019-06-20T04:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Classes QUADRUPLES in size when imported to SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653261#M24951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there-&lt;/P&gt;&lt;P&gt;Thanks for the feedback.&amp;nbsp; Yes, we checked the log file and its only 25MB.&amp;nbsp; Our IT manager was able to shrink it, but it had no effect the size of our database instance.&amp;nbsp;&lt;BR /&gt;I saw another suggestion to remove the geoprocessing history but that didn't have any impact either.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's really frustrating because we have a workgroup license so our enterprise geodatabases are already limited to 10 gigs.&amp;nbsp; So having data blow up to 4 times the size once it's stored in enterprise isn't manageable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2019 16:32:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653261#M24951</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-06-20T16:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Classes QUADRUPLES in size when imported to SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653262#M24952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find out the size of the table in SQL Server with this query: You will need to update for the tablename&lt;/P&gt;&lt;P&gt;***********************************************************************&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SELECT&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;t.NAME AS TableName,&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;s.Name AS SchemaName,&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;p.rows AS RowCounts,&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SUM(a.total_pages) * 8 AS TotalSpaceKB,&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;CAST(ROUND(((SUM(a.total_pages) * &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; / 1024.00), 2) AS NUMERIC(36, 2)) AS TotalSpaceMB,&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SUM(a.used_pages) * 8 AS UsedSpaceKB,&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;CAST(ROUND(((SUM(a.used_pages) * &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; / 1024.00), 2) AS NUMERIC(36, 2)) AS UsedSpaceMB,&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;(SUM(a.total_pages) - SUM(a.used_pages)) * 8 AS UnusedSpaceKB,&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;CAST(ROUND(((SUM(a.total_pages) - SUM(a.used_pages)) * &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; / 1024.00, 2) AS NUMERIC(36, 2)) AS UnusedSpaceMB&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;FROM&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;sys.tables t&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;INNER JOIN&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;sys.indexes i ON t.OBJECT_ID = i.object_id&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;INNER JOIN&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;sys.partitions p ON i.object_id = p.OBJECT_ID AND i.index_id = p.index_id&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;INNER JOIN&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;sys.allocation_units a ON p.partition_id = a.container_id&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;LEFT OUTER JOIN&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;sys.schemas s ON t.schema_id = s.schema_id&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;WHERE&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;t.NAME NOT LIKE 'dt%'&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;AND t.is_ms_shipped = 0&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;AND i.OBJECT_ID &amp;gt; 255&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;GROUP BY&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;t.Name, s.Name, p.Rows&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;ORDER BY&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;t.Name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2019 16:40:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653262#M24952</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2019-06-20T16:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Classes QUADRUPLES in size when imported to SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653263#M24953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing to note, at least in my experience, that data storage (spatial data) does not always "equal" the same between storage types: shapefile, file geodatabase, Enterprise geodatabase, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Jake mentioned there are many different storage types and each type has different characteristics based on the data and the RDBMS being used. You also have to remember that there are very different tables within a file geodatabase (which is Esri's developed format) and SQL Server (MS developed).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2019 17:50:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653263#M24953</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2019-06-20T17:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Classes QUADRUPLES in size when imported to SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653264#M24954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any discussion on data "size" has to start with describing the data structure.&amp;nbsp; What are the columns and data types?&amp;nbsp; How many rows?&amp;nbsp; What parameters/arguments are being used when copying data from the file geodatabase to an enterprise geodatabase?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2019 18:09:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653264#M24954</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-06-20T18:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Classes QUADRUPLES in size when imported to SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653265#M24955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EIDT: a little grammar&lt;/P&gt;&lt;P&gt;Hi Thanks for responding.&lt;/P&gt;&lt;P&gt;When I came aboard my company there were some pre-existing SDE databases. I'm not sure how these were created.&amp;nbsp; When I right click on an SDE database and go to the Administration Tab, I am getting my size measurements there.&amp;nbsp; In this particular case, I have 825 MB of data for&amp;nbsp;over 100 different feature classes comsprised of tens of&amp;nbsp;thousands of features.&amp;nbsp; This SDE database was created in 10.3.&amp;nbsp; In looking at some of the feature datasets the geoprocessing history tells me that much of the data was brought in using the Feature Class to Geodatabase tool in the Conversion.tbx. The data in here contains, census tracks, municipal parcels, annotation layers, sewer and water infrastructure and some iterative analysis results among&amp;nbsp;the feaure classes covering at least 4 or 5&amp;nbsp;towns in Massachusetts.&amp;nbsp; There are points, lines, polygons, tables etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;IMG __jive_id="451310" alt="Administration tab of an SDE database with tens of thoudsands of features" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/451310_Interstate_SDE.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I came aboard we upgraded from ArcServer 10.5 (workgroup) to ArcGIS Enterprise 10.6 using the same SQLServer express instances and same machines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To illustrate my specs I'll outline the steps I took to demonstrate my problem to Esri Support.&lt;/P&gt;&lt;P&gt;In my workflow I'm in ArcCatalog 10.6.1. I have an Advanced license.&amp;nbsp; I expand the Database Servers icon.&amp;nbsp; Under my arcserver_sqlexpress.gds I right click and select "New Geodatabase".&amp;nbsp; I&amp;nbsp;name it "Test_Support3"&amp;nbsp; I right clicked on the name of the database an imported a feature class of contour lines.&amp;nbsp; These are 5 foot intervals covering a town that's 15 sq miles, highest elevation is 400 ft,&amp;nbsp; When they are in a file geodatabase the size (in Catalog) is listed as 72.92 MB.&amp;nbsp; There are 7 fields in the attribute table: Object ID, a text field &amp;nbsp;(254 characters), 2 doubles, a long integer, a short integer and a geometry (polyline).&lt;/P&gt;&lt;P&gt;I brought this same data in a second by opening ArcGIS Pro, loading the same source feature class into a new map and using the right-click menu on feature class in the table of content to export to a geodatabase.&lt;/P&gt;&lt;P&gt;My third feature class is a polygon feature class of my state's town boundaries with about 10-15 fields in the attribute table.&amp;nbsp; In a file geodatabase this is 412 kb&amp;nbsp;.&amp;nbsp; In ArcCatalog, I right clicked on Test_Suppport3 and made new, empty feature class using the schema of the data I wanted to load, and then I loaded the data.&amp;nbsp; Now I have 3 feature classes in Test_Support3.&amp;nbsp; When I look at the Administration properties it says this is 691 MB.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="451311" alt="Large database with 3 feature classes" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/451311_Test_Support3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This database has never been edited or versioned.&amp;nbsp; I did try removing the geoprocessing history but it had no impact.&amp;nbsp;For the sake of accuracy I just ran a compression to no avail:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="451312" alt="Compressing didn" t="" help="" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any suggestion I would very much welcome them!&amp;nbsp; Thank you for the assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 20:59:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653265#M24955</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-06-24T20:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Classes QUADRUPLES in size when imported to SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653266#M24956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is worrisome that Esri Support could not provide you with a clear-cut answer because from the little you have shared here, I think the answer is straightforward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Server, even the Express edition, is much more complex than file geodatabases.&amp;nbsp; Additionally, you appear to be creating &lt;SPAN style="text-decoration: underline;"&gt;enterprise&lt;/SPAN&gt; geodatabases (not a good idea, I am not even sure Esri supports using Express for enterprise geodatabases).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look at the &lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/setup-geodatabase-sqlserver.htm" title="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/setup-geodatabase-sqlserver.htm"&gt;Create a geodatabase in SQL Server—Help | ArcGIS Desktop&lt;/A&gt; documentation, you will see that the default size for a new SQL database containing an enterprise geodatabase is at least 625 MB:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P style="font-size: 0.875rem; line-height: 1.71429em; margin-top: 0em; margin-bottom: 1.71429em; -webkit-font-smoothing: antialiased; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #fefefe; text-decoration-style: initial; text-decoration-color: initial;"&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="-webkit-font-smoothing: antialiased;"&gt;Create Enterprise Geodatabase&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;tool makes it easy to set up a geodatabase because it creates the database objects and grants required privileges for you. To achieve this, the tool uses the following default settings and creates the following database objects:&lt;/P&gt;&lt;UL class="" style="font-size: 0.875em; line-height: 1.71429em; margin-bottom: 1.5em; list-style-position: inside; margin-top: 0px; padding: 0px; list-style-type: none; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #fefefe; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;LI style="-webkit-font-smoothing: antialiased; font-size: 0.875rem; position: relative; padding-left: 1em;"&gt;* It creates the database files (&lt;SPAN class="" style="-webkit-font-smoothing: antialiased; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-weight: bold;"&gt;MDF&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="-webkit-font-smoothing: antialiased; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-weight: bold;"&gt;LDF&lt;/SPAN&gt;) in the default&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="-webkit-font-smoothing: antialiased;"&gt;SQL Server&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;location on the server.&lt;/LI&gt;&lt;LI style="-webkit-font-smoothing: antialiased; font-size: 0.875rem; position: relative; padding-left: 1em;"&gt;* It sets the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="-webkit-font-smoothing: antialiased;"&gt;SQL Server&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;database options READ_COMMITTED_SNAPSHOT and ALLOW_SNAPSHOT_ISOLATION to ON.&lt;/LI&gt;&lt;LI style="-webkit-font-smoothing: antialiased; font-size: 0.875rem; position: relative; padding-left: 1em;"&gt;&lt;SPAN style="color: #ff0000;"&gt;* It uses the default database file sizes you have defined for the&amp;nbsp;&lt;SPAN class="" style="-webkit-font-smoothing: antialiased;"&gt;SQL Server&lt;/SPAN&gt;&amp;nbsp;model database or 500 MB for the&amp;nbsp;&lt;SPAN class="" style="-webkit-font-smoothing: antialiased; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-weight: bold;"&gt;MDF&lt;/SPAN&gt;&amp;nbsp;file and 125 MB for the&amp;nbsp;&lt;SPAN class="" style="-webkit-font-smoothing: antialiased; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-weight: bold;"&gt;LDF&lt;/SPAN&gt;&amp;nbsp;file, whichever is greater.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="-webkit-font-smoothing: antialiased; font-size: 0.875rem; position: relative; padding-left: 1em;"&gt;* If you choose to create a geodatabase in a schema named sde, the tool creates an sde database-authenticated login in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="-webkit-font-smoothing: antialiased;"&gt;SQL Server&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;instance, creates an sde user in the database and maps it to the sde login, creates an sde schema in the database, and grants the sde user privileges to create a geodatabase and kill connections to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="-webkit-font-smoothing: antialiased;"&gt;SQL Server&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;instance.&lt;/LI&gt;&lt;LI style="-webkit-font-smoothing: antialiased; font-size: 0.875rem; position: relative; padding-left: 1em;"&gt;* It creates the geodatabase objects inside the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="-webkit-font-smoothing: antialiased;"&gt;SQL Server&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;instance.&lt;/LI&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you take your roughly 75 MB of file geodatabase data and add it to the new, empty geodatabase of 625 MB, you get roughly 700 MB in total size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 23:24:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653266#M24956</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-06-24T23:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Classes QUADRUPLES in size when imported to SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653267#M24957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well shoot!&amp;nbsp; You may have figured it out! Is this something that would have changed when Esri moved from ArcServer to ArcGIS Enterprise?&amp;nbsp; Our old databases were fine and when we upgraded I just kept on with the same workflows I had been doing all along at my old job.&amp;nbsp; Though now that I think about it, we had technical support for installing ArcServer at my old job and when I got my new job our IT guy handled everything for the upgrade to ArcGIS Enterprise.&amp;nbsp; I believe, and I may be wrong, but at my old job we just had SQL server express.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any recommendations for improving our back end structure to accommodate our needs?&amp;nbsp; We are a firm with about 50 GIS users.&amp;nbsp; We have ArcGIS Enterprise so that I can publish basemap\authoritative services to our internal users to view and extract data from without corrupting the source data or locking each other out.&amp;nbsp; As soon as the ArcGIS for AutoCAD plugin is able to communicate with our Portal our services will reach another 50-75 users in AutoCAD.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our server is federated and we don't publish to AGOL unless its for a client or field work - our field devices will eventually have a secure connection back to our office but that's not on the table yet.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you have any other advice or guidance I am all ears.&amp;nbsp; Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 19:10:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653267#M24957</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-06-25T19:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Classes QUADRUPLES in size when imported to SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653268#M24958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't answer your question with certainty because there are still gaps in the information.&amp;nbsp; From what I could gather, you were using Workgroup geodatabases before and then migrated to Enterprise geodatabases.&amp;nbsp; Could that alone explain the difference?&amp;nbsp; Not sure. Esri's documentation for Desktop and Workgroup geodatabases doesn't give similar information as for Enterprise geodatabases.&amp;nbsp; It could also be someone like a DBA overrode the defaults on your previous geodatabase and made the system files smaller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In terms of size, I wouldn't worry about the sizes you are seeing since 1 GB is practically nothing in terms of storage server or DMBS running on servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deploying ArcGIS Enterprise is quite involved, or can be, and I don't have any general recommendations beyond one.&amp;nbsp; If you are deploying Enterprise geodatabases, move to SQL Server Standard at a minimum.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 19:36:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653268#M24958</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-06-25T19:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Classes QUADRUPLES in size when imported to SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653269#M24959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Honestly, I am not sure if that is the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;They were already using SDE Workgroup geodatabases, so basically they are not creating new geodatabase using 'Create Enterprise GDB' tool.&lt;/LI&gt;&lt;LI&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I expand the Database Servers icon.&amp;nbsp; Under my arcserver_sqlexpress.gds I right click and select "New Geodatabase"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;They are connecting using 'Database Server' option in ArcCatalog&amp;nbsp; and creating new geodatabase. Not creating connections under 'Database Connections'.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;The Default database size, of roughly 700 MB shrinks to something around 4 MB for a new Enterprise geodatabase, if you perform a Shrink operation on the database in SQL Server.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try running the SQL provided by George above to find the actual size of the Tables in the database?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2019 04:21:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653269#M24959</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2019-06-26T04:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Classes QUADRUPLES in size when imported to SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653270#M24960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree that some of the terms and actions described didn't/don't line up.&amp;nbsp; Did the OP mean enterprise geodatabase when stating "enterprise" or ArcGIS Enterprise, which also covers workgroup geodatabases.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2019 13:56:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653270#M24960</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-06-26T13:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Classes QUADRUPLES in size when imported to SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653271#M24961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My experience is with ArcGIS Enterprise Advanced not ArcGIS workgroup.&amp;nbsp; But I'll suggest a simple solution that may work.&lt;/P&gt;&lt;P&gt;Terminology first.&amp;nbsp; File Geo Data Base (FGDB); Enterprise Geo Data Base (EGDB).&amp;nbsp; EGDB is often used synonomously with SDE.&amp;nbsp; These terms are not the same.&amp;nbsp; In a Relational Database Management System that supports native geometry and geography types (just about every main stream RDBMS these days) you may create EGDB that is not SDE schema.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, provided your ArcGIS workgroup deployment creates keycodes like an ArcGIS Enterprise deployment does and you don't violate your Esri license agreement in any way and you have enough resources to deploy multiple SQL Express RDBMS then you've solved your space limitations because each SQL Express instance will have it's own upper limit.&amp;nbsp; When determining if you have enough resources to try this, note that we have observed that a "fresh" SQL Express deployment will consume about 1GB of RAM sitting idle doing nothing without any data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Oct 2019 00:06:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/feature-classes-quadruples-in-size-when-imported/m-p/653271#M24961</guid>
      <dc:creator>Todd_Metzler</dc:creator>
      <dc:date>2019-10-12T00:06:26Z</dc:date>
    </item>
  </channel>
</rss>

