Package - postgresql-14-floatfile

Package:  postgresql-14-floatfile
apt-get install postgresql-14-floatfile

Primary informations

Download package: https://repo.pigsty.io/apt/pgsql/trixie/pool/main/f/floatfile/postgresql-14-floatfile_1.3.1-1PIGSTY~trixie_amd64.deb (Size: 44.9KiB)

PropertyValue
Packagepostgresql-14-floatfile
Sourcefloatfile
Version1.3.1-1PIGSTY~trixie
Architectureamd64
MaintainerRuohang Feng
Installed-Size124
Dependspostgresql-14, libc6 (>= 2.33)
Providespostgresql-floatfile
Homepagehttps://github.com/pjungwir/floatfile
Priorityoptional
Sectiondatabase
Filenamepool/main/f/floatfile/postgresql-14-floatfile_1.3.1-1PIGSTY~trixie_amd64.deb
Size46020
SHA256b1b82a3a5d3336d332272398d24f03fe5cba8b6f201a313c93a3df3e154a636e
SHA1c610458915bd9f6f3ad90c6e684ce1cf5e1e2ab3
MD5sume4b766682c4395f8b1e304922db1b6cb
DescriptionA Postgres extension to store float arrays in individual files A Postgres extension to store float arrays in individual files, providing very fast querying (especially when combined with aggs_for_arrays, aggs_for_vecs, or floatvec) without paying a huge cost to keep updating them. The idea is that if you have 1 million FLOATs, it is much faster if you can load them as a single 8 MB chunk rather than pulling from a million different places on disk. Sometimes you can just store your data as an array in a regular Postgres table, but updating those arrays will be slow and cause painful MVCC churn. Since this extension keeps the data in a separate file, appends are very fast and outside the MVCC system.
Description-md5

Files in package