Package: postgresql-16-pgfaceting Source: pgfaceting Version: 0.2.0-6.pgdg26.04+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 43 Depends: postgresql-16-roaringbitmap, postgresql-16 Homepage: https://github.com/cybertec-postgresql/pgfaceting Priority: optional Section: database Filename: pool/main/p/pgfaceting/postgresql-16-pgfaceting_0.2.0-6.pgdg26.04+1_all.deb Size: 9944 SHA512: 1702b8775d455758dca250456e086cba259f58fa19a558149992ea231f2a01ce89868148c1d381581dc5eff544327babd796abbe7b1e77e655c85dbc7fe0c4e1 SHA256: f3edc855bf94b7609c8d4b9cda2646f8d25570bca2bce6864a0fd28ad413c630 SHA1: e13f1e436922204d00d9687c5d6315da43d87e90 MD5sum: a2a7b833115d83c314f2b89a09b944b6 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.