Which of the following is a common solution for handling large data sets efficiently?

  • Denormalization
  • Indexing
  • Normalization
  • Partitioning
Denormalization is a common solution for handling large data sets efficiently. It involves intentionally introducing redundancy into a database design to improve read performance by reducing the need for joins and queries across multiple tables, at the expense of increased storage requirements and potential update anomalies.
Add your answer
Loading...

Leave a comment

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