文章

Oracle 分区和分区索引

前言

记录一下 Oracle 的分区表和索引官方文档位置,方便后续查询

分区表和分区索引

Index Partitioning

About Merging Partitions and Subpartitions

如果涉及的分区或子分区包含数据,则索引可能会被标记为 UNUSABLE,如下表所述:

Table Type Index Behavior
Regular (Heap) Unless you specify UPDATE INDEXES as part of the ALTER TABLE statement:
- The database marks UNUSABLE all resulting corresponding local index partitions or subpartitions.
- Global indexes, or all partitions of partitioned global indexes, are marked UNUSABLE and must be rebuilt.
Index-organized The database marks UNUSABLE all resulting corresponding local index partitions.
All global indexes remain usable.

会造成分区表索引失效的操作

分区表索引失效

总结

不同的版本操作方法和影响会存在差异,最好查询官网文档

本文由作者按照 CC BY 4.0 进行授权

© TheDarkStarJack. 保留部分权利。

[本站总访问量次] [本站访客数人次] [本文总阅读量次]

本站采用 Jekyll 主题 Chirpy