DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Cassandra vs. Datomic vs. IBM Db2 vs. NSDb vs. RethinkDB

System Properties Comparison Cassandra vs. Datomic vs. IBM Db2 vs. NSDb vs. RethinkDB

Editorial information provided by DB-Engines
NameCassandra  Xexclude from comparisonDatomic  Xexclude from comparisonIBM Db2 infoformerly named DB2 or IBM Database 2  Xexclude from comparisonNSDb  Xexclude from comparisonRethinkDB  Xexclude from comparison
DescriptionWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessDatomic builds on immutable values, supports point-in-time queries and uses 3rd party systems for durabilityCommon in IBM host environments, 2 different versions for host and Windows/LinuxScalable, High-performance Time Series DBMS designed for Real-time Analytics on top of KubernetesDBMS for the Web with a mechanism to push updated query results to applications in realtime.
Primary database modelWide column storeRelational DBMSRelational DBMS infoSince Version 10.5 support for JSON/BSON documents compatible with MongoDBTime Series DBMSDocument store
Secondary database modelsVector DBMS infostarting with release V5Document store
RDF store infoin Db2 LUW (Linux, Unix, Windows)
Spatial DBMS infowith Db2 Spatial Extender
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score101.89
Rank#12  Overall
#1  Wide column stores
Score1.59
Rank#150  Overall
#69  Relational DBMS
Score128.46
Rank#8  Overall
#5  Relational DBMS
Score0.00
Rank#383  Overall
#41  Time Series DBMS
Score2.74
Rank#105  Overall
#19  Document stores
Websitecassandra.apache.orgwww.datomic.comwww.ibm.com/­products/­db2nsdb.iorethinkdb.com
Technical documentationcassandra.apache.org/­doc/­latestdocs.datomic.comwww.ibm.com/­docs/­en/­db2nsdb.io/­Architecturerethinkdb.com/­docs
DeveloperApache Software Foundation infoApache top level project, originally developped by FacebookCognitectIBMThe Linux Foundation infosince July 2017
Initial release200820121983 infohost version20172009
Current release4.1.3, July 20231.0.6735, June 202312.1, October 20162.4.1, August 2020
License infoCommercial or Open SourceOpen Source infoApache version 2commercial infolimited edition freecommercial infofree version is availableOpen Source infoApache Version 2.0Open Source infoApache Version 2
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.
Implementation languageJavaJava, ClojureC and C++Java, ScalaC++
Server operating systemsBSD
Linux
OS X
Windows
All OS with a Java VMAIX
HP-UX
Linux
Solaris
Windows
z/OS
Linux
macOS
Linux
OS X
Windows
Data schemeschema-freeyesyesschema-free
Typing infopredefined data types such as float or dateyesyesyesyes: int, bigint, decimal, stringyes infostring, binary, float, bool, date, geometry
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.nononono
Secondary indexesrestricted infoonly equality queries, not always the best performing solutionyesyesall fields are automatically indexedyes
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)noyesSQL-like query languageno
APIs and other access methodsProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
RESTful HTTP APIADO.NET
JDBC
JSON style queries infoMongoDB compatible
ODBC
XQuery
gRPC
HTTP REST
WebSocket
Supported programming languagesC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
Clojure
Java
C
C#
C++
Cobol
Delphi
Fortran
Java
Perl
PHP
Python
Ruby
Visual Basic
Java
Scala
C infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
Server-side scripts infoStored proceduresnoyes infoTransaction Functionsyesno
TriggersyesBy using transaction functionsyesClient-side triggers through changefeeds
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"none infoBut extensive use of caching in the application peersSharding infoonly with Windows/Unix/Linux VersionShardingSharding inforange based
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infoRepresentation of geographical distribution of servers is possiblenone infoBut extensive use of caching in the application peersyes infowith separate tools (MQ, InfoSphere)Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnononoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Immediate ConsistencyEventual ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonoyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsACIDACIDnoAtomic single-document operations
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes infoMVCC based
Durability infoSupport for making data persistentyesyes infousing external storage systems (e.g. Cassandra, DynamoDB, PostgreSQL, Couchbase and others)yesUsing Apache Luceneyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes inforecommended only for testing and developmentno
User concepts infoAccess controlAccess rights for users can be defined per objectnofine grained access rights according to SQL-standardyes infousers and table-level permissions
More information provided by the system vendor
CassandraDatomicIBM Db2 infoformerly named DB2 or IBM Database 2NSDbRethinkDB
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

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 partiesCassandra Forward event: Want to level up your Cassandra game? Watch now replays of the March 2023 sessions.
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
CassandraDatomicIBM Db2 infoformerly named DB2 or IBM Database 2NSDbRethinkDB
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

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Recent citations in the news

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

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

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

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

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

provided by Google News

Nubank buys firm behind Clojure programming language
28 July 2020, Finextra

Zoona Case Study
16 December 2017, AWS Blog

Architecting Software for Leverage
13 November 2021, InfoQ.com

TerminusDB Takes on Data Collaboration with a git-Like Approach
1 December 2020, The New Stack

Nubank acquires US company; PayPal studies cryptocurrencies
24 July 2020, iupana.com

provided by Google News

IBM's vintage Db2 database jumps on AWS's cloud bandwagon
29 November 2023, The Register

Performance optimization of full load and ongoing replication tasks from self-managed Db2 to Amazon RDS for Db2 ...
24 April 2024, AWS Blog

IBM Collaborates with AWS to Launch a New Cloud Database Offering, Enabling Customers to Optimize Data ...
27 November 2023, IBM Newsroom

Precisely says it's smoothing migration of Db2 analytics data to AWS cloud – Blocks and Files
5 April 2024, Blocks & Files

How Amazon RDS for IBM Db2 Showcases the Power of Co-Creation
21 December 2023, Acceleration Economy

provided by Google News

How to Use RethinkDB with Node.js Applications — SitePoint
16 December 2015, SitePoint

Stripe acquires team behind NoSQL database startup RethinkDB
5 October 2016, VentureBeat

MongoDB: The Popular Database for IoT
15 August 2023, Open Source For You

RethinkDB is dead, and MongoDB isn't what killed it
24 January 2017, TechRepublic

Review: RethinkDB rethinks real-time Web apps
23 September 2015, InfoWorld

provided by Google News



Share this page

Featured Products

Milvus logo

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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

Neo4j logo

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

Present your product here