<?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: arcpy.SynchronizeChanges_management slow  in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-synchronizechanges-management-slow/m-p/470921#M36739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you ever figure out why this may be happening? I am experiencing something very similar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jul 2019 19:31:33 GMT</pubDate>
    <dc:creator>LelandSnyder</dc:creator>
    <dc:date>2019-07-02T19:31:33Z</dc:date>
    <item>
      <title>arcpy.SynchronizeChanges_management slow</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-synchronizechanges-management-slow/m-p/470920#M36738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parent Enterprise GDB: 10.3.1&lt;/P&gt;&lt;P&gt;Child Enterprise GDB: 10.4.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have standalone python sync script which&amp;nbsp;sync changes in both direction. &amp;nbsp;We noticed that even for few changes the sync script takes more than 30 mins and if we sync in 1-Way direction, it takes appr&amp;nbsp;15 mins even if there are no any changes. But if we sync changes from ArcMAP (right click SDE connection --&amp;gt; Distributed geodatabase --&amp;gt; Synchronize changes), it takes less than 2 mins to complete (both 2-way and 1-way direction).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we are using Network license, I found from ESRI community that license might take some time to load but I tested and found it takes less than 30 seconds. Also, we have set "import arcpy"&amp;nbsp; but result is same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would&amp;nbsp;anyone please help me on how we can speed up the process on standalone python script..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2018 10:12:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-synchronizechanges-management-slow/m-p/470920#M36738</guid>
      <dc:creator>HiteshJilka</dc:creator>
      <dc:date>2018-11-22T10:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.SynchronizeChanges_management slow</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-synchronizechanges-management-slow/m-p/470921#M36739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you ever figure out why this may be happening? I am experiencing something very similar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2019 19:31:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-synchronizechanges-management-slow/m-p/470921#M36739</guid>
      <dc:creator>LelandSnyder</dc:creator>
      <dc:date>2019-07-02T19:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.SynchronizeChanges_management slow</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-synchronizechanges-management-slow/m-p/470922#M36740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it was because of arcpy logs geoprocessing history into GDB.&lt;/P&gt;&lt;P&gt;You need to add either one of following line&amp;nbsp;of code after "&lt;SPAN&gt;import arcpy"&lt;/SPAN&gt; to t&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;urn off geoprocessing history.&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.gp.logHistory = False&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;SetLogHistory&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;False&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2019 03:32:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-synchronizechanges-management-slow/m-p/470922#M36740</guid>
      <dc:creator>HiteshJilka</dc:creator>
      <dc:date>2019-07-03T03:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.SynchronizeChanges_management slow</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-synchronizechanges-management-slow/m-p/470923#M36741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, this solved the problem. Sync takes less than a minute now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2019 17:04:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-synchronizechanges-management-slow/m-p/470923#M36741</guid>
      <dc:creator>LelandSnyder</dc:creator>
      <dc:date>2019-07-12T17:04:57Z</dc:date>
    </item>
  </channel>
</rss>

