Why does Pinot exist? It looks like a rip off of Apache Druid and Clickhouse. Does the world really need Pinot too...what are the differences? Or was this just done because LinkedIn and Uber engineers had nothing better to do?
pinot has lots of flexibility and great indexing techniques, just read comparisons between pinot and others realtime olap systems
h
Hector D
04/22/2021, 7:22 PM
Don't they all? Scanning the Pinot code, it especially looks like a fork of Druid, and CH seems a bit more of a lightweight OLAP db
a
Akash
04/22/2021, 7:55 PM
We are using CH is production and currently running POC on Pinot as one of our use cases are not performing well on CH. Each of these system has some advantages and disadvantages.
o
Oguzhan Mangir
04/22/2021, 7:55 PM
For example, the biggest different thing is partitioning. Druid forces you to partition data by time, pinot does not. Dont look the code first. Just look the documentations and find limits. Each of them has similar concepts but actually there are very different i think
a
Akash
04/22/2021, 7:55 PM
Having Mysql doesn’t mean that we should not have SqlLite as RBMS
Akash
04/22/2021, 7:56 PM
each one is built and used for specific reasons and use cases.