Package: postgresql-12-hypopg Source: hypopg Version: 1.4.0-2.pgdg22.04+1 Architecture: amd64 Maintainer: Julien Rouhaud Installed-Size: 162 Depends: libc6 (>= 2.4), postgresql-12, postgresql-12-jit-llvm (>= 14) Homepage: https://hypopg.readthedocs.io/ Priority: optional Section: database Filename: pool/main/h/hypopg/postgresql-12-hypopg_1.4.0-2.pgdg22.04+1_amd64.deb Size: 70180 SHA256: 40bd20421c7cd0245fa92d5fd3e0b9b7a1f4ec2655deedd82bd7a94e76f81afc SHA1: 8b8cf3aca7b99d86dcf832a5eccc6905c0e34da7 MD5sum: f6f5f5a447130a96c30ab18b2a9de586 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.