Raw Package Information

Package: postgresql-17-pgfaceting
Source: pgfaceting
Version: 0.2.0-4.pgdg22.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
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-4.pgdg22.04+1_all.deb
Size: 9792
SHA256: 387b7a21c96d4f1e65e444f0bf52d741eba42fc3521425222daf8f113d728f6a
SHA1: 866eaf61ae082e8232c0fd3f27ccf7bc48d9d7a2
MD5sum: b30f43b520e53823e8703b350714d910
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.