Package: postgresql-10-hypopg Source: hypopg Version: 1.4.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 90 Depends: postgresql-10, libc6 (>= 2.38) Homepage: https://hypopg.readthedocs.io/ Priority: optional Section: database Filename: pool/main/h/hypopg/postgresql-10-hypopg_1.4.3-1.pgdg26.04+1_amd64.deb Size: 23524 SHA512: 8d7b8d696357188a095bc6bbb50c42d134babac19e369f179b238a6199200d22bec0ef0d5311b6205470b6a9ed8144e84a04135ae7f64836d6d095da86ee806a SHA256: 349a06657da6e39a78bc3b0cbba617be04406ee2d37094d41f3d2dc38b859ea3 SHA1: 94c4d3ef028f3f40b38f8231def15eba1078fcfd MD5sum: 9c7cee76f56446ac0aa02272760b2921 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.