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

DBMS > MariaDB vs. Memgraph vs. NCache vs. Riak KV vs. Teradata

System Properties Comparison MariaDB vs. Memgraph vs. NCache vs. Riak KV vs. Teradata

Editorial information provided by DB-Engines
NameMariaDB  Xexclude from comparisonMemgraph  Xexclude from comparisonNCache  Xexclude from comparisonRiak KV  Xexclude from comparisonTeradata  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.An open source graph database built for real-time streaming and compatible with Neo4jOpen-Source and Enterprise in-memory Key-Value StoreDistributed, fault tolerant key-value storeA hybrid cloud data analytics software platform (Teradata Vantage)
Primary database modelRelational DBMSGraph DBMSKey-value storeKey-value store infowith links between data sets and object tags for the creation of secondary indexesRelational DBMS
Secondary database modelsDocument store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
Document store
Search engine infoUsing distributed Lucene
Document store
Graph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score93.81
Rank#13  Overall
#9  Relational DBMS
Score3.00
Rank#102  Overall
#8  Graph DBMS
Score0.98
Rank#196  Overall
#29  Key-value stores
Score4.44
Rank#80  Overall
#9  Key-value stores
Score47.84
Rank#21  Overall
#15  Relational DBMS
Websitemariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
memgraph.comwww.alachisoft.com/­ncachewww.teradata.com
Technical documentationmariadb.com/­kb/­en/­librarymemgraph.com/­docswww.alachisoft.com/­resources/­docswww.tiot.jp/­riak-docs/­riak/­kv/­latestdocs.teradata.com
Social network pagesLinkedInTwitterFacebookGitHubDiscord
DeveloperMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Memgraph LtdAlachisoftOpenSource, formerly Basho TechnologiesTeradata
Initial release2009 infoFork of MySQL, which was first released in 19952017200520091984
Current release11.3.2, February 20245.3.3, April 20243.2.0, December 2022Teradata Vantage 1.0 MU2, January 2019
License infoCommercial or Open SourceOpen Source infoGPL version 2, commercial enterprise subscription availablecommercial infoFree license availableOpen Source infoEnterprise Edition availableOpen Source infoApache version 2, commercial enterprise editioncommercial
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 and C++C and C++C#, .NET, .NET Core, JavaErlang
Server operating systemsFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
LinuxLinux
Windows
Linux
OS X
hosted
Linux
Data schemeyes infoDynamic columns are supportedschema-free and schema-optionalschema-freeschema-freeyes
Typing infopredefined data types such as float or dateyesyespartial infoSupported data types are Lists, Queues, Hashsets, Dictionary and Counternoyes
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.yesnononoyes
Secondary indexesyesyesrestrictedyes infoJoin-index to prejoin tables, aggregate index, sparse index, hash index
SQL infoSupport of SQLyes infowith proprietary extensionsnoSQL-like query syntax and LINQ for searching the cache. Cache Synchronization with SQL Server using SQL dependency.noyes infoSQL 2016 + extensions
APIs and other access methodsADO.NET
JDBC
ODBC
Proprietary native API
Bolt protocol
Cypher query language
IDistributedCache
JCache
LINQ
Proprietary native API
HTTP API
Native Erlang Interface
.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
Supported programming languagesAda
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
.Net
.Net Core
C#
Java
JavaScript (Node.js)
Python
Scala
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
C
C++
Cobol
Java (JDBC-ODBC)
Perl
PL/1
Python
R
Ruby
Server-side scripts infoStored proceduresyes infoPL/SQL compatibility added with version 10.3no infosupport for stored procedures with SQL-Server CLRErlangyes infoUDFs, stored procedures, table functions in parallel
Triggersyesyes infoNotificationsyes infopre-commit hooks and post-commit hooksyes
Partitioning methods infoMethods for storing different data on different nodesseveral options for horizontal partitioning and ShardingSharding infodynamic graph partitioningyesSharding infono "single point of failure"Sharding infoHashing
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
Multi-source replication using RAFTyes, with selectable consistency levelselectable replication factorMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Strong Eventual Consistency over WAN with Conflict Resolution using Bridge Topology
Eventual ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes infonot for MyISAM storage engineyes inforelationships in graphsnono infolinks between data sets can be storedyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infonot for MyISAM storage engineACID infowith snapshot isolationoptimistic locking and pessimistic lockingnoACID
Concurrency infoSupport for concurrent manipulation of datayesyes, multi-version concurrency control (MVCC)yesyesyes
Durability infoSupport for making data persistentyes infonot for in-memory storage engineyes infowith periodic snapshot and write-ahead logging (WAL) of changesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infowith MEMORY storage engineyesyesyes
User concepts infoAccess controlfine grained access rights according to SQL-standardUsers, roles and permissionsAuthentication to access the cache via Active Directory/LDAP (possible roles: user, administrator)yes, using Riak Securityfine grained access rights according to SQL-standard
More information provided by the system vendor
MariaDBMemgraphNCacheRiak KVTeradata
Specific characteristicsMariaDB is the most powerful open source relational database – modern SQL and JSON...
» more
Memgraph directly connects to your streaming infrastructure so you and your team...
» more
NCache has been the market leader in .NET Distributed Caching since 2005 . NCache...
» more
Competitive advantagesMariaDB Servers have many features unavailable in other open source relational databases....
» more
Business Source License ensures a future for the Memgraph community MAGE algorithm...
» more
NCache is 100% .NET/ .NET Core based which fully supports ASP.NET Core Sessions ,...
» more
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» more
Graph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» more
NCache enables industries like retail, finance, banking IoT, travel, ecommerce, healthcare...
» more
Key customersDeutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» more
Bank of America, Citi, Natures Way, Charter Spectrum, Barclays, Henry Schein, GBM,...
» more
Market metricsMariaDB is the default database in the LAMP stack supplied by Red Hat and SUSE Linux,...
» more
Market Leader in .NET Distributed Caching since 2005.
» more
Licensing and pricing modelsMariaDB plc subscriptions cover our free, open source database, Community Server,...
» more
You can check out our pricing model and licenses on the company website .
» more
NCache Open Source is free on an as-is basis without any support. NCache Enterprise...
» 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
MariaDBMemgraphNCacheRiak KVTeradata
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

