Once the B_INDEX_ROWID parameter is customized to a different filegroup in the DBTUNE table, the feature class table and its indexes are stored in the same FileGroup.
上次发布: August 28, 2017ArcGIS for Desktop
漏洞 ID 编号
BUG-000106806
已提交
July 24, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
If you put a clustered index on a table then the data is stored where you tell the clustered index to be. This is because a clustered index IS the data. The actual table data is contained in the data pages of the clustered index.
A nonpartitioned clustered index and the base table always reside in the same filegroup.
https://technet.microsoft.com/en-us/library/ms190433(v=sql.105).aspx
Since the table is effectively moved to the same filegroup as the clustered index, any additional non-clustered index created on the table will reside on the same filegroup unless a different filegroup is specified.