Package - postgresql-13-aggs-for-arrays

Package:  postgresql-13-aggs-for-arrays
apt-get install postgresql-13-aggs-for-arrays

Primary informations

Download package: https://repo.pigsty.io/apt/pgsql/trixie/pool/main/a/aggs-for-arrays/postgresql-13-aggs-for-arrays_1.3.3-1PIGSTY~trixie_amd64.deb (Size: 43.0KiB)

PropertyValue
Packagepostgresql-13-aggs-for-arrays
Sourceaggs-for-arrays
Version1.3.3-1PIGSTY~trixie
Architectureamd64
MaintainerRuohang Feng
Installed-Size121
Dependspostgresql-13, libc6 (>= 2.14)
Providespostgresql-aggs-for-arrays
Homepagehttps://github.com/pjungwir/aggs_for_arrays
Priorityoptional
Sectiondatabase
Filenamepool/main/a/aggs-for-arrays/postgresql-13-aggs-for-arrays_1.3.3-1PIGSTY~trixie_amd64.deb
Size44020
SHA256ea3aa95f05ab6473b7f3d0a2bd81501d9c65451cb038c02e9db4a357eb2d1b5a
SHA164d9f8c39d55cb1430ab57506f278087a45405f9
MD5sum2e6f0847b4284c64c0d23af29bbf7a69
DescriptionA 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

Files in package