Package: postgresql-16-pgfaceting Source: pgfaceting Version: 0.2.0-4.pgdg20.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-4.pgdg20.04+1_all.deb Size: 9800 SHA256: 78ca42c16e5838a4acef24f81e5f0129d59e8c9f6c35dae1e69bb5c770fc423c SHA1: da48f87f55be6115091bf627b448435d26c4de8f MD5sum: bb6b71ca3504188ddb2551b527ac0410 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.