Creating Partitioned Indexes

Partitioned indexes allow your data to be broken down into smaller, more manageable pieces called partitions, or even subpartitions. Each partition is stored in its own segment and can be managed individually. It can function independently of the other partitions, thus providing a structure that can be better tuned for availability and performance. Partitioning significantly improves query performance.

You can use Oracle Enterprise Manager to create a partitions for indexes. To add a partition to an index:

  1. Navigate to the Database Home page.

  2. On the Schema tab, click Indexes from the Database Objects section.

    The Indexes Search page appears containing a results table listing all current indexes for the current database.

  3. Click Create.

  4. After naming the index, choose the Partitions sub tab to display the Partitions page.

    Click Help for more information about indexes and partitions.

Related Topics

About Partitioned Tables

About Partitioned Indexes

Adding Partitions

Exchanging Partitions

Merging Partitions

Splitting Partitions

Truncating Partitions

Enterprise Manager Information Roadmap