ClickHouse
ActiveDescription
ClickHouse is an open-source OLAP columnar database with native vector search and SQL analytics, usable as an analytical retrieval engine for agents and RAG.
Key Features
- Columnar OLAP — billion-row queries with second-level latency
- Native SQL — ANSI SQL plus rich analytical functions
- Vector search — built-in ANN indexes, vector + SQL hybrid queries
- High-throughput writes — millions of inserts per second per node
- Rich ecosystem — JDBC/ODBC, HTTP and native protocol
- Cloud-native deployment — sharding, replicas, cross-DC replication
Use Cases
💡 Storing user behavior logs and observability events for agent platforms
💡 Backing RAG with SQL access to massive document and vector stores
💡 Real-time analytics on business and AI usage metrics
💡 A high-performance replacement for TimescaleDB / ElasticSearch
Strengths & Limitations
✅ Strengths
- • Actively maintained, recent updates
- • High community interest (49.3k stars)
- • Permissive open-source license (Apache-2.0)
⚠️ Limitations
- • High issue backlog (6.9k open issues)
Categories
Quick Start
curl -O https://clickhouse.com/clickhouse
chmod +x clickhouse
./clickhouse server
# In another shell
./clickhouse client