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