A company is setting up a new reporting database. They prioritize query speed over concerns about data redundancy. Which database design approach might they consider?

  • Denormalization
  • Entity-Relationship Modeling
  • In-Memory Databases
  • Normalization
When query speed is a priority and data redundancy concerns are secondary, a company might consider denormalization. This database design approach involves reducing the number of tables and increasing data redundancy to improve query performance.
Add your answer
Loading...

Leave a comment

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