Navigate:
ClickHouse
~$CLICK0.3%

ClickHouse: Open-source column-oriented analytical database

Column-oriented database for real-time analytics with SQL support and distributed computing capabilities.

LIVE RANKINGS • 09:50 AM • STEADY
TOP 100TOP 100TOP 100TOP 100TOP 100TOP 100TOP 100TOP 100TOP 100TOP 100TOP 100TOP 100
OVERALL
#99
54
DATA ENGINEERING
#2
30 DAY RANKING TREND
ovr#99
·Data#2
STARS
45.7K
FORKS
8.0K
7D STARS
+154
7D FORKS
+19
See Repo:
Share:

Learn more about ClickHouse

ClickHouse is an open-source column-oriented database management system built primarily in C++ with some Rust components. It stores data in columnar format and uses vectorized query execution to process analytical queries across distributed clusters. The system implements a massively parallel processing (MPP) architecture that can handle OLAP workloads and real-time analytics. ClickHouse is commonly used for business intelligence, log analysis, time-series data processing, and data warehousing applications.

ClickHouse

1

Columnar Storage

Data is stored in column-oriented format rather than row-based, optimizing compression and query performance for analytical workloads. This architecture reduces I/O operations when processing queries that access specific columns.

2

Distributed Architecture

Supports horizontal scaling across multiple nodes with automatic data sharding and replication. Queries can be executed in parallel across the cluster for improved performance on large datasets.

3

Real-time Processing

Handles both batch and streaming data ingestion with low-latency query responses. The system can process and analyze data as it arrives without requiring separate ETL processes.


curl https://clickhouse.com/ | sh

vv25.12.4.35-stable

Release v25.12.4.35-stable

vv25.8.15.35-lts

Release v25.8.15.35-lts

vv25.11.7.41-stable

Release v25.11.7.41-stable


See how people are using ClickHouse

Loading tweets...


[ EXPLORE MORE ]

Related Repositories

Discover similar tools and frameworks used by developers