DB-EnginesExtremeDB: white paper about the mission critical dbmsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Cassandra vs. ClickHouse vs. Redis

System Properties Comparison Cassandra vs. ClickHouse vs. Redis

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameCassandra  Xexclude from comparisonClickHouse  Xexclude from comparisonRedis  Xexclude from comparison
DescriptionWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessColumn-oriented Relational DBMS powering YandexPopular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis focuses on performance so most of its design decisions prioritize high performance and very low latencies.
Primary database modelWide column storeRelational DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistence
Secondary database modelsVector DBMS infostarting with release V5Time Series DBMSDocument store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score108.82
Rank#12  Overall
#1  Wide column stores
Score15.13
Rank#39  Overall
#24  Relational DBMS
Score162.96
Rank#6  Overall
#1  Key-value stores
Websitecassandra.apache.orgclickhouse.comredis.com
redis.io
Technical documentationcassandra.apache.org/­doc/­latestclickhouse.com/­docsdocs.redis.com/­latest/­index.html
redis.io/­docs
Social network pagesLinkedInTwitterFacebookYouTubeDiscord
DeveloperApache Software Foundation infoApache top level project, originally developped by FacebookClickhouse Inc.Redis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.
Initial release200820162009
Current release4.1.3, July 2023v23.7.4.5-stable, August 20237.2.1, September 2023
License infoCommercial or Open SourceOpen Source infoApache version 2Open Source infoApache 2.0Open Source infosource-available extensions (modules), commercial licenses for Redis Enterprise
Cloud-based only infoOnly available as a cloud servicenonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Astra DB: Multi-cloud DBaaS built on Apache Cassandra.Aiven for Clickhouse: Managed cloud data warehousing with high-speed analytics.
  • Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
  • Redis Enterprise Cloud: Instantly scale and pay only for the resources you need - on any cloud - AWS, Azure or Google Cloud.
