Package: postgresql-14-hypopg Source: hypopg Version: 1.4.2-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 177 Depends: postgresql-14, libc6 (>= 2.4) Breaks: postgresql-14-jit-llvm (<< 15) Homepage: https://hypopg.readthedocs.io/ Priority: optional Section: database Filename: pool/main/h/hypopg/postgresql-14-hypopg_1.4.2-2.pgdg22.04+1_amd64.deb Size: 73312 SHA256: dcf947258837ac8e2575e969c2e67426fa70e405980a1df948ccace94f7634f2 SHA1: d008ac8f238c73418a94cf2cf52e54a4f128ffe2 MD5sum: 8279649f1e95d9c82c5084c6fdf42835 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.