Open Source Startup Podcast

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.
Ask episode
AI Snips
Chapters
Transcript
Episode notes
ANECDOTE

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.
INSIGHT

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.
INSIGHT

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.
Get the Snipd Podcast app to discover more snips from this episode
Get the app