Package: postgresql-18-pgfaceting Source: pgfaceting Version: 0.2.0-6.pgdg26.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.pgdg26.04+1_all.deb Size: 9944 SHA512: cdc8ba0c2019f63053942e4347d76fadf6b9158c84bbba96a186579fedc768f7a516d6a60e2ce324ca4993a585594cabc386c676030bcf59b731d5d10b874d49 SHA256: 06a2e8cf019acf9810561ba95891ca639653a3f950cd516cf82f5a0d4c91917c SHA1: 5b5755be6fbf65a68b57a30f216ed6e8f6d9f863 MD5sum: 6b3e32f0bd802ae9d006e1f9e38d3858 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.