Database
29 views
Materialized View
Quick Definition
Physical stored copy of query results refreshed periodically
Full Definition
A physical stored copy of query results refreshed periodically.
Examples
query performance, data warehousing, precomputed aggregations
Related Terms
view
caching
data-warehouse
More Database Terms
Denormalization
Intentionally adding redundancy to improve reads
Database
Organized collection of structured data for storage and retrieval
NoSQL
Non-relational databases with flexible data models and scaling
Database Connection
Communication channel between application and database server
Indexing
Creating data structures to speed up data retrieval
Cursor
Database object for traversing result sets row by row