Maintenance of Global Partitioned Indexes
By default, the following operations on partitions on a heap-organized table mark all
global indexes as unusable:
ADD (HASH)
COALESCE (HASH)
DROP
EXCHANGE
MERGE
MOVE
SPLIT
TRUNCATE
These indexes can be maintained by appending the clause UPDATE INDEXES to the
SQL statements for the operation. The two advantages to maintaining global indexes:
■ The index remains available and online throughout the operation. Hence no other
applications are affected by this operation.
■ The index doesn't have to be rebuilt after the operation.
Example: ALTER TABLE DROP PARTITION P1 UPDATE INDEXES;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-1002167/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Global Range Partitioned IndexesIndex
- Global Hash Partitioned IndexesIndex
- Overview of Partitioned IndexesViewIndex
- Local Partitioned IndexesIndex
- 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
- [20130813]Global Index Maintenance 11G.txtIndexAINaN
- [20190920]Asynchronous Global Index Maintenance and Recycle Bin.txtIndexAINaN
- [20130812]12c Partial Indexes For Partitioned Tables Part I.txtIndex
- [20130812]12c Partial Indexes For Partitioned Tables Part II.txtIndex
- [20130815]12c Asynchronous Global Index Maintenance Part II.txtIndexAINaN
- [20130815]12c Asynchronous Global Index Maintenance Part III.txtIndexAINaN
- Oracle Partitioned TablesOracle
- Convert Range-Partitioned Table To Interval-Range-Partitioned Table
- partitioned by timestamp datatype
- Partitioned Tables (165)
- Rebuild IndexesRebuildIndex
- ORACLE INDEXESOracleIndex
- 2.3.3 Application MaintenanceAPPAINaN
- ALLOCATE CHANNEL FOR MAINTENANCE 命令AINaN
- Give root password for maintenanceAINaN
- SQL Database Maintenance WizardSQLDatabaseAINaN
- Create Reference-Partitioned Tables
- Oracle - Tables/IndexesOracleIndex
- Reverse Key IndexesIndex
- ORACLE -> NULL & INDEXESOracleNullIndex
- Extents in Indexes (19)Index
- 2.3.3.1 About Application MaintenanceAPPAINaN
- 11g auto maintenanceAINaN
- Cannot find folder "Maintenance Plans".AINaN
- Three commands for OCR maintenanceAINaN
- Oracle Partitioned Table:exchange的利用Oracle