DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Apache Cassandra vs. Apache IoTDB vs. CrateDB vs. PlanetScale vs. Riak TS

System Properties Comparison Apache Cassandra vs. Apache IoTDB vs. CrateDB vs. PlanetScale vs. Riak TS

Editorial information provided by DB-Engines
NameApache Cassandra  Xexclude from comparisonApache IoTDB  Xexclude from comparisonCrateDB  Xexclude from comparisonPlanetScale  Xexclude from comparisonRiak TS  Xexclude from comparison
DescriptionWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessAn IoT native database with high performance for data management and analysis, deployable on the edge and the cloud and integrated with Hadoop, Spark and FlinkDistributed Database based on LuceneScalable, distributed, serverless MySQL database platform built on top of VitessRiak TS is a distributed NoSQL database optimized for time series data and based on Riak KV
Primary database modelWide column storeTime Series DBMSDocument store
Spatial DBMS
Search engine
Time Series DBMS
Vector DBMS
Relational DBMSTime Series DBMS
Secondary database modelsVector DBMS infostarting with release V5Relational DBMSDocument store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score98.94
Rank#11  Overall
#1  Wide column stores
Score1.31
Rank#159  Overall
#14  Time Series DBMS
Score0.69
Rank#226  Overall
#37  Document stores
#5  Spatial DBMS
#16  Search engines
#19  Time Series DBMS
#11  Vector DBMS
Score1.09
Rank#178  Overall
#82  Relational DBMS
Score0.17
Rank#318  Overall
#27  Time Series DBMS
Websitecassandra.apache.orgiotdb.apache.orgcratedb.complanetscale.com
Technical documentationcassandra.apache.org/­doc/­latestiotdb.apache.org/­UserGuide/­Master/­QuickStart/­QuickStart.htmlcratedb.com/­docsplanetscale.com/­docswww.tiot.jp/­riak-docs/­riak/­ts/­latest
DeveloperApache Software Foundation infoApache top level project, originally developped by FacebookApache Software FoundationCratePlanetScaleOpen Source, formerly Basho Technologies
Initial release20082018201320202015
Current release5.0-rc1, July 20241.1.0, April 20235.8.1, August 20243.0.0, September 2022
License infoCommercial or Open SourceOpen Source infoApache version 2Open Source infoApache Version 2.0Open SourcecommercialOpen Source
Cloud-based only infoOnly available as a cloud servicenononoyesno
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 languageJavaJavaJavaGoErlang
Server operating systemsBSD
Linux
OS X
Windows
All OS with a Java VM (>= 1.8)All Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportDocker
Linux
macOS
Linux
OS X
Data schemeschema-freeyesFlexible Schema (defined schema, partial schema, schema free)yesschema-free
Typing infopredefined data types such as float or dateyesyesyesyesno
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 solutionyesyesyesrestricted
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)SQL-like query languageyes, but no triggers and constraints, and PostgreSQL compatibilityyes infowith proprietary extensionsyes, limited
APIs and other access methodsProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
JDBC
Native API
ADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
ADO.NET
JDBC
MySQL protocol
ODBC
HTTP API
Native Erlang Interface
Supported programming languagesC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
C
C#
C++
Go
Java
Python
Scala
.NET
Erlang
Go infocommunity maintained client
Java
JavaScript (Node.js) infocommunity maintained client
Perl infocommunity maintained client
PHP
Python
R
Ruby infocommunity maintained client
Scala infocommunity maintained client
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
Server-side scripts infoStored proceduresnoyesuser defined functions (Javascript)yes infoproprietary syntaxErlang
Triggersyesyesnoyesyes infopre-commit hooks and post-commit hooks
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"horizontal partitioning (by time range) + vertical partitioning (by deviceId)ShardingShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infoRepresentation of geographical distribution of servers is possibleselectable replication methods; using Raft/IoTConsensus algorithm to ensure strong/eventual data consistency among multiple replicasConfigurable replication on table/partition-levelMulti-source replication
Source-replica replication
selectable replication factor
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesIntegration with Hadoop and Sparknonoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Eventual Consistency
Strong Consistency with Raft
Eventual Consistency
Read-after-write consistency on record level
Eventual Consistency across shards
Immediate Consistency within a shard
Eventual Consistency
Foreign keys infoReferential integritynononoyes infonot for MyISAM storage engineno infolinks between datasets can be stored
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsnono infounique row identifiers can be used for implementing an optimistic concurrency control strategyACID at shard levelno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infotable locks or row locks depending on storage engineyes
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.noyesnoyes
User concepts infoAccess controlAccess rights for users can be defined per objectyesrights management via user accountsUsers with fine-grained authorization concept infono user groups or rolesno
More information provided by the system vendor
Apache CassandraApache IoTDBCrateDBPlanetScaleRiak TS
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 metricsApache Cassandra 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

