<?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: Migrate storage issue in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/migrate-storage-issue/m-p/423531#M24191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A large point table is going to have a very different performance characteristic&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;than a small polygon or medium line table.&amp;nbsp; I always recommend benchmarking&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;all storage options before implementing in production, especially since the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;differences can also manifest from server to server (tuning options can also&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make a big difference, as can spatial defragmentation and coordinate reference).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will say that the "draw all features" benchmark is not the best way to gauge&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;which storage format will perform best when zoomed in.&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, 05 Feb 2013 16:54:12 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2013-02-05T16:54:12Z</dc:date>
    <item>
      <title>Migrate storage issue</title>
      <link>https://community.esri.com/t5/data-management-questions/migrate-storage-issue/m-p/423526#M24186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you used the arc catalog migrate storage tool (found at data management tool - geodatabase administration)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to run in on my featureclass and get error message&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Messages&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Executing: MigrateStorage 'Database Connections\Connection to SIIHARDYDEV31.net.smith.com as gismaster.sde\WELLSGIS.GIS_MASTER.WG_BITREC' SDEBINARY&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Start Time: Wed Jan 30 15:01:20 2013&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 000955: Error encountered migrating the database storage of Database Connections\Connection to SIIHARDYDEV31.net.smith.com as gismaster.sde\WELLSGIS.GIS_MASTER.WG_BITREC..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Function or option not implemented yet [WELLSGIS.GIS_MASTER.WG_BITREC]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (MigrateStorage).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed at Wed Jan 30 15:01:20 2013 (Elapsed Time: 0.00 seconds)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone help! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PLEASE!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 19:02:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrate-storage-issue/m-p/423526#M24186</guid>
      <dc:creator>AnastasiaAourik</dc:creator>
      <dc:date>2013-01-30T19:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate storage issue</title>
      <link>https://community.esri.com/t5/data-management-questions/migrate-storage-issue/m-p/423527#M24187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It looks like you are trying to migrate to SDE Binary format. This is not supported. Migration is only supported from SDE Binary to other storage types, not the other way around.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a full list of which migrations are supported: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002n00000076000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//002n00000076000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Shannon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 19:44:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrate-storage-issue/m-p/423527#M24187</guid>
      <dc:creator>ShannonShields</dc:creator>
      <dc:date>2013-02-04T19:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate storage issue</title>
      <link>https://community.esri.com/t5/data-management-questions/migrate-storage-issue/m-p/423528#M24188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm. That seems strange given that (at 10.1) default GEOMETRY_STORAGE is GEOMETRY.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, I was able to get my featureclasses to use SDEBINARY simply by &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(1) Changing the DEFAULTS GEOMETRY_STORAGE config parameter to SDEBINARY&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(2) Re-running my Python script that creates the feature class(es) from our 3rd party data providers [In my case, I am lucky because my workflow includes this step to RECREATE all my feature classes].&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: If what you are saying is true (Not sure why our ESRI technical guy did not alert me when I told him I was planning to run MIGRATE STORAGE to go from GEOMETRY to SDEBINARY) that migrate storage does not support migrating TO SDEBINARY, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then folks should (a) Export data to some temporary file geodatabase, (b) Change DEFAULTS GEOMETRY_STORAGTE config param to SDEBINARY, then (c) copy all your data back to your geodatabase from the temporary file geodatabase. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just also thought I should SHARE with this community that I have found performance to improve by about 100% when I moved to SDEBINARY.&amp;nbsp; My performance test was on a point featureclass of &amp;gt; 650,000 points drawn at full extent using the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcgis share as (wizard) to publish a map service, using the PREVIEW tool to indicate how many seconds it takes to load the map&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;with this single feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps some ESRI geodatabase person can reply and tell us why this is the case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Curious why ESRI has decided to make default GEOMETRY_STORAGE = GEOMETRY for SQL SERVER when SDEBINARY is faster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anastasia&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 13:14:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrate-storage-issue/m-p/423528#M24188</guid>
      <dc:creator>AnastasiaAourik</dc:creator>
      <dc:date>2013-02-05T13:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate storage issue</title>
      <link>https://community.esri.com/t5/data-management-questions/migrate-storage-issue/m-p/423529#M24189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have no idea why the DEFAULTS keyword is set to "GEOMETRY", but I can say&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that I avoid use of DEFAULTS keyword, and always maintain proactive control&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;over the keywords I do use (with an explicit GEOMETRY_STORAGE key). &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, 05 Feb 2013 13:23:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrate-storage-issue/m-p/423529#M24189</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-02-05T13:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate storage issue</title>
      <link>https://community.esri.com/t5/data-management-questions/migrate-storage-issue/m-p/423530#M24190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I hear you but I just don't mind using DEFAULTS (infact I prefer to use this so I won't have to change all my python scripts)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regardless, here is the blurb about the change in GEOMETRY_STORAGE starting in 10.1...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/SQL_Server_DBTUNE_configuration_parameters/002q00000019000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/SQL_Server_DBTUNE_configuration_parameters/002q00000019000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;�?�Microsoft SQL Server Geometry type�??This is Microsoft's spatial type for managing spatial data defined by coordinates on an arbitrary plane and for which the curvature of the Earth is not a consideration. &lt;/SPAN&gt;&lt;STRONG&gt;This is the default spatial storage method of geodatabases in SQL Server beginning with ArcGIS 10.1&lt;/STRONG&gt;&lt;SPAN&gt;. Keep the GEOMETRY_STORAGE parameter set to GEOMETRY if you want to store your spatial data in this format. If the GEOMETRY_STORAGE parameter is not set, the GEOMETRY type is assumed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I am really trying to get some discussion going about performance using this default.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have found that it is much slower than SDEBINARY.&amp;nbsp; Perhaps, I am missing something that must be set or configured so that &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;my performance using GEOMETRY storage is faster.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 13:43:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrate-storage-issue/m-p/423530#M24190</guid>
      <dc:creator>AnastasiaAourik</dc:creator>
      <dc:date>2013-02-05T13:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate storage issue</title>
      <link>https://community.esri.com/t5/data-management-questions/migrate-storage-issue/m-p/423531#M24191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A large point table is going to have a very different performance characteristic&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;than a small polygon or medium line table.&amp;nbsp; I always recommend benchmarking&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;all storage options before implementing in production, especially since the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;differences can also manifest from server to server (tuning options can also&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make a big difference, as can spatial defragmentation and coordinate reference).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will say that the "draw all features" benchmark is not the best way to gauge&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;which storage format will perform best when zoomed in.&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, 05 Feb 2013 16:54:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrate-storage-issue/m-p/423531#M24191</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-02-05T16:54:12Z</dc:date>
    </item>
  </channel>
</rss>

