<?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: Help updating a hosted feature layer with over 800,000 records in ArcGIS Online in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/help-updating-a-hosted-feature-layer-with-over-800/m-p/1606404#M64444</link>
    <description>&lt;P&gt;If the data has a unique identifier that would connect the updates, you could write a script that would loop through your updates and apply them in patches of 2000. It would likely be a bit faster than pro's editing method, but is still going to be slow. AGOL API isn't meant to handle large updates like this in a single shot.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Apr 2025 10:36:09 GMT</pubDate>
    <dc:creator>AustinAverill</dc:creator>
    <dc:date>2025-04-16T10:36:09Z</dc:date>
    <item>
      <title>Help updating a hosted feature layer with over 800,000 records in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/help-updating-a-hosted-feature-layer-with-over-800/m-p/1606304#M64441</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm trying to update a hosted feature layer in ArcGIS Online that contains over 800,000 records and around 50 fields. The goal is to reflect these changes in a web map and, in turn, in a connected dashboard.&lt;/P&gt;&lt;P&gt;I initially tried using the "Update Data" &amp;gt; "Update Fields and Values" option directly in ArcGIS Online. Although the process completed without errors, the updates were not reflected in the attribute table.&lt;/P&gt;&lt;P&gt;I'm now attempting the update through ArcGIS Pro, using the Append tool, as recommended by Esri documentation. However, the process is quite slow, and I'm unsure if this is the most efficient way to update a layer of this size.&lt;/P&gt;&lt;P&gt;Has anyone successfully updated a similar layer? Are there any best practices for large-scale updates like this, especially without breaking the web map or dashboard?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice on whether to split the data or adjust fields beforehand would also be appreciated.&lt;/P&gt;&lt;P&gt;Thanks in advance for any guidance!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 00:26:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/help-updating-a-hosted-feature-layer-with-over-800/m-p/1606304#M64441</guid>
      <dc:creator>GerAcMa</dc:creator>
      <dc:date>2025-04-16T00:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help updating a hosted feature layer with over 800,000 records in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/help-updating-a-hosted-feature-layer-with-over-800/m-p/1606404#M64444</link>
      <description>&lt;P&gt;If the data has a unique identifier that would connect the updates, you could write a script that would loop through your updates and apply them in patches of 2000. It would likely be a bit faster than pro's editing method, but is still going to be slow. AGOL API isn't meant to handle large updates like this in a single shot.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 10:36:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/help-updating-a-hosted-feature-layer-with-over-800/m-p/1606404#M64444</guid>
      <dc:creator>AustinAverill</dc:creator>
      <dc:date>2025-04-16T10:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help updating a hosted feature layer with over 800,000 records in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/help-updating-a-hosted-feature-layer-with-over-800/m-p/1606407#M64445</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/889607"&gt;@GerAcMa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It might be easier to copy the data locally to pro, update the feature records, and then republish rather than trying to use the existing service. Another thing, like&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/77685"&gt;@AustinAverill&lt;/a&gt;&amp;nbsp;mentioned, is using a script, created in either Notebook or using the local python ide to run a script. With the script you can simply set it to run and then walk away.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 10:46:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/help-updating-a-hosted-feature-layer-with-over-800/m-p/1606407#M64445</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2025-04-16T10:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help updating a hosted feature layer with over 800,000 records in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/help-updating-a-hosted-feature-layer-with-over-800/m-p/1606427#M64446</link>
      <description>&lt;P&gt;What format of the update data are you trying to use (geojson, zipped file geodatabase, shapefile, etc.)?&lt;/P&gt;&lt;P&gt;As a test, can you create a test hosted feature layer and just try to add a subset of records to AGOL, maybe 2K records, and see if that works any better.&lt;/P&gt;&lt;P&gt;I have a much smaller data set (14K records) which using a manual update approach in AGOL took only about 1 minute.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 12:29:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/help-updating-a-hosted-feature-layer-with-over-800/m-p/1606427#M64446</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2025-04-16T12:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help updating a hosted feature layer with over 800,000 records in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/help-updating-a-hosted-feature-layer-with-over-800/m-p/1606434#M64447</link>
      <description>&lt;P&gt;If you have the Data Interoperability extension for ArcGIS Pro, there are several data update workflow options you can do: change detection, Overwrite feature service (without changing the feature service ItemId) using a AGOL feature service writer, use UpdateData operation (like you did) and adding validation.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here's a couple of blogs from the DI community with sample solutions of the latter:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/arcgis-data-interoperability-blog/building-a-data-driven-organization-part-4/ba-p/1086265" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-data-interoperability-blog/building-a-data-driven-organization-...&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/arcgis-data-interoperability-blog/building-a-data-driven-organization-part-2-go/ba-p/1081060" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-data-interoperability-blog/building-a-data-driven-organization-...&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I've seen another user add in their Data Interop workspace a Swap Source operation on two hosted feature layer views (with separate hosted feature layers each) to keep the data fresh on one view while the other view is being updated.&lt;/P&gt;&lt;P&gt;Here's a webinar link from Safe Software using Swap Source solution for HFL Views with Data Interop and REST API:&lt;BR /&gt;&lt;A href="https://fme.safe.com/webinars/geospatial-synergy-amplifying-efficiency-with-fme-esri-2/" target="_blank"&gt;https://fme.safe.com/webinars/geospatial-synergy-amplifying-efficiency-with-fme-esri-2/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 11:40:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/help-updating-a-hosted-feature-layer-with-over-800/m-p/1606434#M64447</guid>
      <dc:creator>RenatoSalvaleon3</dc:creator>
      <dc:date>2025-04-17T11:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help updating a hosted feature layer with over 800,000 records in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/help-updating-a-hosted-feature-layer-with-over-800/m-p/1606595#M64451</link>
      <description>&lt;P&gt;You might look at the OverwriteFS script, available here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://arcgis.com/home/item.html?id=d45f80eb53c748e7aa3d938a46b48836" target="_blank"&gt;https://arcgis.com/home/item.html?id=d45f80eb53c748e7aa3d938a46b48836&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There is a sample notebook for using it here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=cd5819375aca40a3a7f8b3a269404c2c" target="_blank"&gt;https://www.arcgis.com/home/item.html?id=cd5819375aca40a3a7f8b3a269404c2c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There is a tutorial here that shows how to use the script to update a layer on a scheduled basis:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.arcgis.com/en/projects/schedule-automated-near-real-time-data-updates/" target="_blank"&gt;https://learn.arcgis.com/en/projects/schedule-automated-near-real-time-data-updates/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 17:39:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/help-updating-a-hosted-feature-layer-with-over-800/m-p/1606595#M64451</guid>
      <dc:creator>BobBooth1</dc:creator>
      <dc:date>2025-04-16T17:39:00Z</dc:date>
    </item>
  </channel>
</rss>

