Package: postgresql-11-hypopg Source: hypopg Version: 1.4.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 94 Depends: postgresql-11, libc6 (>= 2.38) Homepage: https://hypopg.readthedocs.io/ Priority: optional Section: database Filename: pool/main/h/hypopg/postgresql-11-hypopg_1.4.3-1.pgdg26.04+1_amd64.deb Size: 24280 SHA512: 0ad63e5b74bab0f37bcd5e66cc9fd974f378d6a2848b459c6554730df9eadb72b159dc041dbd72c3269d4c04092ce30563fb1a7d267aab58e49ae8cfec6f4796 SHA256: ff106ba68a535baa36e15dd987abd2c7977784ea0671b09848338e7fc55cfdff SHA1: befd61a6fc27f6df3f8bc4d127c482db0286c015 MD5sum: dedc72912ba90e0173236112c26a5505 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.