Y
Hacker News
new
|
ask
|
show
|
jobs
by
jadbox
2793 days ago
How does this compare to Citus?
2 comments
nwmcsween
2792 days ago
They are completely different products? Citus deals with scaling pipelinedb deals with continuous queries.
link
Mayzie
2792 days ago
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.
link
Fergi
2793 days ago
Fundamentally different approaches. Citus focuses on horizontal scaling for PostgreSQL and PipelineDB focuses on continuous aggregation for large volumes of streaming time-series data.
link