Package: postgresql-14-hypopg Source: hypopg Version: 1.4.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 182 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.3-1.pgdg22.04+1_amd64.deb Size: 73436 SHA512: cd7ef7750637d95306cc2e40e1f52afa4334d4f6591a90d068f33ed78749aca76e95d4b59b4934b1c063eff36cec567b231a48086b7dfe16e666d5fe45e4a4ee SHA256: ab853b84c57b02eada2c799e0424b546ae9dd6d494c4d27c0e19c0c2b128ab43 SHA1: f8a13b7806c212773572f10930958ff97bfce1ad MD5sum: c14ab30ab5d40d1c873423b8dfbb81bb 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.