Real-time OLAP databases · ClickHouse, Inc.
ClickHouse
Open-source columnar database built for sub-second aggregate queries over billions of rows.
ClickHouse is an open-source columnar database management system designed for online analytical processing (OLAP). It stores data by column rather than row, uses vectorized query execution, and applies aggressive compression, which lets it scan and aggregate billions of rows per second on a single server. It is commonly used for real-time dashboards, product and log analytics, and observability backends where queries must return in sub-second time against constantly growing event data. ClickHouse can be run self-managed on any Linux server or Kubernetes cluster, or consumed as the managed service ClickHouse Cloud. It supports standard SQL with extensions, materialized views for pre-aggregation, and native connectors for Kafka, S3 and most BI tools. Compared to Druid or Pinot, ClickHouse favors a simpler single-binary architecture over separated ingestion/serving tiers.
At a glance
| Vendor | ClickHouse, Inc. |
|---|---|
| Pricing model | Open source + paid options |
| Free tier | Yes |
| Deployment | Cloud, Self-hosted |
| Open source | Yes (Apache-2.0) |
| Best for | Engineering teams building real-time dashboards or log/event analytics who want maximum query throughput on commodity hardware. |
Pricing
The self-hosted database is free open source; the managed ClickHouse Cloud service is billed separately (see clickhouse-cloud).
Pricing has not been verified yet — see the vendor's site.
Features
- Columnar storage with vectorized execution
- Sub-second aggregate queries over billions of rows
- Materialized views for pre-aggregation
- Native Kafka, S3 and MySQL/Postgres table engines
- High compression ratios via column-level codecs
- Distributed sharding and replication
- Standard SQL dialect with array and JSON extensions
Integrations
Profile last reviewed September 21, 2026