---
title: "What is denormalization and when would you go for it?"  
description: "What is denormalization and when would you go for it?"  
author: "Sumit Kesarwani"  
published: 2013-12-23  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/1862/what-is-denormalization-and-when-would-you-go-for-it  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is denormalization and when would you go for it?

Denormalization is the process of attempting to optimize the performance of a database by adding redundant data or by grouping data. Denormalization is the reverse process of normalization.

## Answers

### Answer by Sumit Kesarwani

Denormalization is the process of attempting to optimize the performance of a database by adding redundant data or by grouping data. Denormalization is the reverse process of normalization.


---

Original Source: https://www.mindstick.com/interview/1862/what-is-denormalization-and-when-would-you-go-for-it

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
