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

DBMS > Apache Impala vs. Drizzle vs. MariaDB vs. RethinkDB vs. Riak TS

System Properties Comparison Apache Impala vs. Drizzle vs. MariaDB vs. RethinkDB vs. Riak TS

Editorial information provided by DB-Engines
NameApache Impala  Xexclude from comparisonDrizzle  Xexclude from comparisonMariaDB  Xexclude from comparisonRethinkDB  Xexclude from comparisonRiak TS  Xexclude from comparison
Drizzle has published its last release in September 2012. The open-source project is discontinued and Drizzle is excluded from the DB-Engines ranking.
DescriptionAnalytic DBMS for HadoopMySQL fork with a pluggable micro-kernel and with an emphasis of performance over compatibility.MySQL 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.DBMS for the Web with a mechanism to push updated query results to applications in realtime.Riak TS is a distributed NoSQL database optimized for time series data and based on Riak KV
Primary database modelRelational DBMSRelational DBMSRelational DBMSDocument storeTime Series DBMS
Secondary database modelsDocument storeDocument store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score14.03
Rank#40  Overall
#24  Relational DBMS
Score93.81
Rank#13  Overall
#9  Relational DBMS
Score2.84
Rank#106  Overall
#19  Document stores
Score0.25
Rank#308  Overall
#26  Time Series DBMS
Websiteimpala.apache.orgmariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
rethinkdb.com
Technical documentationimpala.apache.org/­impala-docs.htmlmariadb.com/­kb/­en/­libraryrethinkdb.com/­docswww.tiot.jp/­riak-docs/­riak/­ts/­latest
DeveloperApache Software Foundation infoApache top-level project, originally developed by ClouderaDrizzle project, originally started by Brian AkerMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
The Linux Foundation infosince July 2017Open Source, formerly Basho Technologies
Initial release201320082009 infoFork of MySQL, which was first released in 199520092015
Current release4.1.0, June 20227.2.4, September 201211.3.2, February 20242.4.1, August 20203.0.0, September 2022
License infoCommercial or Open SourceOpen Source infoApache Version 2Open Source infoGNU GPLOpen Source infoGPL version 2, commercial enterprise subscription availableOpen Source infoApache Version 2Open 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.
Implementation languageC++C++C and C++C++Erlang
Server operating systemsLinuxFreeBSD
Linux
OS X
FreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
Linux
OS X
Windows
Linux
OS X
Data schemeyesyesyes infoDynamic columns are supportedschema-freeschema-free
Typing infopredefined data types such as float or dateyesyesyesyes infostring, binary, float, bool, date, geometryno
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.noyesnono
Secondary indexesyesyesyesyesrestricted
SQL infoSupport of SQLSQL-like DML and DDL statementsyes infowith proprietary extensionsyes infowith proprietary extensionsnoyes, limited
APIs and other access methodsJDBC
ODBC
JDBCADO.NET
JDBC
ODBC
Proprietary native API
HTTP API
Native Erlang Interface
Supported programming languagesAll languages supporting JDBC/ODBCC
C++
Java
PHP
Ada
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
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
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 proceduresyes infouser defined functions and integration of map-reducenoyes infoPL/SQL compatibility added with version 10.3Erlang
Triggersnono infohooks for callbacks inside the server can be used.yesClient-side triggers through changefeedsyes infopre-commit hooks and post-commit hooks
Partitioning methods infoMethods for storing different data on different nodesShardingShardingseveral options for horizontal partitioning and ShardingSharding inforange basedSharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factorMulti-source replication
Source-replica replication
Multi-source replication
Source-replica replication
Source-replica replicationselectable replication factor
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infoquery execution via MapReducenonoyesyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyImmediate ConsistencyImmediate ConsistencyEventual Consistency
Foreign keys infoReferential integritynoyesyes infonot for MyISAM storage enginenono infolinks between datasets can be stored
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACID infonot for MyISAM storage engineAtomic single-document operationsno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoMVCC basedyes
Durability infoSupport for making data persistentyesyesyes infonot for in-memory storage engineyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infowith MEMORY storage engineno
User concepts infoAccess controlAccess rights for users, groups and roles infobased on Apache Sentry and KerberosPluggable authentication mechanisms infoe.g. LDAP, HTTPfine grained access rights according to SQL-standardyes infousers and table-level permissionsno
More information provided by the system vendor
Apache ImpalaDrizzleMariaDBRethinkDBRiak TS
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
Apache ImpalaDrizzleMariaDBRethinkDBRiak TS
DB-Engines blog posts

MySQL won the April ranking; did its forks follow?
1 April 2015, Paul Andlinger

Has MySQL finally lost its mojo?
1 July 2013, Matthias Gelbmann

show all

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

Apache Impala becomes Top-Level Project
28 November 2017, SDTimes.com

Cloudera Bringing Impala to AWS Cloud
28 November 2017, Datanami

Apache Doris just 'graduated': Why care about this SQL data warehouse
24 June 2022, InfoWorld

Hudi: Uber Engineering’s Incremental Processing Framework on Apache Hadoop
12 March 2017, Uber

Updates & Upserts in Hadoop Ecosystem with Apache Kudu
27 October 2017, KDnuggets

provided by Google News

Form 8.1 Opening Position Disclosure (MariaDB plc)
10 April 2024, Yahoo Finance

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

MariaDB (NYSE:MRDB) Shares Up 2.4%
13 April 2024, Defense World

MariaDB Receives Takeover Bid | DealFlow's SPAC News
29 March 2024, DealFlow's SPAC News

Can MariaDB’s enterprise business be saved?
21 February 2024, InfoWorld

provided by Google News

An introduction to building realtime apps with RethinkDB
9 July 2022, devm.io

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

Realtime App Development with RethinkDB and React Native — SitePoint
17 June 2016, SitePoint

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

provided by Google News

What you missed in the Smart World: Amazon enters IoT space
12 October 2015, SiliconANGLE News

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

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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.

SingleStore logo

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

Present your product here