Materialized view
snapshot of the data
Materialized view vs table¶
Materialized view is a table with a view linked on it
We can apply all table operations on a materialized view - example: indexes
REFRESH MATERIALIZED VIEW
equivalent to
But you can't change the schema?
Last update:
2023-04-24