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