Global Range Partitioned Indexes
Global range partitioned indexes are flexible in that the degree of partitioning and the
partitioning key are independent from the table's partitioning method. They are
commonly used for OLTP environments and offer efficient access to any individual
record.
The highest partition of a global index must have a partition bound, all of whose
values are MAXVALUE. This ensures that all rows in the underlying table can be
represented in the index. Global prefixed indexes can be unique or nonunique.
You cannot add a partition to a global index because the highest partition always has a
partition bound of MAXVALUE. If you wish to add a new highest partition, use the
ALTER INDEX SPLIT PARTITION statement. If a global index partition is empty, you
can explicitly drop it by issuing the ALTER INDEX DROP PARTITION statement. If a
global index partition contains data, dropping the partition causes the next highest
partition to be marked unusable. You cannot drop the highest partition in a global
index.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-1002165/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Global Hash Partitioned IndexesIndex
- Maintenance of Global Partitioned IndexesAINaNIndex
- Overview of Partitioned IndexesViewIndex
- Local Partitioned IndexesIndex
- Convert Range-Partitioned Table To Interval-Range-Partitioned Table
- Partitioned Indexes on Composite PartitionsIndex
- Global Nonpartitioned IndexesIndex
- Bitmap Indexes on Partitioned Tables (225)Index
- Using Partitioned Indexes in OLTP ApplicationsIndexAPP
- Miscellaneous Information about Creating Indexes on Partitioned TablesORMIndex
- Using Partitioned Indexes in Data Warehousing and DSS ApplicationsIndexAPP
- 關於分割槽表和分割槽索引(About Partitioned Tables and Indexes)索引Index
- update global indexes的online的程度研究Index
- [20130812]12c Partial Indexes For Partitioned Tables Part I.txtIndex
- [20130812]12c Partial Indexes For Partitioned Tables Part II.txtIndex
- Oracle Partitioned TablesOracle
- partitioned by timestamp datatype
- Partitioned Tables (165)
- Rebuild IndexesRebuildIndex
- ORACLE INDEXESOracleIndex
- Create Reference-Partitioned Tables
- Oracle - Tables/IndexesOracleIndex
- Reverse Key IndexesIndex
- ORACLE -> NULL & INDEXESOracleNullIndex
- 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
- SCSS !globalCSS
- skip_unusable_indexesIndex
- The Secrets of Oracle Bitmap IndexesOracleIndex
- Restrictions on Create Bitmap IndexesRESTIndex
- Overview of Indexes (194)ViewIndex
- Indexes and Nulls (198)IndexNull
- Partitioned Index-Organized Tables (234)IndexZed
- HTML input rangeHTML
- Python range()Python
- Range Sparse Net