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

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

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

Editorial information provided by DB-Engines
NamedBASE  Xexclude from comparisonMariaDB  Xexclude from comparisonMemgraph  Xexclude from comparisonRiak KV  Xexclude from comparisonTeradata  Xexclude from comparison
DescriptiondBase was one of the first databases with a development environment on PC's. Its latest version dBase V is still sold as dBase classic, which needs a DOS Emulation. The up-to-date product is dBase plus.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.An open source graph database built for real-time streaming and compatible with Neo4jDistributed, fault tolerant key-value storeA hybrid cloud data analytics software platform (Teradata Vantage)
Primary database modelRelational DBMSRelational DBMSGraph DBMSKey-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
Graph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score11.18
Rank#44  Overall
#28  Relational DBMS
Score93.81
Rank#13  Overall
#9  Relational DBMS
Score3.00
Rank#102  Overall
#8  Graph DBMS
Score4.44
Rank#80  Overall
#9  Key-value stores
Score47.84
Rank#21  Overall
#15  Relational DBMS
Websitewww.dbase.commariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
memgraph.comwww.teradata.com
Technical documentationwww.dbase.com/­support/­knowledgebasemariadb.com/­kb/­en/­librarymemgraph.com/­docswww.tiot.jp/­riak-docs/­riak/­kv/­latestdocs.teradata.com
Social network pagesLinkedInTwitterFacebookGitHubDiscord
DeveloperAsthon TateMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Memgraph LtdOpenSource, formerly Basho TechnologiesTeradata
Initial release19792009 infoFork of MySQL, which was first released in 1995201720091984
Current releasedBASE 2019, 201911.3.2, February 20243.2.0, December 2022Teradata Vantage 1.0 MU2, January 2019
License infoCommercial or Open SourcecommercialOpen Source infoGPL version 2, commercial enterprise subscription availablecommercial infoFree license 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++Erlang
Server operating systemsDOS infodBase Classic
Windows infodBase Pro
FreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
LinuxLinux
OS X
hosted
Linux
Data schemeyesyes infoDynamic columns are supportedschema-free and schema-optionalschema-freeyes
Typing infopredefined data types such as float or dateyesyesyesnoyes
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.yesnonoyes
Secondary indexesyesyesrestrictedyes infoJoin-index to prejoin tables, aggregate index, sparse index, hash index
SQL infoSupport of SQLnoyes infowith proprietary extensionsnonoyes infoSQL 2016 + extensions
APIs and other access methodsnone infoThe IDE can access other DBMS or ODBC-sources.ADO.NET
JDBC
ODBC
Proprietary native API
Bolt protocol
Cypher query language
HTTP API
Native Erlang Interface
.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
Supported programming languagesdBase proprietary IDEAda
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
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 proceduresno infoThe IDE can access stored procedures in other database systems.yes infoPL/SQL compatibility added with version 10.3Erlangyes infoUDFs, stored procedures, table functions in parallel
Triggersnoyesyes infopre-commit hooks and post-commit hooksyes
Partitioning methods infoMethods for storing different data on different nodesnoneseveral options for horizontal partitioning and ShardingSharding infodynamic graph partitioningSharding infono "single point of failure"Sharding infoHashing
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-source replication
Source-replica replication
Multi-source replication using RAFTselectable replication factorMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyEventual ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesyes infonot for MyISAM storage engineyes inforelationships in graphsno infolinks between data sets can be storedyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infonot for dBase internal data, but IDE does support transactions when accessing external DBMSACID infonot for MyISAM storage engineACID infowith snapshot isolationnoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes, multi-version concurrency control (MVCC)yesyes
Durability infoSupport for making data persistentyesyes infonot for in-memory storage engineyes infowith periodic snapshot and write-ahead logging (WAL) of changesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infowith MEMORY storage engineyesyes
User concepts infoAccess controlAccess rights for users and rolesfine grained access rights according to SQL-standardUsers, roles and permissionsyes, using Riak Securityfine grained access rights according to SQL-standard
More information provided by the system vendor
dBASEMariaDBMemgraphRiak 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
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
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» more
Graph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» 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
You can check out our pricing model and licenses on the company website .
» 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
dBASEMariaDBMemgraphRiak KVTeradata
DB-Engines blog posts

DB-Engines Ranking coverage expanded to 169 database management systems
3 June 2013, Paul Andlinger

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

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

show all

Recent citations in the news

30 Years Ago: The Rise, Fall and Survival of Ashton-Tate's dBASE
19 September 2013, eWeek

DBF File (What It Is and How to Open One)
6 April 2023, Lifewire

Microsoft Access 2016 Now Supports dBase Database Format
7 September 2016, redmondmag.com

What is Dbase? - Definition from Techopedia
19 September 2011, Techopedia

A malicious document could lead to RCE in Apache OpenOffice (CVE-2021-33035)
22 September 2021, Help Net Security

provided by Google News

RECOMMENDED CASH OFFER for MARIADB plc by MERIDIAN BIDCO LLC which is an Affiliate of K1 INVESTMENT ...
24 April 2024, StreetInsider.com

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

Azure Database for MariaDB will be retired on 19 September 2025 – Migrate to Azure Database for MySQL Flexible ...
22 September 2023, azure.microsoft.com

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

Progress Software Corp. Statement regarding a Possible Offer for MariaDB plc
19 April 2024, GlobeNewswire

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

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

Riak NoSQL Database: Use Cases and Best Practices
23 December 2011, InfoQ.com

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

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

NoSQL pioneer Basho stamps its mark on time stamp data with Riak TS
6 October 2015, The Register

provided by Google News

Connecting Teradata Vantage to Amazon Athena | AWS Partner Network (APN) Blog
23 April 2024, AWS Blog

An interview with Teradata CFO Claire Bramley
9 February 2024, McKinsey

Teradata's stock tumbles on flat revenue and soft guidance
12 February 2024, SiliconANGLE News

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

Louisiana State Employees Retirement System Purchases New Shares in Teradata Co. (NYSE:TDC)
23 April 2024, MarketBeat

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

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.

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Milvus logo

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

Present your product here