Package: postgresql-16-hypopg Source: hypopg Version: 1.4.1-2.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 178 Depends: postgresql-16, postgresql-16-jit-llvm (>= 10), libc6 (>= 2.4) Homepage: https://hypopg.readthedocs.io/ Priority: optional Section: database Filename: pool/main/h/hypopg/postgresql-16-hypopg_1.4.1-2.pgdg20.04+1_amd64.deb Size: 73352 SHA256: ca99488875da3a8061437913eb343774986620af0f8cff1b6cdde9aff06baa2f SHA1: 9463e037e7bc4e4ae22425d45d223ac19775e970 MD5sum: 9e1e7a88794ff2f23d6fa27322ba6138 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.