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