<?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 How to recalculate spatial index using Esri.FileGDB version 1.5.2 in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-recalculate-spatial-index-using-esri/m-p/1389957#M11551</link>
    <description>&lt;P&gt;I am using Esri.FileGDB in a C# application to open File geodatabase to query and add new records into tables. I found that the insert operation becomes increasingly slow with increasing number of records in tables inside a file geodatabase, so I am thinking how to call recalculate spatial index after inserting a large number of records programmatically, could I have a code example, I searched high and lows but couldn't find any. Thanks.&lt;/P&gt;</description>
    <pubDate>Sun, 03 Mar 2024 05:30:51 GMT</pubDate>
    <dc:creator>TongZhai</dc:creator>
    <dc:date>2024-03-03T05:30:51Z</dc:date>
    <item>
      <title>How to recalculate spatial index using Esri.FileGDB version 1.5.2</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-recalculate-spatial-index-using-esri/m-p/1389957#M11551</link>
      <description>&lt;P&gt;I am using Esri.FileGDB in a C# application to open File geodatabase to query and add new records into tables. I found that the insert operation becomes increasingly slow with increasing number of records in tables inside a file geodatabase, so I am thinking how to call recalculate spatial index after inserting a large number of records programmatically, could I have a code example, I searched high and lows but couldn't find any. Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2024 05:30:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-recalculate-spatial-index-using-esri/m-p/1389957#M11551</guid>
      <dc:creator>TongZhai</dc:creator>
      <dc:date>2024-03-03T05:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to recalculate spatial index using Esri.FileGDB version 1.5.2</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-recalculate-spatial-index-using-esri/m-p/1474686#M11552</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/549552"&gt;@TongZhai&lt;/a&gt; - To address slower performance like yours, you can drop the indexes before the data insert and recreate them after insertion is complete using the &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-DDL#indexes" target="_self"&gt;DDL API.&lt;/A&gt;&amp;nbsp; The&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProSnippets-Geodatabase" target="_blank"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/ProSnippets-Geodatabase&lt;/A&gt;&amp;nbsp;has code snippets to add/remove both spatial and attribute indexes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 17:46:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-recalculate-spatial-index-using-esri/m-p/1474686#M11552</guid>
      <dc:creator>Aashis</dc:creator>
      <dc:date>2024-05-17T17:46:25Z</dc:date>
    </item>
  </channel>
</rss>

