2026-09-17
pgColumnar 1.0-alpha4 release notes
Release date: 2026-09-17 Previous release: 1.0-alpha3 (2026-09-02)
pgColumnar is a columnar table access method for PostgreSQL. This is the fourth alpha. Its theme is layout and skipping. A table can now be laid out on the Hilbert curve, which keeps neighbouring keys closer together than Z-order does. A star-schema join now skips fact-table groups and rejects non-matching rows, and it does …