Performing joins between a hosted feature layer and a table that is saved on a local drive, results in performance issues with ArcGIS Pro.
ArcGIS Pro
漏洞 ID 编号
BUG-000164958
已提交
February 8, 2024
上次修改时间
December 8, 2024
适用范围
ArcGIS Pro
找到的版本
3.2.1
操作系统
Windows OS
操作系统版本
11.0
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This issue has no plans to be addressed in the near term. The issue is caused because data needs to be read from each data source and joined client side. This issue cannot be pushed the join down into the database like the other data sources. With file geodatabase, the data has near zero latency. A reasonable comparison for this case would be to put two different file geodatabase feature classes on two different UNC paths and then try to join them in ArcGIS Pro. The performance would be degraded in this case as well. The extra latency with feature service data sources exaggerates the slowdown.