<?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: Truncate and Append in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/truncate-and-append/m-p/1635809#M97500</link>
    <description>&lt;P&gt;Can I compare the geometry of the feature class in agol to the newer feature class and only update the features whos geometry has changed with this method?&amp;nbsp; I feel like comparing the 2 tables will require more computing power than just truncating and appending. Is this not true?&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jul 2025 02:03:36 GMT</pubDate>
    <dc:creator>ChaceCarpenter</dc:creator>
    <dc:date>2025-07-24T02:03:36Z</dc:date>
    <item>
      <title>Truncate and Append</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/truncate-and-append/m-p/1635711#M97490</link>
      <description>&lt;P&gt;I am trying to update a layer in AGOL by truncating it in a python notebook and then appending the updated data using python's append function. I was able to truncate the AGOL layer in my python notebook, but the append takes too long or it just gets stuck. Note: There are about 200k records that need appended. Is there a better workflow for this task. I need it to be automated hence the python script&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 20:03:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/truncate-and-append/m-p/1635711#M97490</guid>
      <dc:creator>ChaceCarpenter</dc:creator>
      <dc:date>2025-07-23T20:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Truncate and Append</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/truncate-and-append/m-p/1635713#M97492</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/821074"&gt;@ChaceCarpenter&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I would highly suggest checking out &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/data-access-using-cursors.htm" target="_blank" rel="noopener"&gt;python cursors&lt;/A&gt; as to potentially help speed up some processes. Often times it is easier to only append the necessary data rather than bulk updates. In conjunction with the cursors you can also use SQL query statements to also help speed up the process as well.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 20:13:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/truncate-and-append/m-p/1635713#M97492</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2025-07-23T20:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Truncate and Append</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/truncate-and-append/m-p/1635738#M97494</link>
      <description>&lt;P&gt;I used backed sql scripts to upsert and delete operations. it is much faster .&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 21:03:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/truncate-and-append/m-p/1635738#M97494</guid>
      <dc:creator>vijaybadugu</dc:creator>
      <dc:date>2025-07-23T21:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Truncate and Append</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/truncate-and-append/m-p/1635800#M97499</link>
      <description>&lt;P&gt;Are you using the sql within a arcpy function?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 01:01:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/truncate-and-append/m-p/1635800#M97499</guid>
      <dc:creator>ChaceCarpenter</dc:creator>
      <dc:date>2025-07-24T01:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Truncate and Append</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/truncate-and-append/m-p/1635809#M97500</link>
      <description>&lt;P&gt;Can I compare the geometry of the feature class in agol to the newer feature class and only update the features whos geometry has changed with this method?&amp;nbsp; I feel like comparing the 2 tables will require more computing power than just truncating and appending. Is this not true?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 02:03:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/truncate-and-append/m-p/1635809#M97500</guid>
      <dc:creator>ChaceCarpenter</dc:creator>
      <dc:date>2025-07-24T02:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Truncate and Append</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/truncate-and-append/m-p/1635814#M97502</link>
      <description>&lt;P&gt;You are using service in agol, you could use sql query along with arcpy cursors to update/delete /insert. Append also uses upsert functionality. If you are using backend database like sqlserver, Postgre , you could use sql queries to update using some primary key field. Geometry field stored in the backend database as binary, you can’t compare that with another feature class using sql .&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 02:09:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/truncate-and-append/m-p/1635814#M97502</guid>
      <dc:creator>vijaybadugu</dc:creator>
      <dc:date>2025-07-24T02:09:49Z</dc:date>
    </item>
  </channel>
</rss>

