2 Day Developer > Managing Database Objects > Managing Indexes
Managing Indexes |
Previous |
Next |
Indexes are optional structures associated with tables. You can create them to improve query performance. Just as the index in this book helps you to quickly locate specific information, an Oracle Database XE index provides a quick access path to table data. Before you add additional indexes, examine the performance of your database. You can then compare performance after the new indexes are added.
You can create indexes on one or more columns of a table. After an index is created, it is automatically maintained and used by Oracle Database XE. Changes to the structure of a table or data in a table, such as adding new rows, updating rows, or deleting rows, are automatically incorporated into all relevant indexes.
This section contains the following topics:
See Also: Oracle Database Express Edition Application Express User's Guide for information about managing indexes |