Package: postgresql-13-hypopg Source: hypopg Version: 1.4.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 180 Depends: postgresql-13, libc6 (>= 2.4) Breaks: postgresql-13-jit-llvm (<< 15) Homepage: https://hypopg.readthedocs.io/ Priority: optional Section: database Filename: pool/main/h/hypopg/postgresql-13-hypopg_1.4.3-1.pgdg22.04+1_amd64.deb Size: 71684 SHA512: 09e98a00265fe518a63cf19baed43ca48fcf41ba53e8439a2333035a2f96bc8a1ab7108dc7d4078c7e6d627ea4a03307783277a40eed845b1ed69f6e02d7b366 SHA256: 7bce2caf493d17b125acbcb0ffce0d4be88bff9923370824d66bbe28c4946605 SHA1: fd705608925debc4fa32e2ad4b04d8ea4e3eb139 MD5sum: eec78fd2ba42e6dacbc131a9b3c213d5 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.