Hacker News new | ask | show | jobs
by mritchie712 806 days ago
> Recently, the most interesting rift in the Postgres vs OLAP space is [Hydra](https://www.hydra.so), an open-source, column-oriented distribution of Postgres that was very recently launched (after our migration to ClickHouse). Had Hydra been available during our decision-making time period, we might’ve made a different choice.

There will likely be a good OLAP solution (possibly implemented as an extension) in Postgres in the next year or so. There are a few companies are working on it (Hydra, Parade[0], tembo etc.).

0 - https://www.paradedb.com/

5 comments

> 0 - https://www.paradedb.com/

this looks like repackaging of datafusion as PG extension?..

yes, that's a succinct way to put it.
That’s cool. Clickhouse and Alloy’s performances are impressive.
that benchmark is very weak, they used just 100M rows which is laughable, also no joins have been tested.
no joins is heavily favoring clickhouse (the creator of the benchmark). I'm not sure it's gotten better since I've seriously looked at them, but CH's join performance was really bad.
ParadeDB founder here. You can see how we compare to other Postgres-based analytical offerings on ClickBench here: https://blog.paradedb.com/pages/introducing_analytics
I don't think `tembo` is working on it though, probably just hosting an existing extension.
so Paradedb and Hydra are using same codebase or just similar approach ?
ParadeDB and Hydra are completely different. We're tackling the same problem of bringing analytics inside Postgres, but using different approaches.

ParadeDB integrates industry standards like Arrow, Parquet, DataFusion to offer columnar storage + vectorized processing. Hydra is building on top of Citus Columnar.

You can read about our approach here: https://blog.paradedb.com/pages/introducing_analytics