How index hunting contributes in improving the query performance?

devquora
devquora

Posted On: Feb 22, 2018

 

Index hunting is viewed as an important part of database management system. It enhances the speed and the query performance of the database. It is done in following ways-
  • In order to coordinate the study of query with workload, query optimizer is used. It also suggests the best use of queries based on the optimizer.
  • Performance of query distribution is checked and monitored to know there effects.
  • Turning complex database into small chunks of queries is also suggested.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    DBMS Interview Questions

    What is DBMS?

    DBMS (Database Management System) is a computer software application that allows users and other applications to view,..

    DBMS Interview Questions

    Enlist various types of interactions created by DBMS ?

    There are various kinds of interactions supported by DBMS like- Data definition Update Retrieval Administration..

    DBMS Interview Questions

    What are the features of Database language?

    Database language is used to create and store data in computer system. DBMS itself is one of the features of database l..