Compare wide-column databases ranked by GitHub stars, write throughput, and distributed scalability.
High-performance NoSQL wide-column database compatible with Apache Cassandra and Amazon DynamoDB
High-performance NoSQL wide-column database compatible with Apache Cassandra and Amazon DynamoDB
Distributed wide-column database designed for high availability and linear scalability across data centers
Distributed wide-column database designed for high availability and linear scalability across data centers
Distributed wide-column store for random real-time read/write access to big data
Distributed wide-column store for random real-time read/write access to big data
Modern scalable NoSQL database written in Rust with BlueQL query language for performance and flexibility
Apache Cassandra distribution with tightly integrated Elasticsearch for combined NoSQL storage and search
Apache Cassandra distribution with tightly integrated Elasticsearch for combined NoSQL storage and search
Sorted, distributed key-value store built on Hadoop with cell-level security
Sorted, distributed key-value store built on Hadoop with cell-level security
Serverless NoSQL wide-column and time-series storage with auto-scaling to 10 PB
Serverless NoSQL wide-column and time-series storage with auto-scaling to 10 PB
Serverless, fully managed Apache Cassandra-compatible database service on AWS
Serverless, fully managed Apache Cassandra-compatible database service on AWS
Globally distributed, multi-model database service with turnkey multi-region replication and single-digit millisecond latency
Globally distributed, multi-model database service with turnkey multi-region replication and single-digit millisecond latency
Enterprise-grade distributed database built on Apache Cassandra with integrated analytics, search, and graph
Enterprise-grade distributed database built on Apache Cassandra with integrated analytics, search, and graph
Fully managed, low-latency wide-column NoSQL database for massive analytical and operational workloads
Fully managed, low-latency wide-column NoSQL database for massive analytical and operational workloads
Converged data platform with integrated NoSQL database, file system, and event streams for hybrid cloud
Converged data platform with integrated NoSQL database, file system, and event streams for hybrid cloud
A wide-column database (also called a column-family store) organizes data into tables with rows and dynamic columns, where each row can have a different set of columns. Unlike relational databases with fixed schemas, wide-column stores allow flexible column structures optimized for massive write throughput and horizontal scalability across data centers. Data is partitioned by row key and distributed across nodes automatically. Apache Cassandra is the most widely deployed wide-column database, followed by ScyllaDB (a high-performance C++ rewrite of Cassandra), HBase (built on Hadoop), and Google Bigtable (the cloud-managed original that inspired the category).
Wide-column databases are designed for extreme write throughput and geographic distribution. Use them for: logging and event ingestion at massive scale, IoT sensor data collection, messaging platforms, time-series data with high cardinality, and any workload that needs to write millions of rows per second across multiple data centers with high availability. They sacrifice query flexibility (no joins, limited secondary indexes) for write performance and linear horizontal scalability. Consider relational databases for complex queries, document databases for flexible schemas with richer querying, or time-series databases if your data is primarily time-indexed.
Explore databases organized by type, data model, and architecture.
1bench is a modern GUI client that supports all major wide-column databases and many more.
Get Started