Package: postgresql-16-tdigest Source: tdigest Version: 1.4.4-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 161 Depends: postgresql-16, libc6 (>= 2.14) Breaks: postgresql-16-jit-llvm (<< 15) Homepage: https://github.com/tvondra/tdigest Priority: optional Section: database Filename: pool/main/t/tdigest/postgresql-16-tdigest_1.4.4-1.pgdg22.04+1_amd64.deb Size: 63992 SHA512: ff452c82879b29f4d193a3e3bb5031dc86279b6007aac2008ee75725fb0b56bc8327a0f561c3ab531aa9cb056fe4b3d8aa32cbe426804ec4c735aabade5ad02d SHA256: cc2a81d54a6824836b7498a047ad17e38663d8d54b13997d2adaaa360e9f6241 SHA1: 83074d5a7bfff7904b03738fb284f8b469b6894d MD5sum: e0023e76b6a893ed33ef072da2a12d61 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.