Bug ID Number |
BUG-000169869 |
Submitted | August 9, 2024 |
Last Modified | May 23, 2025 |
Applies to | ArcGIS Pro |
Version found | 3.3.1 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
|
Additional Information
The SQL option allows for faster performance. Currently, the Python, Arcade, and VB Script options on Calculate Field require the data to be queried into ArcGIS Pro first in order to perform the calculation. This querying takes a lot of time to execute. Without using the undo option, each row is written to the service one at a time, which is slow due to the number of requests. When using the undo option, ArcGIS Pro is able to write all the updates at once, which performs faster.
Workaround
Enable sync on the data, download the data to calculate, perform the calculation locally, and then sync. Use the SQL option in the calculate field tool if the workflow permits.
Steps to Reproduce