| 不具合 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.
再現の手順