In database performance tuning, _______ is the process of rearranging the way data is stored to improve query performance.

  • Clustering
  • Denormalization
  • Partitioning
  • Sharding
In database performance tuning, clustering is the process of rearranging the way data is stored to improve query performance. Clustering involves storing related data together physically on the disk, which can reduce disk I/O and improve query speed.
Add your answer
Loading...

Leave a comment

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