<?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: What's going on with Pro Indexing? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/what-s-going-on-with-pro-indexing/m-p/110465#M4489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/projects/index-project-items.htm" title="https://pro.arcgis.com/en/pro-app/help/projects/index-project-items.htm"&gt;Indexing project items—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The actual index folder for a particular project is much smaller than the index folder in your users path.&amp;nbsp; If you examine the thumbnails, you may see some overlap.&amp;nbsp; The way I read the documentation is that the users folder can contain the thumbnails from a number of references to objects, hence its larger size.&amp;nbsp; At least that is what I have found given my folder structuring for storing projects within a common directory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Apr 2019 17:32:28 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2019-04-11T17:32:28Z</dc:date>
    <item>
      <title>What's going on with Pro Indexing?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/what-s-going-on-with-pro-indexing/m-p/110464#M4488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/thread/206954-anyone-else-seeing-an-explosion-of-gdalsqlite-files-in-temp"&gt;https://community.esri.com/thread/206954-anyone-else-seeing-an-explosion-of-gdalsqlite-files-in-temp&lt;/A&gt;&amp;nbsp;being back, I'm now seeing a massive number of thumbnails being generated by Pro Indexing. 227000 of them! !??!?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/441819_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note the discrepancy in Index Size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 16:14:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/what-s-going-on-with-pro-indexing/m-p/110464#M4488</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2019-04-11T16:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: What's going on with Pro Indexing?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/what-s-going-on-with-pro-indexing/m-p/110465#M4489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/projects/index-project-items.htm" title="https://pro.arcgis.com/en/pro-app/help/projects/index-project-items.htm"&gt;Indexing project items—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The actual index folder for a particular project is much smaller than the index folder in your users path.&amp;nbsp; If you examine the thumbnails, you may see some overlap.&amp;nbsp; The way I read the documentation is that the users folder can contain the thumbnails from a number of references to objects, hence its larger size.&amp;nbsp; At least that is what I have found given my folder structuring for storing projects within a common directory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 17:32:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/what-s-going-on-with-pro-indexing/m-p/110465#M4489</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-04-11T17:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: What's going on with Pro Indexing?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/what-s-going-on-with-pro-indexing/m-p/1032230#M38064</link>
      <description>&lt;P&gt;For me with Pro 2.7 (albeit upgraded several times from something much older) the discrepancy ratio of reported index size to actual storage usage is 70MB to 48 GB, or to use a single common unit, 7:480!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWilkie1_0-1614724507371.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/7370i3106622DF74B0308/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MattWilkie1_0-1614724507371.png" alt="MattWilkie1_0-1614724507371.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Additionally, using the supplied button and&amp;nbsp;&lt;STRONG&gt;deleting the Index does not remove the thumbnails&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Update: It took 47 minutes to delete the thumbnails manually:&lt;/P&gt;&lt;LI-CODE lang="markdown"&gt;@setlocal enabledelayedexpansion
@echo --- Started: !date! !time!
pushd %appdata%\..\Local\ESRI\Index
rd /s/q Thumbnail
popd
@echo --- Finished: !date! !time!&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 18:19:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/what-s-going-on-with-pro-indexing/m-p/1032230#M38064</guid>
      <dc:creator>MattWilkie1</dc:creator>
      <dc:date>2021-03-03T18:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: What's going on with Pro Indexing?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/what-s-going-on-with-pro-indexing/m-p/1063931#M41546</link>
      <description>&lt;P&gt;I just ran into this issue myself.&amp;nbsp; Noticed I was low on disk space and found the ESRI\Index\Thumbnail folder to be a huge part&amp;nbsp; of that.&amp;nbsp; Took most of a day to delete the 11 MILLION+ thumbnails that were taking up 40GB+ of disk space.&amp;nbsp; But even after that was done, I had 70k new files in here.&amp;nbsp; Finally killed the ArcGISIndexingServer and was able to remove all files.&amp;nbsp; But then opened Pro and it started again.&amp;nbsp; I looked at a couple of the thumbnails and there were images from things not remotely related to the very few projects I have.&amp;nbsp; Would seem something in this system is trying to index from all over the place.&amp;nbsp; I disabled the index from the options and it doesn't seem to be doing it now.&amp;nbsp; But something in this system is seriously broken to cause a problem like this.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 03:21:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/what-s-going-on-with-pro-indexing/m-p/1063931#M41546</guid>
      <dc:creator>BillyBuerger</dc:creator>
      <dc:date>2021-06-02T03:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: What's going on with Pro Indexing?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/what-s-going-on-with-pro-indexing/m-p/1076436#M43012</link>
      <description>&lt;P&gt;Indexing in Pro should be replaced with a simple search of the project feature classes, maps, layouts etc. I don't need thumbnails of my data. This was a problem in ArcGIS Desktop 10.x and now it continues in Pro.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 19:14:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/what-s-going-on-with-pro-indexing/m-p/1076436#M43012</guid>
      <dc:creator>Frank_Veldhuis_MCGOV</dc:creator>
      <dc:date>2021-07-07T19:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: What's going on with Pro Indexing?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/what-s-going-on-with-pro-indexing/m-p/1588835#M93380</link>
      <description>&lt;P&gt;I just came across a million thumb nail files while looking to move to new PC.&amp;nbsp; Have disabled the index on new set up.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 04:01:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/what-s-going-on-with-pro-indexing/m-p/1588835#M93380</guid>
      <dc:creator>MarkChilcott</dc:creator>
      <dc:date>2025-02-25T04:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: What's going on with Pro Indexing?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/what-s-going-on-with-pro-indexing/m-p/1589045#M93403</link>
      <description>&lt;P&gt;What version of Pro?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 17:34:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/what-s-going-on-with-pro-indexing/m-p/1589045#M93403</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2025-02-25T17:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: What's going on with Pro Indexing?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/what-s-going-on-with-pro-indexing/m-p/1589145#M93421</link>
      <description>&lt;P&gt;Many over the years.&amp;nbsp; It may have been hiding in the background for a while.&amp;nbsp; It was not until switching to a new computer and looking at what needed to be moved that I saw it.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 20:47:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/what-s-going-on-with-pro-indexing/m-p/1589145#M93421</guid>
      <dc:creator>MarkChilcott</dc:creator>
      <dc:date>2025-02-25T20:47:17Z</dc:date>
    </item>
  </channel>
</rss>

