Package: postgresql-15-pgfaceting Source: pgfaceting Version: 0.2.0-2.pgdg22.04+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 43 Depends: postgresql-15-roaringbitmap, postgresql-15 Homepage: https://github.com/cybertec-postgresql/pgfaceting Priority: optional Section: database Filename: pool/main/p/pgfaceting/postgresql-15-pgfaceting_0.2.0-2.pgdg22.04+1_all.deb Size: 9712 SHA256: c95e8f58ad588aeb4716cf4b8913a7954ed4dfd04bf0867752eb8d8d147b8234 SHA1: c0161278e7892526628bb8fdec171abad22534f6 MD5sum: 1e3c343552d9c508a64366fce2c3bda8 Description: Faceted query acceleration for PostgreSQL using roaring bitmaps PostgreSQL extension to quickly calculate facet counts using inverted indexes built with roaring bitmaps. Requires pg_roaringbitmap to be installed. . Faceting means counting number occurrences of each value in a result set for a set of attributes. Typical example of faceting is a web shop where you can see how many items are remaining after filtering your search by red, green or blue, and how many when filtering by size small, medium or large.