Package: postgresql-19-pgfaceting Source: pgfaceting Version: 0.2.0-6.pgdg26.04+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 43 Depends: postgresql-19-roaringbitmap, postgresql-19 Homepage: https://github.com/cybertec-postgresql/pgfaceting Priority: optional Section: database Filename: pool/main/p/pgfaceting/postgresql-19-pgfaceting_0.2.0-6.pgdg26.04+1_all.deb Size: 9948 SHA512: 10b83cd10fa80b40adb050f2cd44873a0e254225250c02330822fe91ef733a6ba16b880c661bff75441f4835b653d1fc64a5d9df342b30baacc812067bfdf7ab SHA256: 38ea00686f093194ea2d505e1458bf279eb4d5b24b44b1a95c61efdca731d6d5 SHA1: 995511b4bd084f8e8c8692d0d7c6072269446ff6 MD5sum: c93a514182dab98d3275a70a77c4d027 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.