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.
|