Package: postgresql-17-pgfaceting Source: pgfaceting Version: 0.2.0-6.pgdg26.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.pgdg26.04+1_all.deb Size: 9944 SHA512: 21e17ca93d1591585cefb76e262a0c3005d9b1acf8244a625f4c543d4b64f70e3a6e4a54f63a10eba36938d87c3f49bb5b1a5759b418827280dd08b056642281 SHA256: 449dd14afdd8ed4a961ab623044ea95ec2209b5c9f599674a98d191dc94794f0 SHA1: bd528ea01e282cb3890a02dabc12ab887b6e26e8 MD5sum: c8177c72cb7c94989cd0bb152d830b10 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.