I've already talked about this topic here and here. Basically we have 2 types of partitioned indexes: GLOBAL and LOCAL:
- Local Partitioned Indexes.
- Local indexes can only be unique if the partitioning key is a part of the index key.
- A bitmap index on a partitioned table must be a local index.
- Global Partitioned Indexes.
- Note here that global indexes can only be partitioned, not subpartitioned.
- Their partition type are only RANGE or HASH.
In this topic, I recommend you to create a partitioned table and practice creating 3 indexes on it:
- Local prefixed
- Local nonprefixed
- Global prefixed
Path to Documentation:
VLDB and Partitioning Guide -> 3 Partitioning for Availability, Manageability, and Performance -> Index Partitioning
Click here to go back to the Main OCM 11g Preparation page.
Have you enjoyed? Please leave a comment or give a 👍!