ClickHouse

Last updated
Clickhouse
Developers ClickHouse, Inc.
Initial releaseJune 15, 2016;9 years ago (2016-06-15)
Stable release
v25.8.10.7-lts / October 8, 2025;5 days ago (2025-10-08) [1]
Repository github.com/ClickHouse/ClickHouse/
Written in C++
Operating system Linux, FreeBSD, macOS
License Apache License 2.0
Website clickhouse.com

ClickHouse is an open-source column-oriented DBMS (columnar database management system) for online analytical processing (OLAP) that allows users to generate analytical reports using SQL queries in real-time. ClickHouse Inc. is headquartered in the San Francisco Bay Area with the subsidiary, ClickHouse B.V., based in Amsterdam, Netherlands.

Contents

ClickHouse, Inc. was incorporated in San Francisco, California, in September 2021 to commercialize the open-source ClickHouse database. The company was initially funded with US$50 million from Index Ventures and Benchmark Capital, with participation from Yandex N.V. and others. [2] On 28 October 2021, the company announced a US$250 million Series B funding round at a valuation of US$2 billion, led by Coatue Management, Altimeter Capital, and others. [3]

In May 2025, ClickHouse raised US$350 million in a Series C funding round led by Khosla Ventures, with participation from BOND, IVP, Battery Ventures, Bessemer Venture Partners, and existing investors including Index Ventures, Lightspeed Venture Partners, GIC, Benchmark Capital, Coatue Management, FirstMark Capital, and Nebius Group. The round valued the company at approximately US$6.35 billion and brought total funding to more than US$650 million. [4] [5]

The company continues to build and maintain the open source project in parallel to a cloud-based offering.

History

ClickHouse’s technology was first developed at Yandex, Russia's largest technology company. [6] In 2009, Alexey Milovidov and developers started an experimental project to check the hypothesis if it was viable to generate analytical reports in real-time from non-aggregated data that is also constantly added in real-time. The developers spent 3 years to prove this hypothesis, and in 2012 ClickHouse launched in production for the first time to power Yandex.Metrica.

In 2016, the ClickHouse project was released as open-source software under the Apache 2 license to power analytical use cases around the globe. The systems at the time offered a server throughput of a hundred thousand rows per second, ClickHouse outperformed them with a throughput of hundreds of millions of rows per second[ citation needed ].

Since ClickHouse became available as open source in 2016, its popularity has grown exponentially, as evidenced through adoption by industry-leading companies like Uber, Comcast, eBay, and Cisco. [7] ClickHouse was also implemented at CERN's LHCb experiment to store and process metadata on 10 billion events with over 1000 attributes per event. [8]

Acquisitions

ClickHouse, Inc. has made the following acquisitions:


Features

The main features of the ClickHouse DBMS are: [17]

Limitations

ClickHouse has some features that can be considered disadvantages:

Use cases

ClickHouse was designed for OLAP queries. [17] ClickHouse performs well when:

For simple queries, latencies of 50 ms are typical.

ClickHouse is used in a variety of use cases:


Benchmark results

According to benchmark tests conducted by its developers, [18] for OLAP queries ClickHouse is more than 100 times faster than Hive (a DBMS based on the Hadoop technology stack) or MySQL (a common RDBMS).

ClickHouse Inc. maintains ClickBench, an open and reproducible benchmark for analytical database systems, based on real-world web analytics data and designed to evaluate performance across diverse OLAP, OLTP, and cloud-native databases using standardized SQL queries and realistic workloads. [45] A related benchmark, JSONBench, evaluates the JSON analytics capabilities of modern database systems using a real-world dataset of one billion Bluesky events. [46]


See also

