Hacker News new | ask | show | jobs
by 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...
1 comments

What Clickhouse engines does CF uses?
I just re-read the blog post, is the Kafka engine in use at CF?
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.