Database
144 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
Database Connection
Communication channel between application and database server
Cursor
Database object for traversing result sets row by row
NoSQL
Non-relational databases with flexible data models and scaling
Isolation Level
Degree of visibility between concurrent transactions
ORM
Mapping object-oriented code to database tables
ACID
Properties guaranteeing reliable transaction processing