A company is designing a database to store large volumes of transactional data with a focus on read performance. Which database design technique might they consider to optimize data retrieval times?

  • Denormalization
  • Indexing
  • Normalization
  • Partitioning
To optimize read performance for large volumes of data, denormalization is a technique. It involves reducing the level of normalization to decrease the number of joins and improve query performance.
Add your answer
Loading...

Leave a comment

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