← Back to feedView original source ↗
Pricing shift:
Our billing pipeline was suddenly slow. The culprit was a hidden bottleneck in ClickHouse
Cloudflare·Cloud·CostChange·5/14/2026
When a partitioning change to our petabyte-scale ClickHouse cluster caused critical billing jobs to stall, standard metrics showed no obvious errors. This post explores how we identified severe lock contention in ClickHouse's query planner and built upstream patches to fix it.
Why it matters → Pricing for Cloudflare has changed. Review your current usage and budget impact.
Who should care → Teams with Cloudflare in their production stack.
Source payload preview
{
"guid": {
"#text": "65sE8zefBt1cYbclYLhqjA",
"@_isPermaLink": "false"
},
"link": "https://blog.cloudflare.com/clickhouse-query-plan-contention/",
"title": "Our billing pipeline was suddenly slow. The culprit was a hidden bottleneck in ClickHouse",
"pubDate": "Thu, 14 May 2026 13:00:00 GMT",
"category": [
"ClickHouse",
"Engineering",
"Performance",
"Database",
"Open Source"
],
"dc:creator": [
"James Morrison",
"Christian Endres"
],
"description": " When a partitioning change to our petabyte-scale ClickHouse cluster caused critical billing jobs to stall, standard metrics showed no obvious errors. This post explores how we identified severe lock contention in ClickHouse's query planner and built upstream patches to fix it. ",
"conten
…