Teradata is the most popular data warehouse DBMS
2 April 2013, Paul Andlinger

show all

Recent citations in the news

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

Lender threatens to sweep MariaDB accounts over private equity bid
23 February 2024, The Register

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

Graph database company Memgraph raises $9.34M
5 October 2021, VentureBeat

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a ...
7 August 2023, PR Newswire

Modeling and Navigating a Transportation Network with Memgraph
12 April 2021, Towards Data Science

London-based Memgraph raises over €8 million in seed funding to provide Streaming Graph Algorithms to the masses
5 October 2021, EU-Startups

Making Your Own Memory Graph To Detect Memory Issues On iOS
13 April 2021, hackernoon.com

provided by Google News

How to use NCache in ASP.Net Core
25 February 2019, InfoWorld

Custom Response Caching Using NCache in ASP.NET Core
22 April 2020, InfoQ.com

provided by Google News

Basho Revamps Riak Open-Source Database
22 September 2023, InformationWeek

Basho, Maker of Riak NoSQL Database, Raises $25M
13 January 2015, Data Center Knowledge

A Critique of Resizable Hash Tables: Riak Core & Random Slicing
26 August 2018, InfoQ.com

Riak NoSQL snapped up by Bet365
12 September 2017, ComputerWeekly.com

Basho distributes Riak to more customers - DCD
28 November 2013, DatacenterDynamics

provided by Google News

Teradata (NYSE:TDC) Could Become A Multi-Bagger
18 April 2024, Yahoo Finance UK

Teradata (NYSE:TDC) PT Lowered to $39.00
16 April 2024, Defense World

Teradata Appoints Richard Petley as Chief Revenue Officer
5 April 2024, Business Wire

Teradata Announces Executive Shift with CRO Resignation and Succession - TipRanks.com
5 April 2024, TipRanks

Why We're Not Concerned About Teradata Corporation's (NYSE:TDC) Share Price
26 March 2024, Simply Wall St

provided by Google News



Share this page

Featured Products

SingleStore logo

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

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.

Present your product here