Package: postgresql-17-pgfaceting Source: pgfaceting Version: 0.2.0-4.pgdg20.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-4.pgdg20.04+1_all.deb Size: 9796 SHA256: c7850f05a2d5c890dcfaf3f7fa36895342209431ddbefbeac6242760ca8d27c3 SHA1: 9ec0abe61a87e1a6ff1b8ba911a1da64666b11c5 MD5sum: 8ea4fdf5d90e0a2bd34025329d3b7b40 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.