Database Normalization and Denormalization
I always keep confusing between normalization and denormalization. This is just a place I can come to to quickly lookup which one is which.
Normalization - remove redundancy.
Denormalization - add redundancy to make fetching data faster.
Comments
Post a Comment