<?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 Indexes in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463260#M15572</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've created a file geodatabase off our main network so that I'm not testing or running processes off our 'Hub' that customers access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On our Hub, the geometry properties are Esri Binary Spatial Type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But once we move to SDE 10.1 it will be ST_Geometry spatial type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have Oracle running in the back as well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Nov 2014 16:56:34 GMT</pubDate>
    <dc:creator>JenniferDick</dc:creator>
    <dc:date>2014-11-04T16:56:34Z</dc:date>
    <item>
      <title>Spatial Indexes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463258#M15570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm applying spatial indexes to a few layers that reside in a geodatabase. We are testing the concept of spatial indexing for the purposes of performance improvement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few of the layers we would like to put indexing on have for example, (on a point line) over 730,000 points. I've calculated the default spatial grid index using geoprocessing tools and have then used 'Add Spatial Index' tool to apply the grids calculated prior. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I'm trying to review the grid sizes and confirm that they were apply correctly using the layer properties. Unfortunately, they aren't listed under the index tab in the properties. Reading about this, it seems like the grid values should be listed here, and I should also have the ability to create, delete, recalculate. Though my only 2 options are 'Create' and 'Delete' and one of those are grayed out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm hoping someone can provide some guidance in this area. I would like to confirm that the values Arc calculated are in fact there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a screen shot of the later properties for your reference. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Jennifer &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 16:35:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463258#M15570</guid>
      <dc:creator>JenniferDick</dc:creator>
      <dc:date>2014-11-04T16:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Indexes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463259#M15571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of geodatabase are you using?&amp;nbsp; If Enterprise or Workgroup, what RDBMS and which geometry storage type are you using?&amp;nbsp; Not all storage types support grid levels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 16:43:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463259#M15571</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-11-04T16:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Indexes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463260#M15572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've created a file geodatabase off our main network so that I'm not testing or running processes off our 'Hub' that customers access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On our Hub, the geometry properties are Esri Binary Spatial Type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But once we move to SDE 10.1 it will be ST_Geometry spatial type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have Oracle running in the back as well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 16:56:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463260#M15572</guid>
      <dc:creator>JenniferDick</dc:creator>
      <dc:date>2014-11-04T16:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Indexes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463261#M15573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically, the grid sizes have been de-emphasized in the Desktop UI, mostly because there isn't much you can really do to improve performance (or break it, for that matter).&amp;nbsp; You can use ArcObjects to access the generated grid levels (or 'sdelayer' if 1) the layer is enterprise and 2) you still have admin commands installed, and 3) the storage type supports multiple grids), but I've nearly given up on trying to out-guess the indexing code, so access to the values is somewhat moot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 22:31:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463261#M15573</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-11-04T22:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Indexes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463262#M15574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your opinion Vince, would the grid levels generated by Arc be sufficient enough to increase drawing and querying performance? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 14:22:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463262#M15574</guid>
      <dc:creator>JenniferDick</dc:creator>
      <dc:date>2014-11-05T14:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Indexes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463263#M15575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Increase" in comparison to what? Not having an index at all?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a number of factors that play into spatial query performance.&amp;nbsp; Having a spatial index is certainly one, but not even a spatial index can overwhelm the impact of extreme spatial fragmentation on queries which return a large number of features.&amp;nbsp; Use of local disk is generally good for a 2x performance boost (vice networked access), as is use of solid state disk (SSD) drives (&amp;lt;1ms seek time).&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, 05 Nov 2014 15:03:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463263#M15575</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-11-05T15:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Indexes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463264#M15576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes not having an index at all. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree, performance is definitely dependent on a number of variables. Our layers are accessed via a network and customers go directly to that network to obtain the information they want. Some of the drawing and querying times when they are accessing right off our network is slow and I'm testing to see if applying a spatial and/or attribute index would help at all. Even just previewing the layer in ArcCatalog is painfully slow.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 15:15:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463264#M15576</guid>
      <dc:creator>JenniferDick</dc:creator>
      <dc:date>2014-11-05T15:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Indexes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463265#M15577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Full table scans are always going to be the least-performant types of queries.&amp;nbsp; Using a spatial index on a full table query will generally &lt;EM&gt;hurt&lt;/EM&gt; performance by 2x to as much as 10x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose of an index is to reduce the I/O necessary to locate a small set of features.&amp;nbsp; If you have a large number of features or the features themselves are slow to access, then the index isn't going to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Working on a FGDB copy to improve Enterprise Geodatabase performance is not likely to be productive.&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, 05 Nov 2014 19:04:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463265#M15577</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-11-05T19:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Indexes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463266#M15578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about attribute indexes instead of spatial? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 20:01:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463266#M15578</guid>
      <dc:creator>JenniferDick</dc:creator>
      <dc:date>2014-11-05T20:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Indexes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463267#M15579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with you thought in your previous statement Vince. Just inquiring on attribute indexes in replace of spatial. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 20:02:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463267#M15579</guid>
      <dc:creator>JenniferDick</dc:creator>
      <dc:date>2014-11-05T20:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Indexes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463268#M15580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't make a distinction for a reason -- Forcing index use when the constraint does not significantly reduce the result set is not likely to improve performance, especially if the table is fragmented with respect to the indexed column(s).&amp;nbsp; This is why optimizers collect statistics -- to get a sense of whether the index will help or hurt, and which index will help most.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 20:12:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463268#M15580</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-11-05T20:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Indexes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463269#M15581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your thoughts Vince&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 20:15:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463269#M15581</guid>
      <dc:creator>JenniferDick</dc:creator>
      <dc:date>2014-11-05T20:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Indexes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463270#M15582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another reason that it may be problematic to apply a spatial or attribute index is when the layer is consistently updated. The layers I speak up are often updated and what I've read is that each time you update a layer that is spatially index, you have to update the index. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 22:34:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463270#M15582</guid>
      <dc:creator>JenniferDick</dc:creator>
      <dc:date>2014-11-05T22:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Indexes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463271#M15583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, once an index is built, additional inserts/updates/deletes are manifested as they should.&amp;nbsp; It's probably a good idea to periodically refresh the indexes, and you want to be careful on the number of unnecessary indexes with large, frequently updated tables, but it's certainly not necessary with each delta.&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, 05 Nov 2014 22:59:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463271#M15583</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-11-05T22:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Indexes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463272#M15584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migration-blogpost/54807"&gt;Witch Magic, Snake Oil Medicine, and Spatial Index Tuning&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 18:15:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-indexes/m-p/463272#M15584</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2015-07-07T18:15:18Z</dc:date>
    </item>
  </channel>
</rss>

