arcgislayers icon indicating copy to clipboard operation
arcgislayers copied to clipboard

Paginate `update_features()` to improve performance

Open JosiahParry opened this issue 8 months ago • 0 comments

Is your feature request related to a problem? Please describe.

update_features() will update all features in a data.frame synchronously. It may be preferable to chunk the input object and perform the update with smaller batch sizes and in parallel using httr2::req_perform_parallel(). We can use the structure implemented in add_features() to achieve this.

JosiahParry avatar Dec 03 '23 15:12 JosiahParry