Local Partitioned Indexes
Local partitioned indexes are easier to manage than other types of partitioned indexes.
They also offer greater availability and are common in DSS environments. The reason
for this is equipartitioning: each partition of a local index is associated with exactly one
partition of the table. This enables Oracle to automatically keep the index partitions in
sync with the table partitions, and makes each table-index pair independent. Any
actions that make one partition's data invalid or unavailable only affect a single
partition.
Local partitioned indexes support more availability when there are partition or
subpartition maintenance operations on the table. A type of index called a local
nonprefixed index is very useful for historical databases. In this type of index, the
partitioning is not on the left prefix of the index columns.
You cannot explicitly add a partition to a local index. Instead, new partitions are added
to local indexes only when you add a partition to the underlying table. Likewise, you
cannot explicitly drop a partition from a local index. Instead, local index partitions are
dropped only when you drop a partition from the underlying table.
A local index can be unique. However, in order for a local index to be unique, the
partitioning key of the table must be part of the index’s key columns. Unique local
indexes are useful for OLTP environments.
區域性索引分割槽與表分割槽同步,一一對應.
區域性非字首索引對於歷史資料庫非常有用.
不能顯示的新增刪除分割槽於區域性索引.
表的分割槽鍵需為索引鍵的一部分才能構建唯一的區域性索引,對於OLTP環境非常有用.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-1002164/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Overview of Partitioned IndexesViewIndex
- Global Range Partitioned IndexesIndex
- Global Hash Partitioned IndexesIndex
- Maintenance of Global Partitioned IndexesAINaNIndex
- Partitioned Indexes on Composite PartitionsIndex
- 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
- [20171211]UNIQUE LOCAL(Partitioned)IndexIndex
- 關於分割槽表和分割槽索引(About Partitioned Tables and Indexes)索引Index
- [20130812]12c Partial Indexes For Partitioned Tables Part I.txtIndex
- [20130812]12c Partial Indexes For Partitioned Tables Part II.txtIndex
- best practice of rebuild your partition table local index online by using: "update indexes"RebuildIndex
- Oracle Partitioned TablesOracle
- Convert Range-Partitioned Table To Interval-Range-Partitioned Table
- partitioned by timestamp datatype
- Partitioned Tables (165)
- Rebuild IndexesRebuildIndex
- ORACLE INDEXESOracleIndex
- Create Reference-Partitioned Tables
- 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
- ORACLE程式之LOCAL=NO和LOCAL=YESOracle
- 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
- Row Movement Common Questions and Problems on Partitioned Tables
- Sparse Indexes vs unique indexIndex