Partitioned Indexes on Composite Partitions
Here are a few points to remember when using partitioned indexes on composite
partitions:
■ Subpartitioned indexes are always local and stored with the table subpartition by
default.
■ Tablespaces can be specified at either index or index subpartition levels.
當在複合分割槽上使用分割槽索引時,需要記錄以下幾點:
1. 子分割槽索引通常情況下為本地索引,並儲存於表的子分割槽
2. 表空間可以在索引或索引子分割槽級別指定
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-1002308/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Overview of Partitioned IndexesViewIndex
- Local Partitioned IndexesIndex
- Global Range Partitioned IndexesIndex
- Global Hash Partitioned IndexesIndex
- Maintenance of Global Partitioned IndexesAINaNIndex
- Choosing Composite IndexesIndex
- Composite Indexes (196)Index
- Bitmap Indexes on Partitioned Tables (225)Index
- Using Partitioned Indexes in OLTP ApplicationsIndexAPP
- Some indexes or index partitions of table have been marked unusableIndex
- Miscellaneous Information about Creating Indexes on Partitioned TablesORMIndex
- Using Partitioned Indexes in Data Warehousing and DSS ApplicationsIndexAPP
- 關於分割槽表和分割槽索引(About Partitioned Tables and Indexes)索引Index
- 高效的SQL【Composite Indexes(最佳前導列的選擇)】SQLIndex
- dba_ind_partitions中index的紀錄和dba_indexes是否重複Index
- [20130812]12c Partial Indexes For Partitioned Tables Part I.txtIndex
- [20130812]12c Partial Indexes For Partitioned Tables Part II.txtIndex
- Oracle Partitioned TablesOracle
- composite
- Convert Range-Partitioned Table To Interval-Range-Partitioned Table
- Details on individual partitionsAI
- partitioned by timestamp datatype
- Partitioned Tables (165)
- ClickHouse 的 Parts 和 Partitions
- Rebuild IndexesRebuildIndex
- ORACLE INDEXESOracleIndex
- Create Reference-Partitioned Tables
- oracle composite partition組合分割槽_composite partition rangeOracle
- 如何修改table及partitions Table
- Getting More Information about PartitionsORM
- Oracle - Tables/IndexesOracleIndex
- Reverse Key IndexesIndex
- ORACLE -> NULL & INDEXESOracleNullIndex
- Global Nonpartitioned IndexesIndex
- Extents in Indexes (19)Index
- Oracle Partitioned Table:exchange的利用Oracle
- How to partition a non-partitioned table
- 翻譯(九)——Clustered Indexes: Stairway to SQL Server Indexes Level 3IndexAISQLServer