AdvancedAdvanced PostgreSQL
Refresh Materialized View
The query
SQL
REFRESH MATERIALIZED VIEW CONCURRENTLY monthly_sales_summary;Note
“Updates the stored data in the materialized view. CONCURRENTLY allows reading from the view while it refreshes (requires a unique index on the view).