Package: postgresql-16-pg-ivm Source: pg-ivm Version: 1.13-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 274 Depends: postgresql-16, libc6 (>= 2.4) Homepage: https://github.com/sraoss/pg_ivm Priority: optional Section: database Filename: pool/main/p/pg-ivm/postgresql-16-pg-ivm_1.13-1.pgdg26.04+1_amd64.deb Size: 119840 SHA256: d6e2501c9150c980514b6b1650cf80b0dd6ca3ebc1fe4f311eefbe0d3e3217ff SHA1: 7688fb6bb1526bb50f7d30e8a31e5855143c8d15 MD5sum: 2d766ad6056aa9dd3a4ffc3c2b423671 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.