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

DBMS > MariaDB vs. OpenSearch vs. Oracle Berkeley DB vs. RDF4J vs. SAP Advantage Database Server

System Properties Comparison MariaDB vs. OpenSearch vs. Oracle Berkeley DB vs. RDF4J vs. SAP Advantage Database Server

Editorial information provided by DB-Engines
NameMariaDB  Xexclude from comparisonOpenSearch  Xexclude from comparisonOracle Berkeley DB  Xexclude from comparisonRDF4J infoformerly known as Sesame  Xexclude from comparisonSAP Advantage Database Server infoformer name: Sybase ADS  Xexclude from comparison
SAP Advantage Database Server seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
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.A distributed, RESTful search and analytics engine forked from Elasticsearch and based on Apache LuceneWidely used in-process key-value storeRDF4J is a Java framework for processing RDF data, supporting both memory-based and a disk-based storage.Low-cost RDBMS with access to ISAM and FoxPro data structures
Primary database modelRelational DBMSSearch engineKey-value store infosupports sorted and unsorted key sets
Native XML DBMS infoin the Oracle Berkeley DB XML version
RDF storeRelational DBMS
Secondary database modelsDocument store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score93.21
Rank#13  Overall
#9  Relational DBMS
Score16.36
Rank#37  Overall
#4  Search engines
Score2.21
Rank#117  Overall
#20  Key-value stores
#3  Native XML DBMS
Score0.69
Rank#230  Overall
#9  RDF stores
Websitemariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
github.com/­opensearch-project
opensearch.org
www.oracle.com/­database/­technologies/­related/­berkeleydb.htmlrdf4j.orgwww.sap.com/products/advantage-database-server.html
Technical documentationmariadb.com/­kb/­en/­libraryopensearch.org/­docs/­latestdocs.oracle.com/­cd/­E17076_05/­html/­index.htmlrdf4j.org/­documentation
DeveloperMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Amazon Web ServicesOracle infooriginally developed by Sleepycat, which was acquired by OracleSince 2016 officially forked into an Eclipse project, former developer was Aduna Software.Sybase, SAP
Initial release2009 infoFork of MySQL, which was first released in 19952021199420041993
Current release11.3.2, February 20242.5.0, January 202318.1.40, May 2020
License infoCommercial or Open SourceOpen Source infoGPL version 2, commercial enterprise subscription availableOpen Source infoApache Version 2.0Open Source infocommercial license availableOpen Source infoEclipse Distribution License (EDL), v1.0.commercial
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.
  • Aiven for OpenSearch: Fully managed open source search and analytics suite. Out-of-the-box integrations get you up and running in a couple of clicks.
  • STACKIT OpenSearch offers OpenSearch in a managed version in enterprise grade, 100% GDPR-compliant, for a wide range of applications like analytics, website search, offering scalability and fast data access.
Implementation languageC and C++JavaC, Java, C++ (depending on the Berkeley DB edition)Java
Server operating systemsFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
All OS with a Java VMAIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
Linux
OS X
Unix
Windows
Linux
Windows
Data schemeyes infoDynamic columns are supportedschema-free infoFlexible type definitions. Once a type is defined, it is persistentschema-freeyes infoRDF Schemasyes
Typing infopredefined data types such as float or dateyesyesnoyesyes
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.yesyes infoonly with the Berkeley DB XML editionno
Secondary indexesyesyes infoAll search fields are automatically indexedyesyesyes
SQL infoSupport of SQLyes infowith proprietary extensionsSQL-like query languageyes infoSQL interfaced based on SQLite is availablenoyes
APIs and other access methodsADO.NET
JDBC
ODBC
Proprietary native API
Java API
RESTful HTTP/JSON API
Java API
RIO infoRDF Input/Output
Sail API
SeRQL infoSesame RDF Query Language
Sesame REST HTTP Protocol
SPARQL
.NET Client API
ADO.NET
JDBC
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
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby infoElasticsearch client
.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
Java
PHP
Python
Delphi
Perl
PHP
Server-side scripts infoStored proceduresyes infoPL/SQL compatibility added with version 10.3yesnoyesyes
Triggersyesyes infoby using the 'percolation' featureyes infoonly for the SQL APIyesyes
Partitioning methods infoMethods for storing different data on different nodesseveral options for horizontal partitioning and ShardingShardingnonenonenone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
yesSource-replica replicationnoneMulti-source replication infoCONFLICT Trigger to resolve replication conflicts
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allImmediate Consistency
Foreign keys infoReferential integrityyes infonot for MyISAM storage enginenonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infonot for MyISAM storage enginenoACIDACID infoIsolation support depends on the API usedACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyes infonot for in-memory storage engineyesyesyes infoin-memory storage is supported as wellyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infowith MEMORY storage engineyesno infocaching of (temporary) tables can be configured
User concepts infoAccess controlfine grained access rights according to SQL-standardnonofine grained access rights according to SQL-standard
More information provided by the system vendor
MariaDBOpenSearchOracle Berkeley DBRDF4J infoformerly known as SesameSAP Advantage Database Server infoformer name: Sybase ADS
Specific characteristicsMariaDB is the most powerful open source relational database – modern SQL and JSON...
» more
OpenSearch is a highly scalable and extensible open-source software suite for search,...
» more
Competitive advantagesMariaDB Servers have many features unavailable in other open source relational databases....
» more
Distributed as fully open source under Apache License, Version 2.0 (ALv2), OpenSearch...
» more
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» more
The OpenSearch platform is used across a broad range of search , analytics, and observability...
» 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
The OpenSearch Project offers open source software licensed under Apache License...
» 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
Aiven for OpenSearch: Fully managed open source search and analytics suite. Out-of-the-box integrations get you up and running in a couple of clicks.
» more

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

More resources
MariaDBOpenSearchOracle Berkeley DBRDF4J infoformerly known as SesameSAP Advantage Database Server infoformer name: Sybase ADS
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

MariaDB shareholders approve private equity takeover
22 May 2024, Computing

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

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

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

MariaDB North American Roadshow Supports Accelerating Adoption of Open Source Relational Databases in the ...
20 May 2024, Yahoo News UK

provided by Google News

Amazon OpenSearch Service now supports OpenSearch version 2.13
21 May 2024, AWS Blog

Amazon OpenSearch Service zero-ETL integration with Amazon S3 now available
22 May 2024, AWS Blog

AVB accelerates search in LINQ with Amazon OpenSearch Service | Amazon Web Services
21 May 2024, AWS Blog

Amazon OpenSearch Serverless now available in Europe (Paris) region
8 May 2024, AWS Blog

Knowledge Bases for Amazon Bedrock now supports private network policies for OpenSearch Serverless
1 April 2024, AWS Blog

provided by Google News

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

Margo I. Seltzer | Berkman Klein Center
18 August 2020, Berkman Klein Center

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

How to store financial market data for backtesting
26 January 2019, Towards Data Science

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

provided by Google News

GraphDB Goes Open Source
27 January 2020, iProgrammer

provided by Google News

SAP Announces Q3 2023 Results: Asia Pacific and Japan View
19 October 2023, SAP News

AIRWORLD PART 15: WORLD'S SECOND BEST AIRPORT TERMINAL
30 September 2005, Ad Age

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

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

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

RaimaDB logo

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

Neo4j logo

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

Present your product here