Package: postgresql-15-hypopg Source: hypopg Version: 1.4.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 165 Depends: postgresql-15, libc6 (>= 2.38) Breaks: postgresql-15-jit-llvm (<< 21) Homepage: https://hypopg.readthedocs.io/ Priority: optional Section: database Filename: pool/main/h/hypopg/postgresql-15-hypopg_1.4.3-1.pgdg26.04+1_amd64.deb Size: 58676 SHA512: daaa4a768dd71ead7e2971ab52691d9c632d25f2e02ef8ce531af3d26604102c5fc433fc739102175a51b318f16210fe041f746cd6a34107cfb26d4824c6db99 SHA256: c54cc33d4fdc0d31fe975350bd548ce14f3501dba68420fa46acd2548ea349d4 SHA1: d3296f3c974df387a8fcec5c3e9c63590e31b408 MD5sum: dd70285cff40778356d730e419422b6c 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.