<?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: St_geometry vs SDEBinary storage requirements in Oracle in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-sdebinary-storage-requirements-in/m-p/871507#M6265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Teresa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you be more specific on what you are looking for when you say "storage" requirements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2015 15:49:39 GMT</pubDate>
    <dc:creator>SamuelTompsett</dc:creator>
    <dc:date>2015-07-15T15:49:39Z</dc:date>
    <item>
      <title>St_geometry vs SDEBinary storage requirements in Oracle</title>
      <link>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-sdebinary-storage-requirements-in/m-p/871506#M6264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does any body knows the st_geometry storage requeriments vs sdeBinary storage requirements in Oracle?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Teresa V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 15:36:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-sdebinary-storage-requirements-in/m-p/871506#M6264</guid>
      <dc:creator>TeresaVillena</dc:creator>
      <dc:date>2015-07-15T15:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: St_geometry vs SDEBinary storage requirements in Oracle</title>
      <link>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-sdebinary-storage-requirements-in/m-p/871507#M6265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Teresa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you be more specific on what you are looking for when you say "storage" requirements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 15:49:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-sdebinary-storage-requirements-in/m-p/871507#M6265</guid>
      <dc:creator>SamuelTompsett</dc:creator>
      <dc:date>2015-07-15T15:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: St_geometry vs SDEBinary storage requirements in Oracle</title>
      <link>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-sdebinary-storage-requirements-in/m-p/871508#M6266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know if I will need more storage&amp;nbsp; space in Oracle when I migrate from sdeBinary to st_geometry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Teresa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 16:14:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-sdebinary-storage-requirements-in/m-p/871508#M6266</guid>
      <dc:creator>TeresaVillena</dc:creator>
      <dc:date>2015-07-15T16:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: St_geometry vs SDEBinary storage requirements in Oracle</title>
      <link>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-sdebinary-storage-requirements-in/m-p/871509#M6267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In theory, the LONG RAW storage used with SDEBINARY should be about the same as the BLOB space used by ST_GEOMETRY, except:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The storage requirements are in different tables (and, potentially, tablespaces)&lt;/LI&gt;&lt;LI&gt;LOBs have the option of both inline and out-of-row storage (and the out of row storage can be targeted to a different tablespace)&lt;/LI&gt;&lt;LI&gt;ST_GEOMETRY always uses HIGH precision, so it will be larger than an equivalent shape stored in BASIC (or HYBRID) precision &lt;/LI&gt;&lt;LI&gt;Modern default coordinate references use a precision which significantly increases storage over data stored in earlier-generated geometries (higher precision increases the magnitude of the vertex deltas, which increases the bits needed to store vertices)&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;In-situ&lt;/EM&gt; migration requires significant additional storage (which is preserved by the table high-water mark), and is likely to fragment the table (increasing storage and hurting query performance.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given the state of modern disk storage, you could probably store ten times the previous vector data in under $120 of disk (and it might have a faster seek time), so shoehorning datasets into disk shouldn't be a major concern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best practice would be create a new table in a new tablespace (tablespace&lt;STRONG&gt;s&lt;/STRONG&gt;, if you consider indexes), taking the opportunity to spatially defragment the table(s) by using the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001700000057000000"&gt;Sort (Data Management) tool&lt;/A&gt; to optimize the draw performance by using a UL spatial sort option (Advanced [ArcInfo] license only) when populating&amp;nbsp; the new table (Standard and Basic licenses would need to use a spatially correlated attribute, like zipcode, or mgrs, or geohash, or an index grid id to achieve spatial defragmentation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 17:15:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-sdebinary-storage-requirements-in/m-p/871509#M6267</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2015-07-15T17:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: St_geometry vs SDEBinary storage requirements in Oracle</title>
      <link>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-sdebinary-storage-requirements-in/m-p/871510#M6268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 14:12:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-sdebinary-storage-requirements-in/m-p/871510#M6268</guid>
      <dc:creator>TeresaVillena</dc:creator>
      <dc:date>2015-07-17T14:12:03Z</dc:date>
    </item>
  </channel>
</rss>

