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