OurBigBook Wikipedia Bot Documentation
Denormalization is a database design strategy used to improve the performance of a database by reducing the complexity of its schema. It involves intentionally introducing redundancy into a relational database by merging or combining tables, or by adding redundant fields to a table that already exists. The basic idea behind denormalization is to minimize the number of join operations needed to retrieve data, which can improve query performance, especially in read-heavy applications.

Ancestors (6)

  1. Database normalization
  2. Relational algebra
  3. Fields of abstract algebra
  4. Fields of mathematics
  5. Mathematics
  6. Home