Hi Stefán,
Thanks for your reply.
When you said this "if you need a real-time analytics store then you use a real-time analytics store"
I presume you mean ClickHouse is suitable for real-time analytics.
A few questions.
1. Since Clickhouse is about INSERTS, why is it a good use case for real time analytics?
2. Since Clickhouse is about Batch INSERTS...
For 1 and 2.. I know it makes sense for use case like monitor audit logs, traffic logs or track user behavior clicks on a website where it's always new records.
a. I presume Clickhouse is suitable for such use case as mentioned above?
b. Is ClickHouse not suitable to push in real time INSERTS (not batch). I mean when a new insert happens in database, will insert into Clickhouse directly.
3. How about use case where real time analytics of sales orders?
a. New orders
b. Abandoned cart orders
c. Successful orders
where it needs INSERTS & UPDATES (or maybe DELETE)?
For point 3, is ClickHouse not suitable for such real time analytics?
Mind to share. Thanks.
On Thursday, July 30, 2020 at 5:54:02 PM UTC+8, Stefán Baxter wrote: