
pg_deltax (δx): Fast time-series extension for PostgreSQL
Hi,
There's something I've been working on for a few months and wanted to share here:
pg_deltax, a fast time-series extension for PostgreSQL. Basically an Apache-licensed Timescale alternative.
I've started working on this project because I wanted a pure-OSS Postgres extensions for time-series. Then I got competitive on ClickBench and wanted to see how fast I can make it.
It’s very early days, but the benchmarks already look really good (see in the README).
It's still slower than analytics-focused DBs like clickhouse or duckdb, but actually not that far behind. Consider getting that kind of performance without ever having to take the data out of Postgres. This is the part that I'm most excited about.