Package: postgresql-16-hypopg Source: hypopg Version: 1.4.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 184 Depends: postgresql-16, libc6 (>= 2.4) Breaks: postgresql-16-jit-llvm (<< 15) Homepage: https://hypopg.readthedocs.io/ Priority: optional Section: database Filename: pool/main/h/hypopg/postgresql-16-hypopg_1.4.3-1.pgdg22.04+1_amd64.deb Size: 73772 SHA512: 98752f82cfde31e6b591a83f0d6586f0362f027f7837759e3998eb11e4b28ce76743b0ede91a2b43e4eae0c1bd30abfb7dab5849acdebd8a140ee75d03373517 SHA256: 9a5b18f5bbffc4992fc419eb62c0e18c59b69a96e54e9c0f88a0b0e608002ff8 SHA1: 1a851abcc7b0dae0032cc73e654a2ed7f20e6ab8 MD5sum: 385c363a92c7314a7ee205a051648a61 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.