Sorry, this page is no longer available
We may earn an affiliate commission when you visit our partners.

Index Tuning

Save
May 2, 2024 3 minute read

Index tuning is a technique used to improve the performance of database queries by optimizing the way data is indexed. Indexes are data structures that help databases quickly locate data by using a key value. When a query is executed, the database checks if there is an index for the columns that are used in the query. If an index exists, the database can use it to quickly find the data that matches the query criteria, without having to scan the entire table.

Benefits of Index Tuning

Index tuning can significantly improve the performance of database queries, especially for large databases. Some of the benefits of index tuning include:

  • Faster query execution: Indexes help databases quickly locate data, which can result in faster query execution times.
  • Reduced I/O operations: Indexes can reduce the number of I/O operations required to execute a query, which can improve performance on systems with slow I/O.
  • Improved cache utilization: Indexes can help improve cache utilization by storing frequently accessed data in memory, which can reduce the number of times the database needs to read data from disk.

When to Use Indexes

Indexes should be used when the benefits of faster query execution outweigh the costs of creating and maintaining the index. Generally, indexes should be created for columns that are frequently used in queries, especially for columns that are used in join operations or in queries that involve range scans.

Path to Index Tuning

Take the first step.
We've curated two courses to help you on your path to Index Tuning. Use these to develop your skills, build background knowledge, and put what you learn to practice.
Sorted from most relevant to least relevant:

Share

Help others find this page about Index Tuning: by sharing it with your friends and followers:

Reading list

We've selected eight books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Index Tuning.
Provides a comprehensive guide to index tuning for SQL Server, covering topics such as index design, index maintenance, and index monitoring.
Provides a deep dive into SQL performance, including a thorough discussion of index usage.
Provides a comprehensive guide to Redis, including a section on index usage.
Provides a comprehensive guide to Lucene, including a section on index usage.
Save
Provides a comprehensive guide to HBase, including a section on index usage.
Provides a comprehensive guide to MongoDB, including a section on index usage.
Table of Contents
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2025 OpenCourser