References

  1. "Release v25.3.2.39-lts". GitHub. Retrieved 13 October 2025.
  2. "ClickHouse Raises $250M Series B to Scale Groundbreaking OLAP Database Management System Globally". 28 October 2021. Retrieved 2025-09-16.
  3. "ClickHouse database spinoff from Yandex raises $250M Series B on $2B valuation". TechCrunch. 28 October 2021. Retrieved 2025-09-16.
  4. "ClickHouse raises $350 million Series C to power analytics for the AI era". ClickHouse Blog. 29 May 2025. Retrieved 2025-09-16.
  5. "Khosla-Led Deal Values Data Startup ClickHouse at $6.35 Billion". Bloomberg. 29 May 2025. Retrieved 2025-09-16.
  6. "Yandex, Russia's biggest technology company, celebrates 20 years". The Economist. 30 September 2017.
  7. Lardinois, Frederic (2022-12-06). "ClickHouse launches ClickHouse Cloud, extends its Series B". TechCrunch. Retrieved 2023-07-24.
  8. "Yandex". www.yandex.com. Retrieved 2025-07-11.
  9. "ClickHouse Launches Cloud Offering For World's Fastest OLAP Database Management System". ClickHouse Blog. 5 December 2022. Retrieved 2025-09-16.
  10. "How we Rebuilt the Cloud Console (While Running It)". ClickHouse Blog. 14 May 2024. Retrieved 2025-09-16.
  11. "ClickHouse acquires PeerDB to boost real-time analytics with Postgres CDC integration". ClickHouse Blog. 30 July 2024. Retrieved 2025-09-16.
  12. "Real-time database startup ClickHouse acquires PeerDB to expand its Postgres support". TechCrunch. 30 July 2024. Retrieved 2025-09-16.
  13. "Postgres integration via ClickPipes". ClickHouse Documentation. Retrieved 2025-09-16.
  14. "ClickHouse acquires HyperDX: The future of open-source observability". ClickHouse Blog. 13 March 2025. Retrieved 2025-09-16.
  15. "ClickHouse Acquires HyperDX to Accelerate the Future of Observability". Business Wire. 13 March 2025. Retrieved 2025-09-16.
  16. "ClickStack: A High-Performance OSS Observability Stack on ClickHouse". ClickHouse Blog. 5 March 2025. Retrieved 2025-09-16.
  17. 1 2 "ClickHouse Guide". clickhouse.yandex. Retrieved 2016-11-10.
  18. 1 2 "Performance comparison of analytical DBMS". clickhouse.yandex. Retrieved 2016-11-10.
  19. "Exact and approximate vector search". clickhouse.com. Retrieved 2025-09-03.
  20. "ClickHouse acquires PeerDB to boost real-time analytics with Postgres CDC integration". ClickHouse Blog. 2024-06-18.
  21. "Dictionaries". ClickHouse Documentation.
  22. "Table Functions". ClickHouse Documentation.
  23. "Formats". ClickHouse Documentation.
  24. "Formats". ClickHouse Documentation.
  25. "ReplacingMergeTree". ClickHouse Documentation.
  26. "Incremental Materialized Views". ClickHouse Documentation.
  27. "Refreshable Materialized Views". ClickHouse Documentation.
  28. "ClickHouse/clickhouse-connect". GitHub. Retrieved 2025-09-15.
  29. "ClickHouse/clickhouse-java". GitHub. Retrieved 2025-09-15.
  30. "ClickHouse/clickhouse-go". GitHub. Retrieved 2025-09-15.
  31. "smi2/phpClickHouse". GitHub. Retrieved 2016-11-10.
  32. "ClickHouse/clickhouse-js". GitHub. Retrieved 2025-09-15.
  33. "shlima/click_house". GitHub. Retrieved 2025-09-15.
  34. "IMSMWU/RClickHouse". GitHub. Retrieved 2016-11-10.
  35. "ClickHouse/clickhouse-odbc". GitHub. 13 December 2021.
  36. "ClickHouse/clickhouse-jdbc". GitHub. 11 December 2021.
  37. Schreiber, Tom (24 July 2025). "How we built fast UPDATEs for the ClickHouse column store – Part 2: SQL-style UPDATEs". ClickHouse Blog. ClickHouse. Retrieved 9 September 2025.
  38. "Observability with ClickHouse". ClickHouse Documentation. Retrieved 2025-09-16.
  39. "ClickStack overview". ClickHouse Documentation. Retrieved 2025-09-16.
  40. "Real-Time Analytics with ClickHouse". ClickHouse. Retrieved 2025-09-16.
  41. "Business Intelligence with ClickHouse". ClickHouse. Retrieved 2025-09-16.
  42. "Vector Search in ClickHouse". ClickHouse Documentation. Retrieved 2025-09-16.
  43. "ClickHouse MCP server". GitHub. Retrieved 2025-09-16.
  44. "Agent-Facing Analytics". ClickHouse Blog. Retrieved 2025-09-16.
  45. "ClickBench: open source benchmark for analytical databases". ClickBench. Retrieved 2025-09-10.
  46. "JSONBench: open source benchmark for JSON analytics". JSONBench. Retrieved 2025-09-10.