Select to view content in your preferred language

Comparative Analysis of Retrieving Change Logs in ArcGIS Online: REST API vs. Timestamp Queries

138
1
07-23-2024 09:15 AM
Status: Open
MasaakiKurokawa
New Contributor III

xecute a process in ArcGIS Online to retrieve the change logs with timestamps from the previous day at midnight for all feature layers. Depending on the processing time, compare the performance of instantiating feature layers by itemID and querying feature information by timestamp to retrieve only the previous day’s data. If obtaining change logs via REST API is at least ten times faster, it may be a viable option.

1 Comment
MasaakiKurokawa

Filtering with a query using the ArcGIS for Python API and retrieving the change log for a feature layer both took about the same amount of time. For a size of 10KB, it took 4 to 8 seconds, while for over 20MB, it took 3 to 5 minutes. Therefore, I would like to clarify the operational method to determine which approach to utilize.