Clustering indexes in DB2 are used to improve ________ performance.

  • Insertion
  • Retrieval
  • Sorting
  • Update
Clustering indexes in DB2 are used to improve retrieval performance. These indexes arrange the data in the table based on the order of the index keys, which helps in quickly locating and retrieving rows based on specific criteria, thus enhancing retrieval performance. 
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *