Anybody know the differences in use cases between ...
# general
a
Anybody know the differences in use cases between Pinot, druid, Clickhouse, and Rockset?
👀 2
m
While all of them are the modern OLAP engines for real-time analytics, where Apache Pinot stands out from the rest is:
Copy code
- Battle tested at really high throughput and low latency (> 200k read qps, 1M events ingestion) at places like LinkedIn, Uber and many more.
- Power of indexing (supports a wide variety of indexing schemes, including advanced ones like GeoSpatial, JSON, etc)
- Capability to upsert (mutate single row)
- Much easier to scale in/out, easier operations in general
- Much lower cost to serve as compared to others.
👍 2
These are established by community users.