Package: postgresql-17-hypopg Source: hypopg Version: 1.4.2-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 180 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.2-2.pgdg22.04+1_amd64.deb Size: 73740 SHA256: 0e7be58d871e73719f736f193ecd008a28200c7eb61ce910ef43c7c20f5bfbc1 SHA1: db271ab553737b805d03ee4d657c79a4414d124b MD5sum: e38816dd56bb7f1b0a68440a5297d533 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.