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.