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

DBMS > MariaDB vs. NSDb vs. openGauss vs. Percona Server for MongoDB vs. RethinkDB

System Properties Comparison MariaDB vs. NSDb vs. openGauss vs. Percona Server for MongoDB vs. RethinkDB

Editorial information provided by DB-Engines
NameMariaDB  Xexclude from comparisonNSDb  Xexclude from comparisonopenGauss  Xexclude from comparisonPercona Server for MongoDB  Xexclude from comparisonRethinkDB  Xexclude from comparison
DescriptionMySQL application compatible open source RDBMS, enhanced with high availability, security, interoperability and performance capabilities. MariaDB ColumnStore provides a column-oriented storage engine and MariaDB Xpand supports distributed SQL.Scalable, High-performance Time Series DBMS designed for Real-time Analytics on top of KubernetesAn enterprise-class RDBMS compatible with high-performance, high-availability and high-performance originally developed by HuaweiA drop-in replacement for MongoDB Community Edition with enterprise-grade features.DBMS for the Web with a mechanism to push updated query results to applications in realtime.
Primary database modelRelational DBMSTime Series DBMSRelational DBMSDocument storeDocument store
Secondary database modelsDocument store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
Document store
Spatial DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score91.04
Rank#13  Overall
#9  Relational DBMS
Score0.08
Rank#369  Overall
#40  Time Series DBMS
Score1.06
Rank#184  Overall
#84  Relational DBMS
Score0.60
Rank#246  Overall
#39  Document stores
Score2.66
Rank#107  Overall
#20  Document stores
Websitemariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
nsdb.iogitee.com/­opengauss
opengauss.org
www.percona.com/­mongodb/­software/­percona-server-for-mongodbrethinkdb.com
Technical documentationmariadb.com/­kb/­en/­librarynsdb.io/­Architecturedocs.opengauss.org/­en
gitee.com/­opengauss/­docs
docs.percona.com/­percona-distribution-for-mongodbrethinkdb.com/­docs
DeveloperMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Huawei and openGauss communityPerconaThe Linux Foundation infosince July 2017
Initial release2009 infoFork of MySQL, which was first released in 19952017201920152009
Current release11.3.2, February 20243.0, March 20223.4.10-2.10, November 20172.4.1, August 2020
License infoCommercial or Open SourceOpen Source infoGPL version 2, commercial enterprise subscription availableOpen Source infoApache Version 2.0Open SourceOpen Source infoGPL Version 2Open 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.
STACKIT MariaDB offers MariaDB in a fully managed version in enterprise grade, 100% GDPR-compliant.
Implementation languageC and C++Java, ScalaC, C++, JavaC++C++
Server operating systemsFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
Linux
macOS
LinuxLinuxLinux
OS X
Windows
Data schemeyes infoDynamic columns are supportedyesschema-freeschema-free
Typing infopredefined data types such as float or dateyesyes: int, bigint, decimal, stringyesyesyes 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.yesnononono
Secondary indexesyesall fields are automatically indexedyesyesyes
SQL infoSupport of SQLyes infowith proprietary extensionsSQL-like query languageANSI SQL 2011nono
APIs and other access methodsADO.NET
JDBC
ODBC
Proprietary native API
gRPC
HTTP REST
WebSocket
JDBC
ODBC
proprietary protocol using JSON
Supported programming languagesAda
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Java
Scala
C
C++
Java
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
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 proceduresyes infoPL/SQL compatibility added with version 10.3noyesJavaScript
TriggersyesyesnoClient-side triggers through changefeeds
Partitioning methods infoMethods for storing different data on different nodesseveral options for horizontal partitioning and ShardingShardinghorizontal partitioning (by range, list and hash)ShardingSharding inforange based
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
Source-replica replicationSource-replica replicationSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Immediate Consistency
Foreign keys infoReferential integrityyes infonot for MyISAM storage enginenoyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infonot for MyISAM storage enginenoACIDnoAtomic single-document operations
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes infoMVCC based
Durability infoSupport for making data persistentyes infonot for in-memory storage engineUsing Apache Luceneyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infowith MEMORY storage enginenoyes infovia In-Memory Engineno
User concepts infoAccess controlfine grained access rights according to SQL-standardAccess rights for users, groups and roles according to SQL-standardAccess rights for users and rolesyes infousers and table-level permissions
More information provided by the system vendor
MariaDBNSDbopenGaussPercona Server for MongoDBRethinkDB
Specific characteristicsMariaDB is the most powerful open source relational database – modern SQL and JSON...
» more
Competitive advantagesMariaDB Servers have many features unavailable in other open source relational databases....
» more
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» more
Key customersDeutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» more
Market metricsMariaDB is the default database in the LAMP stack supplied by Red Hat and SUSE Linux,...
» more
Licensing and pricing modelsMariaDB plc subscriptions cover our free, open source database, Community Server,...
» 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 partiesNavicat for MariaDB provides a native environment for MariaDB database management and development.
» more

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

More resources
MariaDBNSDbopenGaussPercona Server for MongoDBRethinkDB
DB-Engines blog posts

MariaDB strengthens its position in the open source RDBMS market
5 April 2018, Matthias Gelbmann

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

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

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

Private equity offer for MariaDB gets thumbsup from shareholders
21 May 2024, The Register

RECOMMENDED CASH OFFER for MARIADB PLC by MERIDIAN BIDCO LLC ("Bidco") which is an Affiliate of K1 ...
7 June 2024, Yahoo Finance

MariaDB plc: Shareholders speak, but execs are quiet
22 May 2024, InfoWorld

Struggling database company MariaDB could be taken private in $37M deal
19 February 2024, TechCrunch

ServiceNow trades MariaDB for RaptorDB (PostgreSQL)
13 May 2024, Techzine Europe

provided by Google News

openGauss Open Source Community Officially Launch
1 July 2020, Huawei

The openGauss powers database industry forward through innovation
6 January 2022, Global Times

Engineering Students from Thammasat Win 2 'Huawei ICT' Awards to Represent Thailand in Asia-Pacific Competition.
12 January 2024, tu.ac.th

Diversified Computing: Open Innovation for Shared Success
30 September 2020, Huawei

Huawei unveils OrangePi Kunpeng Pro development board
10 May 2024, HC Newsroom

provided by Google News

MongoDB Performance Tuning
23 May 2024, Database Trends and Applications

How to Plan Your MongoDB Upgrade
29 January 2024, The New Stack

Why Isn't the World Upgrading Its Databases?
25 March 2024, The New Stack

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

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

provided by Google News

An introduction to building realtime apps with RethinkDB
9 July 2022, devmio

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

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

How to deploy RethinkDB using Docker
14 February 2018, Packt Hub

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

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