Back to Glossary
DatabaseIntermediate

What is Denormalisation?

Deliberately adding redundant data to a database to improve read performance.

Why It Matters

Denormalisation speeds up queries by avoiding expensive joins, at the cost of some data duplication.

Real-World Example

Storing the customer name directly in the orders table so you do not need to join tables for every order listing.

“Understanding terms like Denormalisation matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”

Callum Holt, Founder, 13Labs

From definition to deployment

Knowing the term is step one. Using it in something real is the rest.