DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > MariaDB vs. OpenEdge vs. Oracle Berkeley DB vs. Riak KV vs. Sadas Engine

System Properties Comparison MariaDB vs. OpenEdge vs. Oracle Berkeley DB vs. Riak KV vs. Sadas Engine

Editorial information provided by DB-Engines
NameMariaDB  Xexclude from comparisonOpenEdge  Xexclude from comparisonOracle Berkeley DB  Xexclude from comparisonRiak KV  Xexclude from comparisonSadas Engine  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.Application development environment with integrated database management systemWidely used in-process key-value storeDistributed, fault tolerant key-value storeSADAS Engine is a columnar DBMS specifically designed for high performance in data warehouse environments
Primary database modelRelational DBMSRelational DBMSKey-value store infosupports sorted and unsorted key sets
Native XML DBMS infoin the Oracle Berkeley DB XML version
Key-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
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score93.21
Rank#13  Overall
#9  Relational DBMS
Score3.51
Rank#86  Overall
#46  Relational DBMS
Score2.21
Rank#117  Overall
#20  Key-value stores
#3  Native XML DBMS
Score4.10
Rank#82  Overall
#9  Key-value stores
Score0.00
Rank#383  Overall
#158  Relational DBMS
Websitemariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
www.progress.com/­openedgewww.oracle.com/­database/­technologies/­related/­berkeleydb.htmlwww.sadasengine.com
Technical documentationmariadb.com/­kb/­en/­librarydocumentation.progress.com/­output/­ua/­OpenEdge_latestdocs.oracle.com/­cd/­E17076_05/­html/­index.htmlwww.tiot.jp/­riak-docs/­riak/­kv/­latestwww.sadasengine.com/­en/­sadas-engine-download-free-trial-and-documentation/­#documentation
DeveloperMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Progress Software CorporationOracle infooriginally developed by Sleepycat, which was acquired by OracleOpenSource, formerly Basho TechnologiesSADAS s.r.l.
Initial release2009 infoFork of MySQL, which was first released in 19951984199420092006
Current release11.3.2, February 2024OpenEdge 12.2, March 202018.1.40, May 20203.2.0, December 20228.0
License infoCommercial or Open SourceOpen Source infoGPL version 2, commercial enterprise subscription availablecommercialOpen Source infocommercial license availableOpen Source infoApache version 2, commercial enterprise editioncommercial infofree trial version available
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, Java, C++ (depending on the Berkeley DB edition)ErlangC++
Server operating systemsFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
AIX
HP-UX
Linux
Solaris
Windows
AIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
Linux
OS X
AIX
Linux
Windows
Data schemeyes infoDynamic columns are supportedyesschema-freeschema-freeyes
Typing infopredefined data types such as float or dateyesyesnonoyes
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.yesyesyes infoonly with the Berkeley DB XML editionnono
Secondary indexesyesyesyesrestrictedyes
SQL infoSupport of SQLyes infowith proprietary extensionsyes infoclose to SQL 92yes infoSQL interfaced based on SQLite is availablenoyes
APIs and other access methodsADO.NET
JDBC
ODBC
Proprietary native API
JDBC
ODBC
HTTP API
Native Erlang Interface
JDBC
ODBC
Proprietary protocol
Supported programming languagesAda
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Progress proprietary ABL (Advanced Business Language).Net infoFigaro is a .Net framework assembly that extends Berkeley DB XML into an embeddable database engine for .NET
others infoThird-party libraries to manipulate Berkeley DB files are available for many languages
C
C#
C++
Java
JavaScript (Node.js) info3rd party binding
Perl
Python
Tcl
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
.Net
C
C#
C++
Groovy
Java
PHP
Python
Server-side scripts infoStored proceduresyes infoPL/SQL compatibility added with version 10.3yesnoErlangno
Triggersyesyesyes infoonly for the SQL APIyes infopre-commit hooks and post-commit hooksno
Partitioning methods infoMethods for storing different data on different nodesseveral options for horizontal partitioning and Shardinghorizontal partitioning infosince Version 11.4noneSharding infono "single point of failure"horizontal partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
Source-replica replicationSource-replica replicationselectable replication factornone
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 integrityyes infonot for MyISAM storage engineyesnono infolinks between data sets can be storedyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infonot for MyISAM storage engineACIDACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyes infonot for in-memory storage engineyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infowith MEMORY storage enginenoyesyes infomanaged by 'Learn by Usage'
User concepts infoAccess controlfine grained access rights according to SQL-standardUsers and groupsnoyes, using Riak SecurityAccess rights for users, groups and roles according to SQL-standard
More information provided by the system vendor
MariaDBOpenEdgeOracle Berkeley DBRiak KVSadas Engine
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
MariaDBOpenEdgeOracle Berkeley DBRiak KVSadas Engine
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

Recent citations in the news

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

MariaDB Board Changes Post-Promissory Note Acquisition - TipRanks.com
30 April 2024, TipRanks

Progress outbids private equity in offer for MariaDB plc
28 March 2024, The Register

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

Progress Software Confirms Bid to Acquire MariaDB
26 March 2024, The Wall Street Journal

provided by Google News

OpenEdge Application Development | Progress OpenEdge
14 September 2014, Progress Software

What's New in OpenEdge 12.8
15 April 2024, release.nl

PoC Exploit Released for OpenEdge Authentication Gateway & AdminServer Vulnerability
11 March 2024, GBHackers

provided by Google News

Margo Seltzer Named ACM Athena Lecturer for Technical and Mentoring Contributions
26 April 2023, HPCwire

ACM recognizes far-reaching technical achievements with special awards
26 May 2021, EurekAlert

EC will investigate the Oracle/Sun takeover due to concerns about MySQL
3 September 2009, The Guardian

Database Trends Report: SQL Beats NoSQL, MySQL Most Popular -- ADTmag
5 March 2019, ADT Magazine

The importance of bitcoin nodes and how to start one
9 May 2014, The Merkle News

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

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

provided by Google News

L'azienda italiana Advanced System colpita dal ransomware. Lo avverte l'azienda con un comunicato stampa
29 December 2022, Red Hot Cyber

provided by Google News



Share this page

Featured Products

SingleStore logo

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

Neo4j logo

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

Milvus logo

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

RaimaDB logo

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

Present your product here