<?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: Model Performance under Python in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/model-performance-under-python/m-p/353100#M20221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Thanks for the reply!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;I have a large collection of scripts that refresh publishing databases for our web mapping from the various user databases where edits occur. This scripts were based upon (mainly) SDE command line tools.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Over the past month, I’ve been recreating them in model builder and either saving as a python script or running the model from python (in cases where I have “In Memory” features such as route events and do not want to create yet another temp feature in my SQL Server database).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Most of them have worked really well,&amp;nbsp; But I have one where I pull x/y data from another SQL Server system completely and created an X/Y feature class. Then I delete rows from my target feature class and append the result from the “Make X/Y” operation. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;SQL Server 2012 / ArcGIS 10.2.2&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Sep 2015 10:54:02 GMT</pubDate>
    <dc:creator>CharlesFail</dc:creator>
    <dc:date>2015-09-09T10:54:02Z</dc:date>
    <item>
      <title>Model Performance under Python</title>
      <link>https://community.esri.com/t5/data-management-questions/model-performance-under-python/m-p/353097#M20218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a model to update a feature class (AGS 10.2.2) which runs in about 3 minutes to deal with 38,000 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I call the model from Python (ArcGISx6410.2\python.exe) the job takes nearly 3 hours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions as to what I'm possibly missing will be greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 19:47:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/model-performance-under-python/m-p/353097#M20218</guid>
      <dc:creator>CharlesFail</dc:creator>
      <dc:date>2015-09-08T19:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Model Performance under Python</title>
      <link>https://community.esri.com/t5/data-management-questions/model-performance-under-python/m-p/353098#M20219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where is the data stored (Shapefile, personal gdb, file gdb, enterprise geodatabase)? &lt;/P&gt;&lt;P&gt;Where is this data stored relative to your machine (local to the machine, on a remote server, etc.)&lt;/P&gt;&lt;P&gt;What are you updating within the data?&lt;/P&gt;&lt;P&gt;How are you updating the data in ModelBuilder vs Python?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 23:21:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/model-performance-under-python/m-p/353098#M20219</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2015-09-08T23:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Model Performance under Python</title>
      <link>https://community.esri.com/t5/data-management-questions/model-performance-under-python/m-p/353099#M20220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why are you running the model from python? Is this a scheduled task or something?&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 00:47:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/model-performance-under-python/m-p/353099#M20220</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-09-09T00:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Model Performance under Python</title>
      <link>https://community.esri.com/t5/data-management-questions/model-performance-under-python/m-p/353100#M20221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Thanks for the reply!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;I have a large collection of scripts that refresh publishing databases for our web mapping from the various user databases where edits occur. This scripts were based upon (mainly) SDE command line tools.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Over the past month, I’ve been recreating them in model builder and either saving as a python script or running the model from python (in cases where I have “In Memory” features such as route events and do not want to create yet another temp feature in my SQL Server database).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Most of them have worked really well,&amp;nbsp; But I have one where I pull x/y data from another SQL Server system completely and created an X/Y feature class. Then I delete rows from my target feature class and append the result from the “Make X/Y” operation. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;SQL Server 2012 / ArcGIS 10.2.2&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 10:54:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/model-performance-under-python/m-p/353100#M20221</guid>
      <dc:creator>CharlesFail</dc:creator>
      <dc:date>2015-09-09T10:54:02Z</dc:date>
    </item>
  </channel>
</rss>

