DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Blueflood vs. Cassandra vs. ClickHouse vs. CouchDB vs. SAP SQL Anywhere

System Properties Comparison Blueflood vs. Cassandra vs. ClickHouse vs. CouchDB vs. SAP SQL Anywhere

Editorial information provided by DB-Engines
NameBlueflood  Xexclude from comparisonCassandra  Xexclude from comparisonClickHouse  Xexclude from comparisonCouchDB infostands for "Cluster Of Unreliable Commodity Hardware"  Xexclude from comparisonSAP SQL Anywhere infoformerly called Adaptive Server Anywhere  Xexclude from comparison
DescriptionScalable TimeSeries DBMS based on CassandraWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessA high-performance, column-oriented SQL DBMS for online analytical processing (OLAP) that uses all available system resources to their full potential to process each analytical query as fast as possible. It is available as both an open-source software and a cloud offering.A native JSON - document store inspired by Lotus Notes, scalable from globally distributed server-clusters down to mobile phones.RDBMS database and synchronization technologies for server, desktop, remote office, and mobile environments
Primary database modelTime Series DBMSWide column storeRelational DBMSDocument storeRelational DBMS
Secondary database modelsVector DBMS infostarting with release V5Time Series DBMSSpatial DBMS infousing the Geocouch extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.09
Rank#353  Overall
#33  Time Series DBMS
Score103.86
Rank#12  Overall
#1  Wide column stores
Score16.20
Rank#37  Overall
#23  Relational DBMS
Score10.26
Rank#45  Overall
#7  Document stores
Score4.57
Rank#78  Overall
#43  Relational DBMS
Websiteblueflood.iocassandra.apache.orgclickhouse.comcouchdb.apache.orgwww.sap.com/­products/­technology-platform/­sql-anywhere.html
Technical documentationgithub.com/­rax-maas/­blueflood/­wikicassandra.apache.org/­doc/­latestclickhouse.com/­docsdocs.couchdb.org/­en/­stablehelp.sap.com/­docs/­SAP_SQL_Anywhere
DeveloperRackspaceApache Software Foundation infoApache top level project, originally developped by FacebookClickhouse Inc.Apache Software Foundation infoApache top-level project, originally developed by Damien Katz, a former Lotus Notes developerSAP infoformerly Sybase
Initial release20132008201620051992
Current release4.1.3, July 2023v24.3.2.23-lts, April 20243.3.3, December 202317, July 2015
License infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoApache version 2Open Source infoApache 2.0Open Source infoApache version 2commercial
Cloud-based only infoOnly available as a cloud servicenonononono
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.
  • DoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
  • Aiven for Clickhouse: Managed cloud data warehousing with high-speed analytics.
  • ClickHouse Cloud: Get the performance you love from open source ClickHouse in a serverless offering that takes care of the details so you can spend more time getting insight out of the fastest database on earth.
Implementation languageJavaJavaC++Erlang
Server operating systemsLinux
OS X
BSD
Linux
OS X
Windows
FreeBSD
Linux
macOS
Android
BSD
Linux
OS X
Solaris
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
Data schemepredefined schemeschema-freeyesschema-freeyes
Typing infopredefined data types such as float or dateyesyesyesnoyes
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.nonononoyes
Secondary indexesnorestricted infoonly equality queries, not always the best performing solutionyesyes infovia viewsyes
SQL infoSupport of SQLnoSQL-like SELECT, DML and DDL statements (CQL)Close to ANSI SQL (SQL/JSON + extensions)noyes
APIs and other access methodsHTTP RESTProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
gRPC
HTTP REST
JDBC
MySQL wire protocol
ODBC
PostgreSQL wire protocol
Proprietary protocol
RESTful HTTP/JSON APIADO.NET
HTTP API
JDBC
ODBC
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
Rust
Scala info3rd party library
C
C#
ColdFusion
Erlang
Haskell
Java
JavaScript
Lisp
Lua
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
Ruby
Smalltalk
C
C#
C++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
Server-side scripts infoStored proceduresnonoyesView functions in JavaScriptyes, in C/C++, Java, .Net or Perl
Triggersnoyesnoyesyes
Partitioning methods infoMethods for storing different data on different nodesSharding infobased on CassandraSharding infono "single point of failure"key based and customSharding infoimproved architecture with release 2.0none
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infobased on Cassandraselectable replication factor infoRepresentation of geographical distribution of servers is possibleAsynchronous and synchronous physical replication; geographically distributed replicas; support for object storages.Multi-source replication
Source-replica replication
Source-replica replication infoDatabase mirroring
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infobased on Cassandra
Immediate Consistency infobased on Cassandra
Eventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Immediate ConsistencyEventual ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanono infoAtomicity and isolation are supported for single operationsnono infoatomic operations within a single document possibleACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infostrategy: optimistic lockingyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyesnoyes
User concepts infoAccess controlnoAccess rights for users can be defined per objectAccess rights for users and roles. Column and row based policies. Quotas and resource limits. Pluggable authentication with LDAP and Kerberos. Password based, X.509 certificate, and SSH key authentication.Access rights for users can be defined per databasefine grained access rights according to SQL-standard
More information provided by the system vendor
BluefloodCassandraClickHouseCouchDB infostands for "Cluster Of Unreliable Commodity Hardware"SAP SQL Anywhere infoformerly called Adaptive Server Anywhere
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» more
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» more
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» more
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» more
Market metricsCassandra is used by 40% of the Fortune 100.
» more
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» more
News

