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

Popular posts from this blog

Getter Template with Optional<> for IntelliJ IDEA

JVM Memory and Tuning

Inversion of Control - Pattern