The order of the ObjectID field values is incorrect when Global IDs are added to a non-versioned feature class.
上次发布: February 1, 2021ArcSDE/Enterprise Geodatabase
漏洞 ID 编号
BUG-000136802
已提交
January 15, 2021
上次修改时间
February 11, 2025
适用范围
ArcSDE/Enterprise Geodatabase
找到的版本
10.7.1
操作系统
Windows OS
操作系统版本
2016 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
On addition of the GlobalID field, a unique index is added. In SQL Server this causes the optimizer to utilize the index to return the rows in the cursor to populate the attribute table. Using the newly created index changes the order in which rows are returned, and causes the table to load in a default order differently than the previous creation order.
ArcGIS Pro does not apply an ORDER BY specifically for performance issues, however if the order of the table is important to the customer /workflow, the ability to sort the table is available.