Which of the following statements best describes denormalization?

  • It increases the complexity of queries
  • It is only applicable to small databases
  • It optimizes for write operations
  • It reduces redundancy in the database
Denormalization increases the complexity of queries by introducing redundancy. It's a deliberate design choice to improve read performance at the cost of some additional storage and potential data inconsistency.
Add your answer
Loading...

Leave a comment

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