What potential disadvantage can arise from excessive denormalization of a database?

  • Data Redundancy
  • Enhanced Data Integrity
  • Improved Query Performance
  • Reduced Storage Requirements
Excessive denormalization in a database can lead to data redundancy, which means the same data is stored in multiple places. This redundancy can result in increased storage requirements and data inconsistency, as updating data in one place may not update it in others. While it may enhance query performance, it can complicate data maintenance and integrity.
Add your answer
Loading...

Leave a comment

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