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