| Bug-ID-Nummer |
BUG-000169869 |
| Eingereicht | August 9, 2024 |
| Zuletzt geändert | May 23, 2025 |
| Gilt für | ArcGIS Pro |
| Gefunden in Version | 3.3.1 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 10.0 64 Bit |
| Status | Known Limit
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Problem im Zusammenhang mit einer bekannten Einschränkung der Software steht, die außerhalb der Kontrolle von Esri liegt. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
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.
Schritte zur Reproduzierung