Bitmap Indexes on Partitioned Tables (225)
Like other indexes, you can create bitmap indexes on partitioned tables. The only
restriction is that bitmap indexes must be local to the partitioned table—they cannot be
global indexes. Global bitmap indexes are supported only on nonpartitioned tables.
分割槽表上的點陣圖索引
1. 分割槽表上只支援本地的點陣圖索引 ,不支援全域性點陣圖索引
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-982969/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Miscellaneous Information about Creating Indexes on Partitioned TablesORMIndex
- Bitmap Indexes on Index-Organized Tables (232)IndexZed
- 關於分割槽表和分割槽索引(About Partitioned Tables and Indexes)索引Index
- Overview of Partitioned IndexesViewIndex
- Local Partitioned IndexesIndex
- Oracle Partitioned TablesOracle
- Global Range Partitioned IndexesIndex
- Global Hash Partitioned IndexesIndex
- Maintenance of Global Partitioned IndexesAINaNIndex
- Partitioned Tables (165)
- Oracle - Tables/IndexesOracleIndex
- Partitioned Indexes on Composite PartitionsIndex
- Create Reference-Partitioned Tables
- [20130812]12c Partial Indexes For Partitioned Tables Part I.txtIndex
- [20130812]12c Partial Indexes For Partitioned Tables Part II.txtIndex
- The Secrets of Oracle Bitmap IndexesOracleIndex
- Restrictions on Create Bitmap IndexesRESTIndex
- Using Partitioned Indexes in OLTP ApplicationsIndexAPP
- Partitioned Index-Organized Tables (234)IndexZed
- Bitmap Indexes and Nulls (224)IndexNull
- Bitmap Indexes (220)Index
- Row Movement Common Questions and Problems on Partitioned Tables
- bitmap indexes 的結構分析Index
- Bitmap Join Indexes (226)Index
- Creating Compressed Tables and IndexesIndex
- Allocation of Temporary Segments for Temporary Tables and Indexes (28)Index
- FAQ: Row Movement Common Questions and Problems on Partitioned Tables
- Using Partitioned Indexes in Data Warehousing and DSS ApplicationsIndexAPP
- Validating Tables, Indexes, Clusters, and Materialized ViewsIndexZedView
- 有關Bitmap Join Indexes的精彩帖一Index
- 有關Bitmap Join Indexes的精彩帖二Index
- Secondary Indexes on Index-Organized Tables (231)IndexZed
- 高效的SQL(bitmap indexes optimize low cardinality columns)SQLIndex
- Use the following approach to create tables with constraints and indexes:APPAIIndex
- Bitmap Indexes 學習與測試_20091213Index
- Oracle 19c Concepts(03):Indexes and Index-Organized TablesOracleIndexZed
- B-tree Indexes on UROWID Columns for Heap- and Index-Organized Tables (235)IndexZed
- Convert Range-Partitioned Table To Interval-Range-Partitioned Table