How to Create Vector Embeddings in Node.js
25 September 2024

Glean and DataStax Partner to Help Developers Harness Powerful Enterprise Search
23 September 2024

DataStax Named a Leader in The Forrester Wave™: Vector Databases, Q3 2024
23 September 2024

How to Build a Notion Clone with Astra DB and Mongoose
20 September 2024

How to Monitor DataStax-Powered RAG Applications with Fiddler
19 September 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 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
Apache CassandraApache IoTDBCrateDBPlanetScaleRiak TS
Recent citations in the news

New Apache Cassandra 5.0 gives open source NoSQL database a scalability and performance boost
6 September 2024, VentureBeat

Apache Cassandra introduces version 5.0 of open-source NoSQL database
9 September 2024, Techzine Europe

Migrate Cassandra workloads to Amazon Keyspaces using CQLReplicator
4 September 2024, AWS Blog

Cassandra redesigns indexing, storage management for 5.0 release
10 September 2024, The Register

How Uber ensures Apache Cassandra®’s tolerance for single-zone failure
20 June 2024, Uber

provided by Google News

AMD Zen 5 Not Affected By Inception/SRSO, mitigations=off Yields No Benefit On Ryzen 9000 Series
6 September 2024, Phoronix

TsFile: A Standard Format for IoT Time Series Data
27 February 2024, The New Stack

AMD EPYC 8534P / EPYC 8534PN Benchmarks - Siena Delivers Incredible Value & Energy Efficiency For Linux Servers Review
29 November 2023, Phoronix

Apache Promotes IoT Database Project
25 September 2020, Datanami

IoTDB Provides Data Management for Industrial Edge IT
15 October 2020, The New Stack

provided by Google News

CrateDB Appoints Jeff Olson as New CRO
9 July 2024, PR Newswire

CrateDB Announces Availability of CrateDB on Google Cloud Marketplace
8 April 2024, Datanami

Taleo Consulting and CrateDB Announce Strategic Partnership to Transform Data Management and Analytics in Financial Services markets
29 July 2024, PR Newswire

How We Designed CrateDB as a Realtime SQL DBMS for the Internet of Things
29 August 2017, The New Stack

CrateDB Appoints Sergey Gerasimenko as New CTO
19 February 2024, PR Newswire

provided by Google News

PlanetScale ends free tier bid, sheds staff in profitability bid
11 March 2024, The Register

PlanetScale Insights Anomalies introduces smart query monitoring
29 November 2023, SDTimes.com

PlanetScale forks MySQL to add vector support
3 October 2023, TechCrunch

Top Database as a Service (DBaaS) Startups
28 August 2024, Tracxn

PlanetScale review: Horizontally scalable MySQL in the cloud
1 September 2021, InfoWorld

provided by Google News

Is Riak A Good NoSQL Database Option For Enterprises?
1 July 2019, AIM

Best open source databases for IoT applications
26 May 2017, Open Source For You

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Present your product here