Package: postgresql-16-hypopg Source: hypopg Version: 1.4.2-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 179 Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.4) Homepage: https://hypopg.readthedocs.io/ Priority: optional Section: database Filename: pool/main/h/hypopg/postgresql-16-hypopg_1.4.2-1.pgdg22.04+1_amd64.deb Size: 73644 SHA256: 7b207b95f01963d4f0d690a312109583e11d6e4833e8903529aadf98293d4d1d SHA1: 07b153afa7b7fd03124420769a8dc365b3345466 MD5sum: 3122263dbdc6800f23b75b7d95f7eb2c Description: PostgreSQL extension adding support for hypothetical indexes. An hypothetical, or virtual, index is an index that doesn't really exists, and thus doesn't cost CPU, disk or any resource to create. They're useful to know if specific indexes can increase performance for problematic queries, since you can know if PostgreSQL will use these indexes or not without having to spend resources to create them.