| From: | Saulo José Benvenutti <saulojb(at)gmail(dot)com> |
|---|---|
| To: | pgsql-general(at)lists(dot)postgresql(dot)org |
| Subject: | ANN: storage_engine 1.0.7 – columnar + row-compressed Table Access Methods for PostgreSQL 16-18 |
| Date: | 2026-04-19 13:46:30 |
| Message-ID: | CAFOk60K4J=Z7V-4jkVTMa4AD+4Yd6vMeUYYV+VS+wvYMuL+COw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi,
I'd like to announce storage_engine 1.0.7, a PostgreSQL extension
providing two high-performance Table Access Methods:
- colcompress: column-oriented compressed storage with vectorized
execution, chunk-level min/max pruning, parallel scan, and
MergeTree-like ordering.
- rowcompress: row-oriented batch-compressed storage with parallel
scan, DELETE/UPDATE support via deleted bitmasks, and LRU
decompression cache.
Highlights vs heap (1M rows, PostgreSQL 18, serial):
- Aggregations: up to 10x faster
- Compressed size: 3–5x smaller
- GIN/JSONB queries: fully supported
Compatible with PostgreSQL 16, 17, and 18.
GitHub: https://github.com/saulojb/storage_engine
PGXN: https://pgxn.org/dist/storage_engine/
Article: https://dev.to/...
Feedback and contributions welcome.
Regards,
Saulo J. Benvenutti
--
Saulo José Benvenutti
Analista Programador Delphi/C#
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David G. Johnston | 2026-04-19 13:54:02 | Re: unique constraint violation on multiple-rows update |
| Previous Message | Karsten Hilbert | 2026-04-19 13:43:51 | Re: unique constraint violation on multiple-rows update |