Package: postgresql-13-pg-ivm Source: pg-ivm Version: 1.13-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 203 Depends: postgresql-13, libc6 (>= 2.14) Homepage: https://github.com/sraoss/pg_ivm Priority: optional Section: database Filename: pool/main/p/pg-ivm/postgresql-13-pg-ivm_1.13-1.pgdg26.04+1_amd64.deb Size: 73520 SHA256: 96c09a5d43f72bf9ac7f6bc6cf20b42435345efaccd269358991bb2c3b10f985 SHA1: 2dc641aaa4863466877211b3219d3e53c27d3ab6 MD5sum: e01ce7d6bcaf5dd54d0f0072e3e53229 Description: Incremental View Maintenance (IVM) extension for PostgreSQL pg_ivm is a PostgreSQL extension for Incremental View Maintenance (IVM). IVM is a way to make materialized views up-to-date in which only incremental changes are computed and applied on views rather than recomputing the contents from scratch as `REFRESH MATERIALIZED VIEW` does. IVM can update materialized views more efficiently than recomputation when only small parts of the view are changed.