What is denormalization in database design, and when might it be appropriate to use?

  • Adding Redundancy
  • Increasing Normalization
  • Reducing Normalization
  • Removing Data Duplication
Denormalization in database design involves introducing redundancy by adding redundant data. It may be appropriate when read performance is a priority, and the cost of increased storage and potential update anomalies can be justified.
Add your answer
Loading...

Leave a comment

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