0 votes
in Cloud Foundry by
What is Denormalization in a Database?

1 Answer

0 votes
by

Denormalization is a technique used by database administrators to optimize the efficiency of their database infrastructure. The denormalization concept is based on Normalization, which is defined as arranging a database into tables correctly for a particular purpose. This method allows us to add redundant data into a normalized database to alleviate issues with database queries that merge data from several tables into a single table. It adds redundant terms into the tables to avoid complex joins and many other complex operations.

Denormalization doesn't mean that normalization will not be done. It is an optimization strategy that takes place after the normalization process.

Related questions

0 votes
0 votes
asked Feb 9, 2022 in Cloud Foundry by GeorgeBell
0 votes
0 votes
asked Nov 1, 2021 in Cloud Foundry by john ganales
...