Hello,
My organization has recently upgraded to Enterprise 11.5, ArcGIS Pro 3.6. I noticed in a recent update that there is a new "Optimize for Feature Service" toggleable option when running an Append in ArcGIS Pro onto a Feature Service, either Reference or Hosted.
I know this option is newly available, and I understand that when checked, it will use the ArcGIS REST API instead of a direct arcpy Append.
We've noticed a lot of problems with Appends onto Feature Services since this option was released, both when that optimization option is checked and unchecked. Larger appends that previously might take 10/15 minutes are taking over an hour and are often failing.
See return from an append that ran over the weekend - this may be an outlier, as it's never this bad, but alas:
Start Time: Saturday, February 14, 2026 11:10:55 AM
250999 row(s) from (path/to/local/gdb) to (service_url)
Succeeded at Monday, February 16, 2026 6:19:30 PM (Elapsed Time: 55 hours 8 minutes 34 seconds)
"Optimize" was checked on this Append. There is one attribute rule on the sde feature class that this service is built from. I don't want to discount that as the cause of a bottleneck prohibiting real batching, but I've never had this level of sluggishness even with multiple attribute rules and editor tracking.
We've checked the health of our SDE (postgres) and can't detect any significant bottlenecks in the last month or so that would've affected this. It's only the append operations that are choking, other gp tools work just fine.
I mainly want to know if anyone has experienced anything similar recently, so we have a better understanding of what's going on.
Thank you!