Package: postgresql-17-hypopg Source: hypopg Version: 1.4.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 185 Depends: postgresql-17, libc6 (>= 2.4) Breaks: postgresql-17-jit-llvm (<< 15) Homepage: https://hypopg.readthedocs.io/ Priority: optional Section: database Filename: pool/main/h/hypopg/postgresql-17-hypopg_1.4.3-1.pgdg22.04+1_amd64.deb Size: 73944 SHA512: ae4e4a564d16912e004b466c0e74ea8aa43247bed9934f8c0d9696368f47f1562065e49f7e004bca995da46f2f55e6ce9c668c0ffc402d60a5e2efea2ee49f0f SHA256: 28773c0f8225c6b8f9315e8a0421aa9e9615cff3a61676f01bd3758f8df6e62e SHA1: 315b6e262372e372ded92131cad9f661b96b39da MD5sum: 2c6f74768bd3fe05fde379c27684c763 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.