Index optimization for Oracle High Volume Database

This topic provides a workaround to reduce Enq contention on indexes.

Problem

When Oracle is used as an external runtime database, under high loads, there are issues caused when the primary index is not hash partitioned.

Workaround

Create partitioned indexes. The following examples are examples of creating a hash partitioned index:

Parent topic: Troubleshoot