Indexes usually improve OLTP transaction performance and query performance can also benefit from indexes. Although several indexes on a table might improve query performance, if more indexes must be updated, OLTP transactions and batch-update operations take longer. Consider the trade-off between query improvement and table-modification time for your application.
Analyze individual queries and transactions to decide what indexes to create.
The database server might use an index to improve query and transaction performance in the following ways:
When you plan indexes, if possible avoid the following conditions:
For basic information about indexes, see Planning and Managing Indexes. For specific tuning information, see Create Appropriate Indexes for Queries and Create Appropriate Indexes for Transactions.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]