ClickHouse Targets Millisecond Analytics
ClickHouse at $160M ARR
ClickHouse is winning where waiting even one extra second breaks the product. That is a different job from Snowflake and Databricks. It powers user facing dashboards, log search, and AI retrieval flows where queries need to come back in milliseconds, not after a warehouse spins up compute or runs a heavier pipeline. In practice, teams keep Snowflake or Databricks for batch transforms and governance, then add ClickHouse as the speed layer for the hot path.
-
At AstraZeneca, ClickHouse handled simple queries in 30 to 40 milliseconds and complex groupings across petabytes in under 200 milliseconds, while similar dashboard workloads on Databricks took minutes. That is why ClickHouse landed in agentic AI retrieval and real time analytics, not as a general warehouse replacement.
-
The cost edge comes from observability style data fitting ClickHouse extremely well. One operator cut log infrastructure to one third of its OpenSearch CPU and memory footprint, extended retention from 7 to 30 days, and still paid about half as much. That is why ClickHouse often replaces Elasticsearch or Datadog for engineering heavy teams.
-
The trade off is that ClickHouse asks for database engineering. Snowflake hides scaling behind managed warehouses and stronger governance features. ClickHouse delivers lower latency and lower cost, but teams often need to tune schemas, materialized views, sharding, and upgrades themselves, which makes it best suited to backend and infra oriented organizations.
This pushes the market toward a split architecture. Snowflake and Databricks remain the systems of record for transformation, compliance, and broad analytics, while ClickHouse expands as the execution layer for customer facing analytics, observability, and AI applications that need answers instantly. As Iceberg reduces storage lock in, adopting ClickHouse for one latency critical workload at a time gets easier.