Package: postgresql-15-tdigest Source: tdigest Version: 1.4.4-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 155 Depends: postgresql-15, libc6 (>= 2.38) Breaks: postgresql-15-jit-llvm (<< 21) Homepage: https://github.com/tvondra/tdigest Priority: optional Section: database Filename: pool/main/t/tdigest/postgresql-15-tdigest_1.4.4-1.pgdg26.04+1_amd64.deb Size: 60560 SHA512: 8abad8def2377a7bd3106321a57e3005ef41437fce5cc384d5fc1b7d419cf11507feef64ea7b78473ac6f96c4164f259b24e41525391860a2f7b5d419511d896 SHA256: 2bbc88192bd423faac710813d5d57b9bc4e634dc8a723e7e7f89020e1ad22807 SHA1: 8b1daf12dc85cf7100897d031a7993cc8e7db24e MD5sum: fd8b09e96ca030d7024f46b4f95b4153 Description: t-digest algorithm for on-line accumulation of rank-based statistics This PostgreSQL extension implements t-digest, a data structure for on-line accumulation of rank-based statistics such as quantiles and trimmed means. The algorithm is also very friendly to parallel programs. . The accuracy of estimates produced by t-digests can be orders of magnitude more accurate than those produced by previous digest algorithms in spite of the fact that t-digests are much more compact when stored on disk.