漏洞 ID 编号 |
BUG-000169869 |
已提交 | August 9, 2024 |
上次修改时间 | May 23, 2025 |
适用范围 | ArcGIS Pro |
找到的版本 | 3.3.1 |
操作系统 | Windows OS |
操作系统版本 | 10.0 64 Bit |
状态 | Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
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.
解决办法
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.
重现步骤