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