<?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: Copy Features from joined layer speed in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/copy-features-from-joined-layer-speed/m-p/261777#M8988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My first response is that Copy Features is being executed once per iteration, so that's what causes the slow-down.&amp;nbsp; Are you saying that it takes 2 minutes per iteration?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Aug 2013 20:01:19 GMT</pubDate>
    <dc:creator>DaleHoneycutt</dc:creator>
    <dc:date>2013-08-28T20:01:19Z</dc:date>
    <item>
      <title>Copy Features from joined layer speed</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/copy-features-from-joined-layer-speed/m-p/261776#M8987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In model builder, I have a model that takes the iterative table input and joins it to a point (28k count) file using the Add Join tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The join happens rather quickly, but the Copy Features takes almost 2 minutes.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I execute the same series of event from the table of contents, the data export only takes around 10 seconds.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both are going to a local SSD.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]27064[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas as to the what and why for this being so much slower?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 17:59:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/copy-features-from-joined-layer-speed/m-p/261776#M8987</guid>
      <dc:creator>AndrewMoffitt</dc:creator>
      <dc:date>2013-08-28T17:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Features from joined layer speed</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/copy-features-from-joined-layer-speed/m-p/261777#M8988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My first response is that Copy Features is being executed once per iteration, so that's what causes the slow-down.&amp;nbsp; Are you saying that it takes 2 minutes per iteration?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 20:01:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/copy-features-from-joined-layer-speed/m-p/261777#M8988</guid>
      <dc:creator>DaleHoneycutt</dc:creator>
      <dc:date>2013-08-28T20:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Features from joined layer speed</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/copy-features-from-joined-layer-speed/m-p/261778#M8989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;EDIT: Yes it takes 2 minutes per iteration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have since removed the Copy Rows as shown in the original picture.&amp;nbsp; It was left over from my attempts to see if I could speed up the Copy Features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below is the code from a single run-through of the model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is iterated for every text file within my input folder. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Succeeded at Wed Aug 28 16:10:36 2013 (Elapsed Time: 0.00 seconds)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Executing (Make Feature Layer): MakeFeatureLayer C:\3111\postrun\17_sal\GIS\Mesh_Nodes.shp Mesh_Nodes_Layer # # "FID FID VISIBLE NONE;Shape Shape VISIBLE NONE;NodeID NodeID VISIBLE NONE;Easting Easting VISIBLE NONE;Northing Northing VISIBLE NONE;Z Z VISIBLE NONE;Existing Existing VISIBLE NONE"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Start Time: Wed Aug 28 16:10:36 2013&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Succeeded at Wed Aug 28 16:10:36 2013 (Elapsed Time: 0.00 seconds)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Executing (Iterate Tables): IterateTables C:\3111\postrun\17_sal\GIS\Tables # # NOT_RECURSIVE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Start Time: Wed Aug 28 16:10:36 2013&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Succeeded at Wed Aug 28 16:10:36 2013 (Elapsed Time: 0.00 seconds)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Executing (Make Table View): MakeTableView C:\3111\postrun\17_sal\GIS\Tables\35_45ty1_y3jul_sal_avg.txt 35_45ty1_y3jul_sal_avg_View # # "Field1 Field1 VISIBLE NONE;Field2 Field2 VISIBLE NONE"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Start Time: Wed Aug 28 16:10:36 2013&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Succeeded at Wed Aug 28 16:10:36 2013 (Elapsed Time: 0.00 seconds)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Executing (Add Join): AddJoin Mesh_Nodes_Layer NodeID 35_45ty1_y3jul_sal_avg_View Field1 KEEP_ALL&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Start Time: Wed Aug 28 16:10:36 2013&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Succeeded at Wed Aug 28 16:10:36 2013 (Elapsed Time: 0.00 seconds)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Executing (Copy Features): CopyFeatures Mesh_Nodes_Layer C:\3111\postrun\17_sal\GIS\EntireMeshNodes\35_45ty1_y3jul_sal_avg_Nodes.shp # 0 0 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Start Time: Wed Aug 28 16:10:36 2013&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Succeeded at Wed Aug 28 16:13:11 2013 (Elapsed Time: 2 minutes 35 seconds)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Executing (Remove Join): RemoveJoin Mesh_Nodes_Layer #&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Start Time: Wed Aug 28 16:13:11 2013&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Succeeded at Wed Aug 28 16:13:11 2013 (Elapsed Time: 0.00 seconds)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 20:16:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/copy-features-from-joined-layer-speed/m-p/261778#M8989</guid>
      <dc:creator>AndrewMoffitt</dc:creator>
      <dc:date>2013-08-28T20:16:34Z</dc:date>
    </item>
  </channel>
</rss>

