Event language
UI language
pg_ivm is an extension that enables Incremental View Maintenance (IVM) for PostgreSQL, updating materialized views by applying only incremental changes instead of rebuilding the entire view as REFRESH MATERIALIZED VIEW does. This significantly reduces the cost of keeping views up to date.<br><br>In this talk, I will briefly introduce how pg_ivm works and the benefits it provides. I will also cover the latest improvements in pg_ivm, including newly added support for outer joins, along with ongoing development efforts.