

E182: The Rise of ClickHouse
23 snips Oct 8, 2025
Yury Izrailevsky, co-founder of ClickHouse and former engineering leader at Google and Netflix, discusses the rapid rise of ClickHouse, an open-source OLAP database. He shares its origins at Yandex and highlights its unique columnar storage that optimizes performance and cost. Yury explains the shift to a managed cloud product and ClickHouse’s appeal in handling AI workloads. He also touches on building a remote-first culture and the company's successful integration strategy, making ClickHouse a favorite for companies like Tesla and Canva.
AI Snips
Chapters
Transcript
Episode notes
Origins Inside Yandex Metrica
- Alexey Milovidov built ClickHouse inside Yandex Metrica in 2009 to handle massive analytics volumes.
- Yury first tried ClickHouse on his laptop and was stunned by instantaneous queries even as he added more data.
Columnar OLAP Designed For Real-Time Scale
- ClickHouse is an open-source columnar OLAP database built for low-latency, high-concurrency analytics at petabyte scale.
- Columnar storage plus optimizations let it return complex SQL aggregations in milliseconds rather than minutes or hours.
Many Small Optimizations Add Up
- Performance comes from many layered design choices: columnar layout, merge tree format, skip indexes, vectorized processing, and query optimizations.
- ClickHouse accumulates thousands of low-level optimizations rather than relying on a single trick.