Package: postgresql-17-pgfaceting Source: pgfaceting Version: 0.2.0-6.pgdg22.04+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 43 Depends: postgresql-17-roaringbitmap, postgresql-17 Homepage: https://github.com/cybertec-postgresql/pgfaceting Priority: optional Section: database Filename: pool/main/p/pgfaceting/postgresql-17-pgfaceting_0.2.0-6.pgdg22.04+1_all.deb Size: 9940 SHA512: 14fe98fc0fcbf4ac1481f000f1f911c9a73e413dfed8bf1c1daa9a18df434fe8dc2da28c5a9835423e8e6412643beb97d2771f14cfbd3d97b8f943f33b38b006 SHA256: ed8152775cdbb554371d51d66792189b16e06b937b99ad773ec8e40525fc4ee3 SHA1: 95559ba64c3d5143d22701eafb08f448fa59673f MD5sum: 82b3d231ef38207d37fbd5cea5fe0dd3 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.