How does denormalization impact query performance in DB2?

  • Decreases query performance
  • Has no impact on query performance
  • Increases query performance by increasing joins
  • Increases query performance by reducing joins
Denormalization increases query performance by reducing the number of joins required to retrieve data. By storing redundant data, it eliminates the need for joins, thus improving performance. 
Add your answer
Loading...

Leave a comment

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