What is denormalization, and when might it be used in a database design?

  • Increasing data consistency in a database
  • Introducing redundancy for performance reasons
  • Reducing redundancy in a database by adding tables
  • Removing duplicate records from a database
Denormalization involves intentionally introducing redundancy into a database design for performance optimization purposes. It may be used when read performance is critical or when data retrieval needs are complex.
Add your answer
Loading...

Leave a comment

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