<?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 ModelBuilder Iteration Slows Down in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/modelbuilder-iteration-slows-down/m-p/813421#M33609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm running this model basically goes through each&amp;nbsp;feature in&amp;nbsp;a origin layer&amp;nbsp;and a destination layer to calculate the shortest path. There's nothing wrong with the model, the results are perfect. However, the processing time is becoming significantly longer than the beginning - 1 second per iteration at the beginning but now it takes 6 - 7 seconds. I break the task into small parts,&amp;nbsp;I tried rebooting both ArcMap and the PC, I cleaned up the system junk, I even tried disk defragment and system file check. But none of the efforts seems to accelerate the processing even a little bit. Any thoughts on how to bring the fast speed back, except for what I've tried? Or am I doing irreversible damage to my hard disk/CPU with running such a heavy task (200,000 routes)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jan 2019 17:52:00 GMT</pubDate>
    <dc:creator>XuanKuai</dc:creator>
    <dc:date>2019-01-02T17:52:00Z</dc:date>
    <item>
      <title>ModelBuilder Iteration Slows Down</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/modelbuilder-iteration-slows-down/m-p/813421#M33609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm running this model basically goes through each&amp;nbsp;feature in&amp;nbsp;a origin layer&amp;nbsp;and a destination layer to calculate the shortest path. There's nothing wrong with the model, the results are perfect. However, the processing time is becoming significantly longer than the beginning - 1 second per iteration at the beginning but now it takes 6 - 7 seconds. I break the task into small parts,&amp;nbsp;I tried rebooting both ArcMap and the PC, I cleaned up the system junk, I even tried disk defragment and system file check. But none of the efforts seems to accelerate the processing even a little bit. Any thoughts on how to bring the fast speed back, except for what I've tried? Or am I doing irreversible damage to my hard disk/CPU with running such a heavy task (200,000 routes)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2019 17:52:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/modelbuilder-iteration-slows-down/m-p/813421#M33609</guid>
      <dc:creator>XuanKuai</dc:creator>
      <dc:date>2019-01-02T17:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: ModelBuilder Iteration Slows Down</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/modelbuilder-iteration-slows-down/m-p/813422#M33610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you can monitor system resources as it runs. If you are using more and more memory you may want to look at layers and table views -- if your model could delete temporary layers or datasets as part of the loop that may help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2019 06:48:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/modelbuilder-iteration-slows-down/m-p/813422#M33610</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2019-01-03T06:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: ModelBuilder Iteration Slows Down</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/modelbuilder-iteration-slows-down/m-p/813423#M33611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. My model deletes every possible temp layers possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this really good article about speeding up ArcMap: &lt;A class="link-titled" href="https://github.com/ncss-tech/geo-pit/wiki/How-to-Make-ESRI-Desktop-ArcMap-Faster" title="https://github.com/ncss-tech/geo-pit/wiki/How-to-Make-ESRI-Desktop-ArcMap-Faster"&gt;How to Make ESRI Desktop ArcMap Faster · ncss-tech/geo-pit Wiki · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I think the problem with my issue is that junk files pile up in the geodatabase and slow down the model, but the Delete tool does nothing to this. I noticed this because every reading and calculating step is as fast as the beginning, but the writing step is very slow. I tried everything in the article above applicable and I copied my data to a new file geodatabase and work in there. The model now runs fast as it used to be.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2019 02:14:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/modelbuilder-iteration-slows-down/m-p/813423#M33611</guid>
      <dc:creator>XuanKuai</dc:creator>
      <dc:date>2019-01-04T02:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: ModelBuilder Iteration Slows Down</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/modelbuilder-iteration-slows-down/m-p/813424#M33612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unless you are filling a database with many files (ie the temp files are the ones that are causing you to have many files) you may want to try running the compact geodatabase tool at the end of every iteration to "burn in" those deletes. Just a thought. Thanks for that link on optimizing ArcMap, looks helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2019 06:48:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/modelbuilder-iteration-slows-down/m-p/813424#M33612</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2019-01-07T06:48:41Z</dc:date>
    </item>
  </channel>
</rss>

