A denormalized database under heavy write load might perform worse than its normalized counterpart.
Answers
Answered by
0
Explanation:
Normalization is the technique of dividing the data into multiple tables to reduce data redundancy and inconsistency and to achieve data integrity. Redundant data is eliminated when normalization is performed whereas denormalization increases the redundant data. Normalization increases the number of tables and joins
Similar questions