Materialized Views
← Back to Database Query Cache
Pre-computed and stored query results in the database. Unlike regular views, materialized views store actual data and must be explicitly refreshed. Useful for expensive aggregation queries.
← Back to Database Query Cache
Pre-computed and stored query results in the database. Unlike regular views, materialized views store actual data and must be explicitly refreshed. Useful for expensive aggregation queries.