May 2026 newsletter

May 21, 2026 · 9 minutes read

Hello, and welcome to the May 2026 ClickHouse newsletter!

This month's issue is heavy on observability, with Javier Ortiz on how Qonto replaced Grafana Tempo with ClickHouse Cloud, and LINE MAN Wongnai's walkthrough of rebuilding their stack to handle 60 billion records a day at 10x better storage efficiency.

There's also an AI thread running through: Qonto's MCP-powered incident companion, Mastra's new ClickHouse adapter for agent telemetry, and Benjamin Wootton on agentic analytics in financial services.

And rounding things out, Mark Needham covers index-based pruning, and Tom Schreiber and Lionel Palacin make the case against Elasticsearch for log analytics.

This month's featured community member is Javier Ortiz, Tech Lead for SRE Observability at Qonto, a digital banking platform serving over 600,000 small businesses and freelancers across Europe.

Javier built their observability function from the ground up, growing the team from zero to four engineers while staying hands-on across architecture, tooling, and incident response.

When Qonto's Grafana Tempo-based tracing setup started hitting its limits, Javier led the migration to ClickHouse Cloud for unified observability across traces, logs, and events. ClickHouse's compression reduced their high-cardinality trace metadata from 231 TB uncompressed to 376 GB on disk, making it feasible to store everything without sampling, and query windows expanded from a few hours to two weeks. He also built an AI-powered incident companion on top of the ClickHouse MCP server, enabling engineers to quickly investigate production issues in natural language.

In February 2026, Javier presented this work at the ClickHouse Meetup in Paris in a talk titled "Supercharging Observability with ClickHouse and AI", which was also written up as a blog post.

➡️ Connect with Javier on LinkedIn

Open House 2026 #

It's now only one week until Open House, a free three-day ClickHouse user conference running May 26-28 at Convene, San Francisco.

Kick things off on May 26 with hands-on workshops on real-time analytics, observability, AI agents, and database administration, then head into two days of keynotes, technical sessions, and networking.

Hear from ClickHouse's CEO Aaron Katz and CTO Alexey Milovidov, plus Bret Taylor (Sierra), Guillermo Rauch (Vercel), Charity Majors (Honeycomb.io), Tristan Handy (dbt Labs), and practitioners from Visa, Cisco, Shopify, and Zoox. Admission is free!

➡️ Register now

26.4 release #

The 26.4 release had a big focus on SQL compatibility features, including VALUES as a table expression, natural join, and compound INTERVAL literals.

There's also a new function, JSONAllValues, for adding a text index on all JSON sub-columns, COUNT(DISTINCT) got faster on machines with many cores, and the web UI was polished.

➡️ Read the release post

How LINE MAN Wongnai handles 60 billion records a day at 10x better storage efficiency #

Tanawit Aeabsakul walks through how the Platform & SRE team at LINE MAN Wongnai rebuilt their observability stack on self-hosted ClickHouse to serve three independent business clusters (LINE MAN, Wongnai, and FoodStory) that previously had no shared query surface.

The result is 1.5 million rows per second at peak ingest, 10x compression with 143 TB of raw data stored in just 14 TB on disk, a 53% reduction in observability costs, and 100% trace retention after years of sampling.

➡️ Read the blog post

Do you still need Elasticsearch for log analytics? ClickHouse says no. #

Tom Schreiber and Lionel Palacin benchmarked ClickHouse against Elasticsearch for log analytics on datasets up to 50 billion rows.

ClickHouse uses 5x less disk space and runs queries 4-6x faster on cold runs, and Tom and Lio argue that logs are fundamentally analytical data that happen to contain text, making a dedicated search engine the wrong tool for the job.

➡️ Read the blog post

Deploying agentic analytics in financial services #

Benjamin Wootton explores why financial services has emerged as an early adopter of agentic analytics, with use cases spanning trade surveillance, complaint analysis, and KYC/AML automation.

He argues that the convergence of better LLMs, MCP servers, and observability tooling has made the approach production-ready, and that ClickHouse's ability to handle tens of concurrent queries makes it a natural fit for the workload.

➡️ Read the blog post

ClickStack SQL Charting and Alerting #

Drew Davis and Dale McDiarmid introduce SQL-based charting and alerting in ClickStack, letting you build dashboards and alerts from arbitrary ClickHouse SQL rather than a fixed query builder.

Queries adapt automatically to dashboard time ranges and filters via macros, and alerting supports analytical patterns, such as error spikes relative to rolling baselines rather than static thresholds.

➡️ Read the blog post

Index-based pruning in ClickHouse #

Mark Needham walks through three index-based pruning strategies in ClickHouse: the primary index, lightweight projections, and minmax skip indexes.

Using a UK property sales dataset, he builds intuition for which technique to reach for and why the choice depends on how your data is ordered on disk.

➡️ Read the blog post

Quick reads #

  • The Mastra team announced native ClickHouse support in the Mastra AI agent framework with a new storage adapter that persists agent telemetry, traces, and logs to ClickHouse Cloud or self-hosted ClickHouse for production observability.
  • Mobin Shaterian walks through connecting a SASL_SSL-secured Kafka cluster to ClickHouse, covering SSL configuration, building the ingestion pipeline with a Kafka engine table and materialized view, and performance tuning tips.
  • Denis Sazonov covers ClickHouse in part nine of his Learning System Design series, explaining why analytical databases are so fast through columnar storage, per-column compression codecs, vectorized SIMD execution, and the sparse primary index. He also provides practical guidance on MergeTree, LowCardinality, and correctly batching inserts.
  • The ClickStack team introduces otel.fyi, a search-first documentation site for the OpenTelemetry Collector that consolidates receiver, processor, exporter, and extension configuration into a single place.

Get started today

Interested in seeing how ClickHouse works on your data? Get started with ClickHouse Cloud in minutes and receive $300 in free credits.

Upcoming events #

Global virtual events #

Virtual training #

Events in AMER #

Events in EMEA #

Events in APAC #

Share this post

Subscribe to our newsletter

Stay informed on feature releases, product roadmap, support, and cloud offerings!
Loading form...