Package: postgresql-16-hypopg Source: hypopg Version: 1.4.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 165 Depends: postgresql-16, libc6 (>= 2.38) Breaks: postgresql-16-jit-llvm (<< 21) Homepage: https://hypopg.readthedocs.io/ Priority: optional Section: database Filename: pool/main/h/hypopg/postgresql-16-hypopg_1.4.3-1.pgdg26.04+1_amd64.deb Size: 57988 SHA512: 049f8d895f3480240b7c73f9dc5f5c74dd797847140cf0e4e726d081626cc0f9c4b5175409f19316d7eab6f03f1e2368880e7d08078163c221b1f553ca586817 SHA256: b31783c2d9a02a36c0837738ab7ecf47cab587fecc70fc5eab8c2c32580a970b SHA1: fbd155a947308cdf7d63472cb6c3009ff6b65b8a MD5sum: 7fa503a346aee5c75df75e1ec5ea2c75 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.