File: control

package info (click to toggle)
postgresql-hll 2.12-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 58,640 kB
  • sloc: ansic: 2,421; sql: 1,854; cpp: 201; makefile: 27; sh: 1
file content (21 lines) | stat: -rw-r--r-- 995 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: postgresql-hll
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 9), postgresql-server-dev-all
Standards-Version: 4.3.0
Homepage: https://github.com/citusdata/postgresql-hll
Vcs-Browser: https://salsa.debian.org/postgresql/postgresql-hll
Vcs-Git: https://salsa.debian.org/postgresql/postgresql-hll.git

Package: postgresql-11-hll
Architecture: alpha amd64 arm64 ia64 kfreebsd-amd64 mips64el ppc64el riscv64
Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-11
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.