Database - What is Index tuning?

What is Index tuning?

- Query performance as well as speed improvement of a database can be done using Indexes.
- The process of enhancing the selection of indexes is called Index Tuning.

What is Index tuning?

Index tuning is part of database tuning for selecting and creating indexes. The index tuning goal is to reduce the query processing time. Potential use of indexes in dynamic environments with several ad-hoc queries in advance is a difficult task. Index tuning involves the queries based on indexes and the indexes are created automatically on-the-fly. No explicit actions are needed by the database users for index tuning.
Database - How is index tuning used to improve query performance?
The Index tuning wizard can be used to improve the performance of queries and databases. It uses the following measures to do so.....
Database - Reasons of poor performance of query
No indexes, excess recompilations of stored procedures.....
DB-efficient-transactions.aspx
We shouldn't allow input from users during a transaction, we shouldn't open transactions while browsing through data...
Post your comment