Slow performance when validating a utility network topology to a small extent.
上次发布: August 25, 2022ArcGIS Pro
漏洞 ID 编号
BUG-000149769
已提交
June 6, 2022
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
2.9.2
操作系统
Windows OS
操作系统版本
10.0 64 Bit
修正版本
3.1
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Validate performance is related to the subnetwork traces being run during validation. Trace times are high because the subnetworks traced are large. In the test case presented, 3 large traces are run during the validation with the majority of the time spent querying the adjacent junctions and edges for each junction as well as checking whether each element encountered is a condition barrier. The time to trace all of these elements falls in line with expectations for the number of elements processed per second. The underlying issue is related to the subnetwork definition for the tiers. After updating the subnetwork definition to stop on closed device status, validates are not taking more than a couple of seconds. A possible course of action is to set 'Manage IsDirty = false' for all tiers. This enables subnetwork traces to be run but does not require this to be done on validation. This speeds up validations until the data is in a clean enough state to turn it back on.