#clickhouse

[ follow ]
#kubernetes
fromMedium
2 weeks ago
Software development

Stop Paying for Expensive Logging: Self-Hosted ClickHouse on Kubernetes

fromMedium
2 weeks ago
Software development

Stop Paying for Expensive Logging: Self-Hosted ClickHouse on Kubernetes

#cloudflare-outage
fromInfoQ
5 months ago

Cloudflare Chooses PostgreSQL Extension over Specialized OLAP for 100K Row/Second Analytics

The default and most commonly used table engine in ClickHouse, MergeTree, is optimized for high-throughput batch inserts. It writes each insert as a separate partition, then runs background merges to keep data manageable. This makes writes very fast, but not when they arrive in lots of tiny batches, which was exactly our case with millions of individual devices uploading one log event every 2 minutes.
Software development
[ Load more ]