Package - postgresql-17-floatfile
Primary informations
Download package: https://repo.pigsty.io/apt/pgsql/trixie/pool/main/f/floatfile/postgresql-17-floatfile_1.3.1-1PIGSTY~trixie_amd64.deb (Size: 44.9KiB)| Property | Value |
|---|---|
| Package | postgresql-17-floatfile |
| Source | floatfile |
| Version | 1.3.1-1PIGSTY~trixie |
| Architecture | amd64 |
| Maintainer | Ruohang Feng |
| Installed-Size | 124 |
| Depends | postgresql-17, libc6 (>= 2.33) |
| Provides | postgresql-floatfile |
| Homepage | https://github.com/pjungwir/floatfile |
| Priority | optional |
| Section | database |
| Filename | pool/main/f/floatfile/postgresql-17-floatfile_1.3.1-1PIGSTY~trixie_amd64.deb |
| Size | 45980 |
| SHA256 | 26a0126e5890b0fae9b5e09f97db490fc364d0e227139d861f48362f68105124 |
| SHA1 | 481d607a994c7f02ded19aca2f757f4fb13c7ce6 |
| MD5sum | bde0baa48c927daa6009ce36ce009407 |
| Description | A 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 |