Package: postgresql-14-pgfaceting Source: pgfaceting Version: 0.2.0-4.pgdg20.04+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 43 Depends: postgresql-14-roaringbitmap, postgresql-14 Homepage: https://github.com/cybertec-postgresql/pgfaceting Priority: optional Section: database Filename: pool/main/p/pgfaceting/postgresql-14-pgfaceting_0.2.0-4.pgdg20.04+1_all.deb Size: 9796 SHA256: feb1a6b36a18786857e28d29b7ede7fa517f6a72edc364588082c1ef6c7b73f6 SHA1: 2f16fec7c2a7df69e77494d3c91a7b00711f50ee MD5sum: 29b597483375a5e0bebaa8de3fb62440 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.