pgfaceting 0.2.0-2 source package in Ubuntu

Changelog

pgfaceting (0.2.0-2) unstable; urgency=medium

  * Source-only upload.

 -- Christoph Berg <email address hidden>  Tue, 09 Apr 2024 09:38:09 +0200

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pgfaceting_0.2.0-2.dsc 2.0 KiB 8bb1b0377a784b28814e2fed93b4cbd58bd1b7f4001de5a00dfaec09626f79f1
pgfaceting_0.2.0.orig.tar.gz 13.0 KiB d35bae6f7ca139c705ed2d4588add3de8c303527388a987a7e2264d3fbcbbd7f
pgfaceting_0.2.0-2.debian.tar.xz 2.2 KiB d070f58b75e2f60fc62ab3c94a5229c7266d28bceaae9053d79c3c89089cce1b

No changes file available.

Binary packages built by this source

postgresql-16-pgfaceting: 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.