What Is a Materialized View?
A ground-up tour of the database object that stores the actual answer to a query — regular views vs materialized views; base tables, staleness, and query rewrite; full and incremental refresh; refresh timing models from on-demand to streaming; MVCC-based concurrent refresh and copy-and-swap; incremental view maintenance and delta rules; the…