Package: postgresql-13-hypopg Source: hypopg Version: 1.4.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 94 Depends: postgresql-13, libc6 (>= 2.38) Homepage: https://hypopg.readthedocs.io/ Priority: optional Section: database Filename: pool/main/h/hypopg/postgresql-13-hypopg_1.4.3-1.pgdg26.04+1_amd64.deb Size: 24428 SHA512: 3d044545784092325897873c550c6e7cfefe2f7d040bed3071ac343943a8045b76c7974e5875cc911337015a240763892f130d4425b51937eb0af88fbf2ea7f1 SHA256: 85aa8e8a89ca9b9dacbf81732b96ec3fe449132b32ebbf208aed0ca7ad2f5a0a SHA1: 059c0662b844412d1431249181da4ae1b6c0221c MD5sum: 487fc81dbad438a28734018398fab6b1 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.