Package: postgresql-16-pgfaceting Source: pgfaceting Version: 0.2.0-6.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-6.pgdg22.04+1_all.deb Size: 9940 SHA512: 2bb8055403c516647d615d78fe9355ccf5af75766bad18faf7aea3b928c5f281ed1a55a9b0df5fc77e2a24d8dea6d207337da03ae75b40890e0111d7ff7afcfd SHA256: 7b7ec76a5043782a279b8b8463bc2adb65560f718355a107faabdbb7c339be83 SHA1: feefa43276909d00a4f58a6d44e470de1c3ea94e MD5sum: 42ce78af39ce0d4d195c31fac3a52bcc 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.