Data denormalization
Denormalization is the process for improving the read performance of a database, at the expense of losing write performance, by adding redundant copies of data or by grouping data.
Links:
https://en.wikipedia.org/wiki/Denormalization
http://www.vertabelo.com/blog/technical-articles/denormalization-when-why-and-how
Comments
Post a Comment