Computer Science, asked by subramanyamt6068, 11 months ago

A denormalized database under heavy write load might perform worse than its normalized counterpart.

Answers

Answered by hardikrakholiya21
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