Package: postgresql-14-pg-ivm Source: pg-ivm Version: 1.13-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 449 Depends: postgresql-14, libc6 (>= 2.14) Homepage: https://github.com/sraoss/pg_ivm Priority: optional Section: database Filename: pool/main/p/pg-ivm/postgresql-14-pg-ivm_1.13-1.pgdg26.04+1_amd64.deb Size: 210968 SHA256: 6da5f328f1124fbb80c9d08c1d91bd08515b4dfec9570fbf57ed566f2c9878a8 SHA1: 6bacf81cb7e17d6b173aae54aa9b14886f97c489 MD5sum: 3191b4a8bbd92d48a7898199b6d668ce 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.