Which database design approach is often used in conjunction with denormalization to improve query performance?

  • Indexing
  • Normalization
  • Partitioning
  • Sharding
Indexing is often used in conjunction with denormalization to improve query performance. Indexes help speed up data retrieval by creating efficient access paths to the denormalized data, balancing the trade-off between read performance and redundancy.
Add your answer
Loading...

Leave a comment

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