Clickbench says Postgres is a great analytics database
TLDR:
We spent a few months optimizing PostgreSQL and made it to the Top 10 on ClickBench,
a benchmark typically dominated by specialized analytics databases.
What’s more, all compute is within Postgres, and all tables are managed directly by PostgreSQL—it’s not a simple wrapper. This is the story of pg_mooncake.
What Is ClickBench?
ClickBench is the definitive benchmark for real-time analytics databases, originally designed to showcase the performance of ClickHouse. It evaluates databases on th...
Read more at mooncake.dev