Package: postgresql-14-pgfaceting Source: pgfaceting Version: 0.2.0-5.pgdg22.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-5.pgdg22.04+1_all.deb Size: 9896 SHA256: 7aa89200b978bdfa645f0a5c638a556aadc92cdc0d8ffba1b6ee7e391b8e14a2 SHA1: 212c6c4edc09b8170b27672694f432486ddeab23 MD5sum: f0cfd1b60087ee3e269d55d001714660 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.