Denormalization
Techopedia Explains Denormalization
In many cases, denormalization involves creating separate tables or structures so that queries on one piece of information will not affect any other information tied to it. For instance, where more global data variables such as customer names are tied together with single purchases in a purchase history, a database administrator will want to make sure that work done on an item purchased will not incorrectly affect the entire customer account. Therefore, database handlers will separate the two pieces of information, sometimes with redundant data, so that they can be worked on separately.
Where denormalization comes in is that adding redundant data allows for more sophisticated search results. Some examples that are typically given to explain this include situations where database handlers want to find prior addresses, purchase histories, or anything else about a customer or client that doesn’t address the specific present state of that account. This is where having redundant data can allow databases to give different results based on exactly what the user is asking for. Again, having this redundant data can also improve performance based on the specific ways that a database searches for a particular item. Challenges involved in denormalization include documenting the process carefully to avoid some kinds of anomalies that can occur as a result of data mismatch.
Related Terms
Related Reading
- 5 Real-World Problems Big Data Can Solve
- Mainframes Aren't Dead
- A Key Question in Enterprise Virtualization: What to Virtualize?
- NoSQL 101
- Database Administration Careers 101
- LAN WAN PAN MAN: Staying Connected While Working Remotely