Normalizing data means eliminating redundant information from a table and organizing the data
so that future changes to the table are easier. Denormalization means allowing redundancy in a
table. The main benefit of denormalization is improved performance with simplified data retrieval
and manipulation. This is done by reduction in the number of joins needed for data processing.
so that future changes to the table are easier. Denormalization means allowing redundancy in a
table. The main benefit of denormalization is improved performance with simplified data retrieval
and manipulation. This is done by reduction in the number of joins needed for data processing.
Comments
Post a Comment
https://gengwg.blogspot.com/