<?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>idea ST_Geometry: Function-based spatial indexes in ArcGIS Enterprise Ideas</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-ideas/st-geometry-function-based-spatial-indexes/idi-p/1172462</link>
    <description>&lt;P&gt;With Oracle's SDO_GEOMETRTY, we can create function-based &lt;STRONG&gt;spatial&lt;/STRONG&gt; indexes that vastly improve performance for computed geometry columns.&lt;/P&gt;&lt;P&gt;Could Esri add that functionality for SDE.ST_GEOMETRY in Oracle?&lt;/P&gt;</description>
    <pubDate>Tue, 10 May 2022 18:47:41 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2022-05-10T18:47:41Z</dc:date>
    <item>
      <title>ST_Geometry: Function-based spatial indexes</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-ideas/st-geometry-function-based-spatial-indexes/idi-p/1172462</link>
      <description>&lt;P&gt;With Oracle's SDO_GEOMETRTY, we can create function-based &lt;STRONG&gt;spatial&lt;/STRONG&gt; indexes that vastly improve performance for computed geometry columns.&lt;/P&gt;&lt;P&gt;Could Esri add that functionality for SDE.ST_GEOMETRY in Oracle?&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 18:47:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-ideas/st-geometry-function-based-spatial-indexes/idi-p/1172462</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-05-10T18:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: ST_Geometry: Function-based spatial indexes</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-ideas/st-geometry-function-based-spatial-indexes/idc-p/1172537#M2826</link>
      <description>&lt;P&gt;For what it's worth, I can &lt;EM&gt;in theory&lt;/EM&gt;&amp;nbsp;create a ST_GEOMETRY function-based spatial index:&lt;/P&gt;&lt;PRE&gt;create index atn_startpoint_shape on infrastr.active_transportation &lt;BR /&gt;    (sde.st_geomfromwkb(sde.st_asbinary(sde.st_startpoint(sde.st_geometryn(shape,1))),300125)) &lt;BR /&gt;    indextype is &lt;STRONG&gt;SDE.ST_SPATIAL_INDEX&lt;/STRONG&gt; parameters ('ST_GRIDS=320 ST_SRID=300125');&lt;BR /&gt;&lt;BR /&gt;Index ATN_STARTPOINT_SHAPE created.&lt;/PRE&gt;&lt;P&gt;But there doesn't seem to be a way to utilize that index in the map in ArcGIS Pro. For example, I wouldn't insert a row into&amp;nbsp;USER_SDO_GEOM_METADATA for ST_GEOMETRY spatial index, since that's designed for SDO_GEOMETRY columns only.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When I try to test a view that would use the index in ArcMap...&lt;/P&gt;&lt;PRE&gt;create or replace view atn_startpoint_vw as (&lt;BR /&gt;select&lt;BR /&gt;    objectid,&lt;BR /&gt;    sde.st_geomfromwkb(sde.st_asbinary(sde.st_startpoint(sde.st_geometryn(shape,1))),300125) shape&lt;BR /&gt;from&lt;BR /&gt;    infrastr.active_transportation&lt;BR /&gt;where&lt;BR /&gt;    sde.st_geomfromwkb(sde.st_asbinary(sde.st_startpoint(sde.st_geometryn(shape,1))),300125) is not null&lt;BR /&gt;) &lt;/PRE&gt;&lt;P&gt;...it just crashes.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-crashes-when-copying-oracle-view-to/m-p/1172088" target="_self"&gt;Similar to this issue:&amp;nbsp;ArcGIS Pro crashes when copying Oracle view to FGDB.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://gis.stackexchange.com/questions/431210/equivalent-to-user-sdo-geom-metadata-for-sde-st-geometry-function-based-spatia" target="_self"&gt;Equivalent to USER_SDO_GEOM_METADATA for SDE.ST_GEOMETRY? (function-based spatial indexes)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 06:08:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-ideas/st-geometry-function-based-spatial-indexes/idc-p/1172537#M2826</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-05-14T06:08:48Z</dc:date>
    </item>
  </channel>
</rss>

