<?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: Spatial Index Performance: SQL 2008 vs ArcSDE in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656711#M37194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To fune tune performance with SQL Geometry, it may be helpful to refer to this blog post: &lt;/SPAN&gt;&lt;A href="http://blog.geodatabase.com/2008/10/sql-server-2008-spatial-indexes-and.html"&gt;http://blog.geodatabase.com/2008/10/sql-server-2008-spatial-indexes-and.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if you have any success with this.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 May 2010 14:27:54 GMT</pubDate>
    <dc:creator>RussellMiles</dc:creator>
    <dc:date>2010-05-13T14:27:54Z</dc:date>
    <item>
      <title>Spatial Index Performance: SQL 2008 vs ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656706#M37189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone done any benchmarking that compares the performance of these two spatial indexes?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 14:15:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656706#M37189</guid>
      <dc:creator>RussellMiles</dc:creator>
      <dc:date>2010-04-08T14:15:36Z</dc:date>
    </item>
    <item>
      <title>Spatial Index Performance: SQL 2008 vs ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656707#M37190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Benchmarking of spatial index parameters tends to be specific to individual installs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've found that the "best" parameters vary from site to site.&amp;nbsp; While there isn't much &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;value in publishing the results, there is benefit in doing your own testing with&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"large" layers which might produce the most improvement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keep in mind that there is no one "ArcSDE" index -- there are probably a dozen&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;different rough guidelines that will produce different "best" performance with &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;different data and query methodologies, and optimizing the data can greatly &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;impact the net performance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, you should make sure that the tests closely correspond to the operations&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;being performed -- No amount of spatial index tuning will improve a full table scan&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;query.&amp;nbsp; There may in fact be times where you want to use scale dependency from&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the application client to query different tables, tuned differently, at different scales.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to do your own benchmarking, there are utilities in 'se_toolkit' that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;provide individual layer performance calculations, and well as statistical analysis&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tools that could provide feedback for spatial index grid sizing.&amp;nbsp; See the old Forums&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for details -- &lt;/SPAN&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2290&amp;amp;t=303576&amp;amp;mc=1#949714"&gt;http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2290&amp;amp;t=303576&amp;amp;mc=1#949714&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 18:08:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656707#M37190</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2010-04-08T18:08:07Z</dc:date>
    </item>
    <item>
      <title>Spatial Index Performance: SQL 2008 vs ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656708#M37191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Let me ask this question a different way.&amp;nbsp; Has anyone converted data from using the ArcSDE spatial index to using the GEOMETRY type in SQL 2008 with associated spatial index?&amp;nbsp; I'm wondering if the SQL 2008 spatial component can work as well or better than the ArcSDE index technology performancewise.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 19:28:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656708#M37191</guid>
      <dc:creator>RussellMiles</dc:creator>
      <dc:date>2010-04-08T19:28:07Z</dc:date>
    </item>
    <item>
      <title>Spatial Index Performance: SQL 2008 vs ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656709#M37192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Although we have not conducted any formal benchmarking, we've converted some of our sde feature classes to spatial data type using the the default spatial index settings (geometry grid, 16 cells/object, medium granularity for all 4levels).&amp;nbsp; The problem we're seeing is the redraw times in Arcmap are much slower than they were as SDE binary.&amp;nbsp; For example, the redraw on a 200,000 poly dataset for a small extent (display &amp;lt;50 polys) was instantaneous as SDE binary but is taking about 2 seconds as sql spatial data type.&amp;nbsp; The spatial index works great for sql spatial operations but it appears as though Arcmap is not effectively using it.&amp;nbsp; We're getting the same results in v10 beta.&amp;nbsp;&amp;nbsp;&amp;nbsp; Would like to hear your experience and others as well as any other suggestions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 13:29:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656709#M37192</guid>
      <dc:creator>DanSteen</dc:creator>
      <dc:date>2010-04-09T13:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Index Performance: SQL 2008 vs ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656710#M37193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll add my experience to this.&amp;nbsp; We recently moved to SQL 2008 and using SQL Geometry datatype for storage of our SDE data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We created an ArcGIS Server dynamic map service of bathymetry for the state.&amp;nbsp; It was taking approximately 19 seconds to render.&amp;nbsp; For testing purposes we set up an identical map service with the data stored in SDEBINARY.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Draw times dropped to under a second.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tried the same experiment again with vegetation types.&amp;nbsp; 22 seconds using SQL Geometry, 4 seconds using SDEBINARY.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are in the process of converting all our data back to SDEBINARY.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would really like to know why this is.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 14:12:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656710#M37193</guid>
      <dc:creator>ScottNoldy</dc:creator>
      <dc:date>2010-05-13T14:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Index Performance: SQL 2008 vs ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656711#M37194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To fune tune performance with SQL Geometry, it may be helpful to refer to this blog post: &lt;/SPAN&gt;&lt;A href="http://blog.geodatabase.com/2008/10/sql-server-2008-spatial-indexes-and.html"&gt;http://blog.geodatabase.com/2008/10/sql-server-2008-spatial-indexes-and.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if you have any success with this.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 14:27:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656711#M37194</guid>
      <dc:creator>RussellMiles</dc:creator>
      <dc:date>2010-05-13T14:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Index Performance: SQL 2008 vs ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656712#M37195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Although I have been working with ArcGIS 10 Pre-Release, the last time I dealt directly with this issue was ArcGIS 9.3.1 so what I am about to say may not apply to the new release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For the datasets I have worked with, the extent of the spatial indexes on GEOMETRY and GEOGRAPHY types had a large impact on performance in ArcMap, both drawing and querying the data.&amp;nbsp; For whatever reason, ArcCatalog would usually define large spatial index extents (on the order of projection extents) for data loaded into SDE using the GEOMETRY type.&amp;nbsp; If my memory serves me, usually just deleting and rebuilding the spatial index in ArcCatalog would define better spatial index extents and result in better performing spatial indexes.&amp;nbsp; I do remember, though, rebuilding a couple spatial indexes in SQL Server Management Studio.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For the data our organizaiton was working with, we could never get the GEOMETRY type to perform as well as SDEBINARY, but we could get the performance differences down to acceptable levels.&amp;nbsp; For example, redraw/refresh times in ArcMap for a couple of dense datasets went from 15 to 25 seconds down to 2 to 5 seconds.&amp;nbsp; Not great but acceptable since we needed the data stored with GEOMETRY type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Since SQL Server 2008 was the first version to support native spatial types, I am mostly chalking the performance differences up to the DBMS and not ArcSDE (not to say there isn't room for improvement with ArcSDE).&amp;nbsp; For example, SQL Server 2008 SP1 addressed a fairly substantial issue with the SQL Server Query Optimizer where poor costing information was having the optimizer ignore spatial indexes in favor of full table scans.&amp;nbsp; The workaround at the time, before the service pack, was to force the use of the index through a HINT, but ESRI had valid reasons for not wanting to re-write code to always force the index.&amp;nbsp; As spatial support matures in SQL Server, I expect the native types to become more viable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have generally been pleased with the performance of Query Layers in ArcGIS 10, so I may re-visit those datasets to check whether the experiences we had with 9.3.1 are still valid with 10.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 15:32:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656712#M37195</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2010-05-13T15:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Index Performance: SQL 2008 vs ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656713#M37196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;To fune tune performance with SQL Geometry, it may be helpful to refer to this blog post: &lt;A href="http://blog.geodatabase.com/2008/10/sql-server-2008-spatial-indexes-and.html"&gt;http://blog.geodatabase.com/2008/10/sql-server-2008-spatial-indexes-and.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Let me know if you have any success with this.&amp;nbsp; Thanks.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That did it.&amp;nbsp; Draw times are now on par with sdebinary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 14:37:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656713#M37196</guid>
      <dc:creator>ScottNoldy</dc:creator>
      <dc:date>2010-05-17T14:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Index Performance: SQL 2008 vs ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656714#M37197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That did it.&amp;nbsp; Draw times are now on par with sdebinary.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, I *really* need to know the content of that blog post, which is no longer available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you provide me with the fix for slow draw times with SQL 2008 geometry on large sets of features?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 22:15:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656714#M37197</guid>
      <dc:creator>JimSmith</dc:creator>
      <dc:date>2013-05-09T22:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Index Performance: SQL 2008 vs ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656715#M37198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi, I *really* need to know the content of that blog post, which is no longer available.&lt;BR /&gt;Can you provide me with the fix for slow draw times with SQL 2008 geometry on large sets of features?&lt;BR /&gt;&lt;BR /&gt;thanks!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There was a domain name change, but the blog post is still available:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://geodatabase.net/wp/sql-server-2008-spatial-indexes-and-arcsde-9-3/"&gt;http://geodatabase.net/wp/sql-server-2008-spatial-indexes-and-arcsde-9-3/&lt;BR /&gt;&lt;BR /&gt;T&lt;/A&gt;&lt;SPAN&gt;he content of that blog post, and this forum discussion, is pretty good, but it all is nearly 2 1/2 years old.&amp;nbsp; ArcSDE has changed some and SQL Server has had lots of improvements to its spatial support.&amp;nbsp; If you are truly running SQL Server 2008 with no service packs and ArcSDE 9.3/9.3.1, I think there is likely a larger issue that needs to be discussed more than tuning spatial indexes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 12:24:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656715#M37198</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2013-05-14T12:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Index Performance: SQL 2008 vs ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656716#M37199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There was a domain name change, but the blog post is still available:&lt;BR /&gt;&lt;A href="http://geodatabase.net/wp/sql-server-2008-spatial-indexes-and-arcsde-9-3/"&gt;http://geodatabase.net/wp/sql-server-2008-spatial-indexes-and-arcsde-9-3/&lt;BR /&gt;&lt;BR /&gt;T&lt;/A&gt;he content of that blog post, and this forum discussion, is pretty good, but it all is nearly 2 1/2 years old.&amp;nbsp; ArcSDE has changed some and SQL Server has had lots of improvements to its spatial support.&amp;nbsp; If you are truly running SQL Server 2008 with no service packs and ArcSDE 9.3/9.3.1, I think there is likely a larger issue that needs to be discussed more than tuning spatial indexes.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the link and feedback. For this issue, both ArcGIS and Geodatabase are 10.1 sp1, MSSQL is 2008R2. We imported a parcel base feature class of ~300,000 polygons, stored in sde_binary, and it performs just fine, as it always has since the days of MSSQL 2000 and 9.something ... but an exact copy of it with geometry storage, display and query performance is unacceptable, almost shapefile slow. The layer envelope is not the issue. I can't find any discussion on the support forums etc. or guidance in online help. Any suggestions?&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, 14 May 2013 23:00:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656716#M37199</guid>
      <dc:creator>JimSmith</dc:creator>
      <dc:date>2013-05-14T23:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Index Performance: SQL 2008 vs ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656717#M37200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for the link and feedback. For this issue, both ArcGIS and Geodatabase are 10.1 sp1, MSSQL is 2008R2. We imported a parcel base feature class of ~300,000 polygons, stored in sde_binary, and it performs just fine, as it always has since the days of MSSQL 2000 and 9.something ... but an exact copy of it with geometry storage, display and query performance is unacceptable, almost shapefile slow. The layer envelope is not the issue. I can't find any discussion on the support forums etc. or guidance in online help. Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this ever gets / got answered, I'd LOVE to know because I'm in exactly the same boat, and on the same platform.&amp;nbsp; To compound the problem, it is taking me 18+ hours to copy a single feature class of about 420,000 polygons, averaging 2,125 vertices / feature and I have too many feature classes to do to have the luxury of that kind of time.&amp;nbsp; They all have to get done and they all have to get done in the same time window of less than 12 hours.&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;-= Keith Adams =-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SAIC HRSA Data Warehouse Systems Analyst&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 20:16:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-index-performance-sql-2008-vs-arcsde/m-p/656717#M37200</guid>
      <dc:creator>KeithAdams</dc:creator>
      <dc:date>2013-07-15T20:16:27Z</dc:date>
    </item>
  </channel>
</rss>

