| 1. |
What Is De-normalization? When Do You Do It And How? |
|
Answer» De-normalization is the process of ATTEMPTING to optimize the performance of a database by adding REDUNDANT DATA. It's used To introduce redundancy into a table in order to incorporate data from a related table. The related table can then be ELIMINATED. De-normalization can improve EFFICIENCY and performance by reducing complexity in a data warehouse schema. De-normalization is the process of attempting to optimize the performance of a database by adding redundant data. It's used To introduce redundancy into a table in order to incorporate data from a related table. The related table can then be eliminated. De-normalization can improve efficiency and performance by reducing complexity in a data warehouse schema. |
|