Monday, March 2, 2009

What is denormalization and when would you go for it

As the name indicates, denormalization is the reverse process of
normalization. It's the controlled introduction of redundancy in to
the database design. It helps improve the query performance as the
number of joins could be reduced.

No comments:

Post a Comment