There are redundant object ID indexes after registering a feature class as branch versioned in the Microsoft SQL Server enterprise geodatabase.
ArcGIS Pro
漏洞 ID 编号
BUG-000162441
已提交
October 27, 2023
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
3.1.3
操作系统
Windows OS
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The gdb_ct1 index (objectID, gdb_from_date, gdb_branch_id) and gdb_ct2 index (gdb_branch_id, gdb_from_date, objectID) are different and used explicitly in branch versioned queries.
Having multiple indexes on the same column does not indicate a problem or that they are redundant. Different workflows in different parts of the software can use these indexes. There is no workflow or data provided with this bug to demonstrate how the existence of these indexes causes a problem.