Pergunta de entrevista da empresa Dialysis Clinic Inc

Explain what is Denormalization and why would you use that?

Resposta da entrevista

Sigiloso

5 de nov. de 2017

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.