Implementation languageJavaC++C
Server operating systemsBSD
Linux
OS X
Windows
FreeBSD
Linux
macOS
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Data schemeschema-freeyesschema-free
Typing infopredefined data types such as float or dateyesyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexes
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.nonono
Secondary indexesrestricted infoonly equality queries, not always the best performing solutionyes, when using the MergeTree engineyes infowith RediSearch module
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)Close to ANSI SQLno
APIs and other access methodsProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
HTTP REST
JDBC
ODBC
Proprietary protocol
proprietary protocol infoRESP - REdis Serialization Protocol
Supported programming languagesC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
C# info3rd party library
C++
Elixir info3rd party library
Go info3rd party library
Java info3rd party library
JavaScript (Node.js) info3rd party library
Kotlin info3rd party library
Nim info3rd party library
Perl info3rd party library
PHP info3rd party library
Python info3rd party library
R info3rd party library
Ruby info3rd party library
Scala info3rd party library
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
Server-side scripts infoStored proceduresnonoLua; Redis Functions coming in Redis 7 (slides and Github)
Triggersyesnopublish/subscribe channels provide some trigger functionality; RedisGears
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"Sharding infoAutomatic hash-based sharding with support for hash-tags for manual sharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infoRepresentation of geographical distribution of servers is possibleMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnothrough RedisGears
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Immediate ConsistencyEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Foreign keys infoReferential integritynonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsnoAtomic execution of command blocks and scripts and optimistic locking
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyesyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logs
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes
User concepts infoAccess controlAccess rights for users can be defined per objectAccess rights for users and rolesAccess Control Lists (ACLs): redis.io/­docs/­management/­security/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­docs/­management/­security/­encryption
Password-based authentication
More information provided by the system vendor
CassandraClickHouseRedis
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» more
The Redis real-time data platform builds upon the unmatched simplicity and speed...
» more
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» more
Redis Enterprise is a robust in-memory database platform built by the people who...
» more
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» more
Redis Enterprise is used by large enterprise, startup, and government organizations...
» more
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» more
Verizon, Vodafone, Atlassian, Trip Advisor, Jet.com, Nokia, Samsung, HTC, Docker,...
» more
Market metricsCassandra is used by 40% of the Fortune 100.
» more
Most launched Docker container per day according to Docker Hub (7.2M launches per...
» more
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» more
Redis Enterprise Cloud lets users scale up and down instantly, and pay only for the...
» more
News

Building the SkyPoint AI Platform with Astra DB
27 September 2023

Introducing LangStream, an Open Source Project for Integrating Diverse Data Types in Production-Ready GenAI Applications
25 September 2023

Introducing the New JSON API for Astra DB: Develop AI Applications in JavaScript with Ease
19 September 2023

Build a Text and Image Search App with Astra DB Vector Search, NodeJS, Stargate’s New JSON API, and Stargate-Mongoose
6 September 2023

Chingari: Empowering Social Media Creators and Viewers with Astra DB
30 August 2023

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services
3rd partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

Cassandra Forward event: Want to level up your Cassandra game? Watch now replays of the March 2023 sessions.
» more
Aiven for Clickhouse: Managed cloud data warehousing with high-speed analytics.
» more
CData: Connect to Big Data & NoSQL through standard Drivers.
» more

Redisson PRO: The ultra-fast Redis Java Client.
» more

Read the Redis NoSQL benchmark report.
» more

Navicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» more

Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
CassandraClickHouseRedis
DB-Engines blog posts

Cassandra keeps climbing the ranks of the DB-Engines Ranking
3 May 2016, Matthias Gelbmann

Oracle is the DBMS of the Year
5 January 2016, Paul Andlinger, Matthias Gelbmann

Winners, losers and an attractive newcomer in Novembers DB-Engines ranking
2 November 2015, Paul Andlinger

show all

PostgreSQL is the DBMS of the Year 2018
2 January 2019, Paul Andlinger, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

MongoDB is the DBMS of the year, defending the title from last year
7 January 2015, Paul Andlinger, Matthias Gelbmann

show all

Conferences and events

Cassandra Summit 2023
San Jose, California, USA, 12-13 December 2023

Recent citations in the news

How We Built the New JSON API for Cassandra and Astra DB
29 September 2023, The New Stack

5 Hard Problems in Vector Search, and How Cassandra Solves Them
22 September 2023, The New Stack

NoSQL databases | Web Security Academy
26 September 2023, The Daily Swig

NoSQL Database Market to See Massive Growth by 2029 ...
3 October 2023, Digital Journal

NoSQL injection | Web Security Academy
26 September 2023, The Daily Swig

provided by Google News

ClickHouse Announces Launch of ClickPipes
26 September 2023, Datanami

Using Streaming Data Applications to Power Decision-Making
3 October 2023, Datanami

Open source Datadog rival SigNoz lands on the cloud with $6.5M investment
28 September 2023, TechCrunch

Storage news ticker – September 27 – Blocks and Files
27 September 2023, Blocks and Files

QCon San Francisco 2023 Day 1: Architectures, Data Engineering ...
3 October 2023, InfoQ.com

provided by Google News

NoSQL Database Market to See Massive Growth by 2029 ...
3 October 2023, Digital Journal

Redis Enterprise Cloud Integration with Amazon Bedrock Now ...
13 September 2023, Business Wire

Flowdesk - using in-memory database to make digital finance fast and accessible
4 September 2023, diginomica

P2Pinfect botnet targets Redis and SSH services
20 September 2023, SC Media

The Database Landscape According to Developers
3 October 2023, RTInsights

provided by Google News

Job opportunities

Database Developer
Throtle, Red Bank, NJ

Senior Database Administrator
Fidelity Investments, Durham, NC

Staff Kafka Engineer
Fanatics, New York, NY

Senior Cassandra Database Engineer
Wells Fargo, San Francisco, CA

Staff Database Engineer
Fanatics, New York, NY

Solution Architect - AMER
ClickHouse, Remote

ClickHouse Open-Source C++ Developer
Altinity, Remote

Senior Core QA Engineer- Remote
ClickHouse, Remote

Data Transmission Service Engineer
ByteDance, San Jose, CA

Staff Analytics Engineer
EnergyHub, Remote

Postgres Database Administrator III
MedImpact Healthcare Systems, Remote

Weekend Backend Engineer
Sporty Group, Remote

Redis Engineer
TriOpz, Remote

Backend Engineer
super{set} startup studio, San Francisco, CA

Database Automation Engineer
CVS Health, Hartford, CT

jobs by Indeed



Share this page

Featured Products

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

Redis logo

The world’s most loved real‑time data platform.
Try free

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

Present your product here