Expert Indexing in Oracle Database 11g: Maximum Performance for Your Database
by Darl Kuhn, Sam R. Alapati, Bill Padfield
Summary
B-tree indexes are the default index type used in Oracle databases. For most applications, B-tree indexes are sufficient. With high cardinality columns, a B-tree index will usually provide considerable performance benefits.
When creating an index, we recommend that you place the index in a tablespace separate from its corresponding table. This allows you more options for storage management and backup and recovery. This isn't a hard-and-fast rule, but rather a guideline to help with maintenance and manageability.
B-tree indexes are closely associated with primary key and unique key constraints. Oracle will automatically create a B-tree index for you when the primary key or unique key constraint is created. When an index is automatically ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access