1Denormalization is a strategy used
2on a previously-normalized database to
3increase performance. In computing,
4denormalization is the process of trying
5to improve the read performance of a database,
6at the expense of losing some write performance,
7by adding redundant copies of data or by grouping data.