Database
23 views
Denormalization
Quick Definition
Intentionally adding redundancy to improve reads
Full Definition
Intentionally adding redundancy to improve read performance at the cost of update complexity.
Examples
read optimization, materialized views, data warehousing
Related Terms
normalization
query-optimization
More Database Terms
Partitioning
Dividing tables into smaller pieces for better performance
Connection Pooling
Managing and reusing database connections
Data Integrity
Ensuring data accuracy, consistency, and reliability
Materialized View
Physical stored copy of query results refreshed periodically
Cassandra
Distributed NoSQL database with high availability and scalability
Indexing
Creating data structures to speed up data retrieval