Select Page

Effective Database Indexing Can Optimize Operations

Author: John Kaufling | | October 30, 2013

Indexing is important for a database administrator since it ultimately contributes to database performance and productivity, as well as user satisfaction.  An effective database indexing strategy will ensure that the index stores data in the database logically and can potentially improve a user’s search performance; however, the wrong index may render the process useless.

Indexes can also be used for optimizing other operations. Their structures can be either clustered or non-clustered indexes. Indexes can also be created across partitions. These choices can contribute to the database’s performance.

“Indexing drives query performance. Understanding how indexes work and implementing sound database indexing techniques enables you to improve database response time and end-user experience,” says Jeff Garbus, author and consultant on database architecture. “Proper indexing boosts performance and ultimately, your bottom line.”

Indexing is frequently a task for developers. As Markus Winand, author of books on SQL performance issues such as SQL Performance Explained and Use the Index, Luke, explains:

“Database indexing is, in fact, a development task. That is because the most important information for proper indexing is not the storage system configuration or the hardware setup. The most important information for indexing is how the application queries the data. This knowledge — about the access path — is not very accessible to database administrators (DBAs) or external consultants. Quite some time is needed to gather this information through reverse engineering of the application: development, on the other hand, has that information anyway.”

Still, because indexing has a direct affect on performance, it is incumbent upon the administrator to review existing indexing and make some fine-tuning through periodic changes, such as removing a redundant index. Kimberly L. Tripp writes in The Accidental DBA series:

“The unfortunate thing about indexing is that there’s both a science and an art to it. The science of it is that EVERY single query can be tuned and almost any SINGLE index can have a positive effect on certain/specific scenarios. What I mean by this is that I can show an index that’s ABSOLUTELY fantastic in one scenario but yet it can be horrible for others. In other words, there’s no shortcut or one-size-fits-all answer to indexing.”

As with any changes to the database, comprehensive testing is needed to make certain they don’t cause any problems in the performance for end users. What are your thoughts? Let us know, we’d love to hear from you.

How to Solve the Oracle Error ORA-12154: TNS:could not resolve the connect identifier specified

The “ORA-12154: TNS Oracle error message is very common for database administrators. Learn how to diagnose & resolve this common issue here today.

Vijay Muthu | February 4, 2021

Data Types: The Importance of Choosing the Correct Data Type

Most DBAs have struggled with the pros and cons of choosing one data type over another. This blog post discusses different situations.

Craig Mullins | October 11, 2017

How to Recover a Table from an Oracle 12c RMAN Backup

Our database experts explain how to recover and restore a table from an Oracle 12c RMAN Backup with this step-by-step blog. Read more.

Megan Elphingstone | February 2, 2017

Subscribe to Our Blog

Never miss a post! Stay up to date with the latest database, application and analytics tips and news. Delivered in a handy bi-weekly update straight to your inbox. You can unsubscribe at any time.

Work with Us

Let’s have a conversation about what you need to succeed and how we can help get you there.

CONTACT US

Work for Us

Where do you want to take your career? Explore exciting opportunities to join our team.

EXPLORE JOBS