Y
Hacker News
new
|
ask
|
show
|
jobs
by
youngtaff
2694 days ago
AFAIK CloudFlare run it for their analytics platform so it'd be interesting to see why it works for them
1 comments
jgrahamc
2694 days ago
Yes we do. We moved our entire analytics backend to ClickHouse some time ago. It works well for us:
https://blog.cloudflare.com/http-analytics-for-6m-requests-p...
link
bithavoc
2694 days ago
What Clickhouse engines does CF uses?
link
bithavoc
2693 days ago
I just re-read the blog post, is the Kafka engine in use at CF?
link
dqminh
2693 days ago
We mostly use replicated MergeTree, SummingMergeTree, AggregatedMergeTree etc. And yes, we do use Kafka engine to consume directly from Kafka, in additions to standard Clickhouse inserters.
link