📜  什么是 sql 代码示例中的非规范化

📅  最后修改于: 2022-03-11 15:05:22.129000             🧑  作者: Mango

代码示例1
Denormalization is a strategy used 
on a previously-normalized database to 
increase performance. In computing, 
denormalization is the process of trying 
to improve the read performance of a database, 
at the expense of losing some write performance,
by adding redundant copies of data or by grouping data.