DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > CockroachDB vs. CrateDB vs. Percona Server for MongoDB vs. Quasardb vs. Riak TS

System Properties Comparison CockroachDB vs. CrateDB vs. Percona Server for MongoDB vs. Quasardb vs. Riak TS

Editorial information provided by DB-Engines
NameCockroachDB  Xexclude from comparisonCrateDB  Xexclude from comparisonPercona Server for MongoDB  Xexclude from comparisonQuasardb  Xexclude from comparisonRiak TS  Xexclude from comparison
DescriptionCockroachDB is a distributed database architected for modern cloud applications. It is wire compatible with PostgreSQL and backed by a Key-Value Store, which is either RocksDB or a purpose-built derivative, called Pebble.Distributed Database based on LuceneA drop-in replacement for MongoDB Community Edition with enterprise-grade features.Distributed, high-performance timeseries databaseRiak TS is a distributed NoSQL database optimized for time series data and based on Riak KV
Primary database modelRelational DBMSDocument store
Spatial DBMS
Search engine
Time Series DBMS
Vector DBMS
Document storeTime Series DBMSTime Series DBMS
Secondary database modelsRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score6.15
Rank#55  Overall
#33  Relational DBMS
Score0.73
Rank#224  Overall
#37  Document stores
#5  Spatial DBMS
#16  Search engines
#19  Time Series DBMS
#8  Vector DBMS
Score0.52
Rank#254  Overall
#39  Document stores
Score0.14
Rank#332  Overall
#29  Time Series DBMS
Score0.20
Rank#319  Overall
#27  Time Series DBMS
Websitewww.cockroachlabs.comcratedb.comwww.percona.com/­mongodb/­software/­percona-server-for-mongodbquasar.ai
Technical documentationwww.cockroachlabs.com/­docscratedb.com/­docsdocs.percona.com/­percona-distribution-for-mongodbdoc.quasar.ai/­masterwww.tiot.jp/­riak-docs/­riak/­ts/­latest
DeveloperCockroach LabsCratePerconaquasardbOpen Source, formerly Basho Technologies
Initial release20152013201520092015
Current release23.1.1, May 20233.4.10-2.10, November 20173.14.1, January 20243.0.0, September 2022
License infoCommercial or Open SourceOpen Source infoApache 2.0, commercial license availableOpen SourceOpen Source infoGPL Version 2commercial infoFree community edition, Non-profit organizations and non-commercial usage are eligible for free licensesOpen Source
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.
CrateDB Cloud: a distributed SQL database that spreads data and processing across an elastic cluster of shared nothing nodes. CrateDB Cloud enables data insights at scale on Microsoft Azure, AWS and Google Cloud Platform.
Implementation languageGoJavaC++C++Erlang
Server operating systemsLinux
macOS
Windows
All Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportLinuxBSD
Linux
OS X
Windows
Linux
OS X
Data schemedynamic schemaFlexible Schema (defined schema, partial schema, schema free)schema-freeschema-freeschema-free
Typing infopredefined data types such as float or dateyesyesyesyes infointeger and binaryno
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.nonononono
Secondary indexesyesyesyesyes infowith tagsrestricted
SQL infoSupport of SQLyes, wire compatible with PostgreSQLyes, but no triggers and constraints, and PostgreSQL compatibilitynoSQL-like query languageyes, limited
APIs and other access methodsJDBCADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
proprietary protocol using JSONHTTP APIHTTP API
Native Erlang Interface
Supported programming languagesC#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
.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
Actionscript
C
C#
C++
Clojure
ColdFusion
D
Dart
Delphi
Erlang
Go
Groovy
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Scala
Smalltalk
.Net
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
R
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 proceduresnouser defined functions (Javascript)JavaScriptnoErlang
Triggersnonononoyes infopre-commit hooks and post-commit hooks
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioning (by key range) infoall tables are translated to an ordered KV store and then broken down into 64MB ranges, which are then used as replicas in RAFTShardingShardingSharding infoconsistent hashingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication using RAFTConfigurable replication on table/partition-levelSource-replica replicationSource-replica replication with selectable replication factorselectable replication factor
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyeswith Hadoop integrationyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Read-after-write consistency on record level
Eventual Consistency
Immediate Consistency
Immediate ConsistencyEventual Consistency
Foreign keys infoReferential integrityyesnononono infolinks between datasets can be stored
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDno infounique row identifiers can be used for implementing an optimistic concurrency control strategynoACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyes infoby using LevelDByes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyes infovia In-Memory Engineyes infoTransient mode
User concepts infoAccess controlRole-based access controlrights management via user accountsAccess rights for users and rolesCryptographically strong user authentication and audit trailno
More information provided by the system vendor
CockroachDBCrateDBPercona Server for MongoDBQuasardbRiak TS
Specific characteristicsThe enterprise database for time series, documents, and vectors. Distributed - Native...
» more
Competitive advantagesResponse time in milliseconds: e ven for complex ad-hoc queries. Massive scaling...
» more
Typical application scenarios​ IoT: accelerate your IIoT projects with CrateDB, delivering real-time analytics...
» more
Key customersAcross all continents, CrateDB is used by companies of all sizes to meet the most...
» more
Market metricsThe CrateDB open source project was started in 2013 Honorable Mention in 2021 Gartner®...
» more
Licensing and pricing modelsSee CrateDB pricing >
» 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

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

More resources
CockroachDBCrateDBPercona Server for MongoDBQuasardbRiak TS
Recent citations in the news

CockroachDB 23.2 Enhances Enterprise Architectures with Improved Postgres Compatibility and Built-in Resilience
18 January 2024, PR Newswire

CockroachDB tempts legacy databases to crawl into the cloud age
29 January 2024, The Register

How to Unlock Real-Time Data Streams with CockroachDB and Amazon MSK | Amazon Web Services
6 November 2023, AWS Blog

How DoorDash Migrated from Aurora Postgres to CockroachDB
5 December 2023, The New Stack

CockroachDB's Latest Enhancements Focus on Resilience
18 January 2024, Database Trends and Applications

provided by Google News

CrateDB Partners with HiveMQ to Deliver a Seamless Data Management Architecture for IoT
25 March 2024, PR Newswire

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

CrateDB Appoints Sergey Gerasimenko as New CTO
19 February 2024, AiThority

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

Real-Time Analytics Database Company CrateDB Names Lars Färnström as New CEO
1 March 2023, Business Wire

provided by Google News

5 Reasons to Run MongoDB on Kubernetes
6 March 2024, The New Stack

A New Way to Provision Databases on Kubernetes
21 March 2024, hackernoon.com

FerretDB goes GA: Gives you MongoDB, without the MongoDB...
15 May 2023, The Stack

Unlock MongoDB's Full Potential: Ensuring Post-Upgrade Success
22 February 2024, The New Stack

Percona launches management system aimed at open-source databases
17 May 2022, The Register

provided by Google News

Record quasar is most luminous object in the universe
20 February 2024, EarthSky

Quasar Partners with PTC to Empower IoT Customers with High-Performance Data Solutions
11 September 2023, Datanami

Quasar Selected by National Renewable Energy Laboratory to Help with Energy System De-risking and Optimization
6 June 2023, PR Newswire

QUASAR yacht (Bilgin, 46.8m, 2016)
3 July 2023, Boat International

Weighing a quasar's galaxy with precision
3 June 2023, Tech Explorist

provided by Google News

Basho brings open source Riak TS database for IoT
7 May 2016, Open Source For You

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

provided by Google News



Share this page

Featured Products

RaimaDB logo

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

Milvus logo

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

Neo4j logo

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

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

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