DatabasePerformance, Data Modeling
KW-0030Denormalization
Concept
Meaning
intentionally introducing redundancy in database design to improve read performance and reduce joins
Example
“Storing total order amount directly in orders table instead of calculating from items each time”
Reference
Used for performance optimization; risk: data inconsistency if not managed properly
Related
normalizationcachingoptimization