Hacker News new | ask | show | jobs
by jadbox 2793 days ago
How does this compare to Citus?
2 comments

They are completely different products? Citus deals with scaling pipelinedb deals with continuous queries.
Citus advertises itself as an excellent way to achieve real-time analytics across billions of rows and tonnes of data, which this product also does.

How both products achieve this is however different.

Fundamentally different approaches. Citus focuses on horizontal scaling for PostgreSQL and PipelineDB focuses on continuous aggregation for large volumes of streaming time-series data.