| Package | postgresql-16-aggs-for-arrays |
| Source | aggs-for-arrays |
| Version | 1.3.3-1PIGSTY~trixie |
| Architecture | amd64 |
| Maintainer | Ruohang Feng |
| Installed-Size | 121 |
| Depends | postgresql-16, libc6 (>= 2.14) |
| Provides | postgresql-aggs-for-arrays |
| Homepage | https://github.com/pjungwir/aggs_for_arrays |
| Priority | optional |
| Section | database |
| Filename | pool/main/a/aggs-for-arrays/postgresql-16-aggs-for-arrays_1.3.3-1PIGSTY~trixie_amd64.deb |
| Size | 43956 |
| SHA256 | ff2b548343793392c61784d13c4fea8ddca17a79a6ba6371dbcc4f53904acf49 |
| SHA1 | e1d1fb0d34c167dc9aeb7466ffb87c00470e8edb |
| MD5sum | 0de8dc682e59f1d0c9aa192484dedd81 |
| Description | A Postgres extension in C to compute statistics on arrays of numbers
This Postgres extension provides various functions for operating on arrays, for instance taking the histogram of an array of numbers.
These functions are useful because if you have a lot values you want to aggregate, queries that fetch each value from a separate row
can have poor performance. Storing all the values in a single row as a Postgres array can drastically improve query performance.
For instance, computing a 1000-bucket histogram on one million float values stored in separate rows took 12 seconds in a simple benchmark,
compared to 27 milliseconds with the array_to_hist function. |
| Description-md5 | |