Knowledge Graphs for RAG without a GraphDB
18 April 2024

How Winweb Built its AI Assistant with DataStax Astra DB and LangChain
17 April 2024

Vercel + Astra DB: Get Data into Your GenAI Apps Fast
16 April 2024

Simplifying Agent Development with Astra DB Connector for Vertex AI Search
11 April 2024

Making Astra DB easier for MongoDB developers
10 April 2024

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
DoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
» more

Aiven for Clickhouse: Managed cloud data warehousing with high-speed analytics.
» more

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

More resources
BluefloodCassandraClickHouseCouchDB infostands for "Cluster Of Unreliable Commodity Hardware"SAP SQL Anywhere infoformerly called Adaptive Server Anywhere
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

Couchbase climbs up the DB-Engines Ranking, increasing its popularity by 10% every month
2 June 2014, Matthias Gelbmann

show all

Recent citations in the news

What Is Cassandra? Working, Features, and Uses - Spiceworks
17 August 2023, Spiceworks News and Insights

Here's What to Know About Apache Cassandra 5.0
16 April 2024, hackernoon.com

How Uber Optimized Cassandra Operations At Scale
20 July 2023, Uber

Cassandra is the “best f*cking database for gen AI,” says DataStax CEO
13 December 2023, VentureBeat

Microsoft extends life support for aging Apache Cassandra 3.11 database
10 October 2023, The Register

provided by Google News

Why Clickhouse Should Be Your Next Database
6 July 2023, The New Stack

ClickHouse Cloud & Amazon S3 Express One Zone: Making a blazing fast analytical database even faster | Amazon ...
28 November 2023, AWS Blog

A 1000x Faster Database Solution: ClickHouse’s Aaron Katz
1 November 2023, GrowthCap

From Open Source to SaaS: the Journey of ClickHouse
16 January 2024, InfoQ.com

TikTok Parent Open Sources Real-Time Data Warehouse
5 July 2023, Datanami

provided by Google News

How to install the CouchDB NoSQL database on Debian Server 11
16 June 2022, TechRepublic

IBM Cloudant pulls plan to fund new foundational layer for CouchDB
15 March 2022, The Register

CouchDB 3.0 puts safety first
27 February 2020, InfoWorld

CouchDB 3.0 ends admin party era • DEVCLASS
27 February 2020, DevClass

How to Connect Your Flask App With CouchDB: A NoSQL Database - MUO
14 August 2021, MakeUseOf

provided by Google News

Newsbyte: Latest Release of SAP® SQL Anywhere® Suite Brings Mission-Critical Services to the Internet of Things and ...
15 July 2015, PR Newswire

SAP vulnerabilities Let Attacker Inject OS Commands—Patch Now!
11 July 2023, CybersecurityNews

SAP Again Named a Leader in 2021 Gartner® Magic Quadrant™ for Cloud Database Management Systems
16 December 2021, SAP News

AWS, IBM, Microsoft, Google emerge Cloud DBMS leaders
22 December 2022, Daily Host News

provided by Google News



Share this page

Featured Products

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

AllegroGraph logo

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

Present your product here