Package: postgresql-17-pgfaceting Source: pgfaceting Version: 0.2.0-5.pgdg22.04+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 43 Depends: postgresql-17-roaringbitmap, postgresql-17 Homepage: https://github.com/cybertec-postgresql/pgfaceting Priority: optional Section: database Filename: pool/main/p/pgfaceting/postgresql-17-pgfaceting_0.2.0-5.pgdg22.04+1_all.deb Size: 9896 SHA256: 2ad20cfad7214f0be8c1c52e6dbb037579d2c9d29ebdfc422b3279f13232b329 SHA1: 34d18a99576f42e10f43b3f6d3f82173362adbea MD5sum: 0df78a3afd38762cd18970889bd7189a 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.