Package: postgresql-15-hypopg Source: hypopg Version: 1.4.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 183 Depends: postgresql-15, libc6 (>= 2.4) Breaks: postgresql-15-jit-llvm (<< 15) Homepage: https://hypopg.readthedocs.io/ Priority: optional Section: database Filename: pool/main/h/hypopg/postgresql-15-hypopg_1.4.3-1.pgdg22.04+1_amd64.deb Size: 74360 SHA512: 907af033c5a2c28bf324e4f3ceac33110a4ec9510d399c8e38dc04b40d14bcb50d52cd2b14bbfbcc0dc10dda04e0e2e98382d2fab970a38e0fa1f8d391e49119 SHA256: b7f3c35db9249cdafc3b057067e70a77120b28b9c1f8424d392f6a2605a7d74e SHA1: 2f4518982db9cb95b52fe04e77aed74ffe032b40 MD5sum: 5615bf9a16bbbb7a7b4d4d01836ca15c 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.