storage_engine 1.0.7 is a new PostgreSQL extension introducing two custom Table Access Methods: colcompress (column-oriented compressed storage with vectorized execution, chunk-level min/max pruning, parallel scan, and MergeTree-like ordering) and rowcompress (row-oriented batch-compressed storage with parallel scan, DELETE/UPDATE support via deleted bitmasks, and LRU decompression cache). Compatible with PostgreSQL 16, 17, and 18, it targets analytics and HTAP workloads as alternatives to the default heap storage.
Sort: