Package: postgresql-16-pgfaceting Source: pgfaceting Version: 0.2.0-4.pgdg22.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.pgdg22.04+1_all.deb Size: 9796 SHA256: dade351d9b691641475c0814ce52c96e84485a720f9e6abd7b1822622f11db9f SHA1: 3b50ce4992c04ba9629b9d1db34a73cd5ec3d288 MD5sum: a999eac4ecbb76f11bbdf5f8513a2507 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.