In denormalization, what is the primary aim?

  • Enhance data integrity
  • Improve query performance
  • Increase data redundancy
  • Reduce storage space
The primary aim of denormalization is to improve query performance by reducing the number of joins needed to retrieve data, even at the cost of increased redundancy. This can speed up read-heavy operations.
Add your answer
Loading...

Leave a comment

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