DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > MariaDB vs. OpenSearch vs. Oracle NoSQL vs. Pinecone vs. RRDtool

System Properties Comparison MariaDB vs. OpenSearch vs. Oracle NoSQL vs. Pinecone vs. RRDtool

Editorial information provided by DB-Engines
NameMariaDB  Xexclude from comparisonOpenSearch  Xexclude from comparisonOracle NoSQL  Xexclude from comparisonPinecone  Xexclude from comparisonRRDtool  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.A distributed, RESTful search and analytics engine forked from Elasticsearch and based on Apache LuceneA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesA managed, cloud-native vector databaseIndustry standard data logging and graphing tool for time series data. RRD is an acronym for round-robin database. infoThe data is stored in a circular buffer, thus the system storage footprint remains constant over time.
Primary database modelRelational DBMSSearch engineDocument store
Key-value store
Relational DBMS
Vector DBMSTime Series 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
Score83.44
Rank#15  Overall
#10  Relational DBMS
Score16.31
Rank#36  Overall
#4  Search engines
Score3.07
Rank#86  Overall
#15  Document stores
#11  Key-value stores
#47  Relational DBMS
Score3.02
Rank#87  Overall
#3  Vector DBMS
Score1.70
Rank#136  Overall
#11  Time Series DBMS
Websitemariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
github.com/­opensearch-project
opensearch.org
www.oracle.com/­database/­nosql/­technologies/­nosqlwww.pinecone.iooss.oetiker.ch/­rrdtool
Technical documentationmariadb.com/­kb/­en/­libraryopensearch.org/­docs/­latestdocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmldocs.pinecone.io/­docs/­overviewoss.oetiker.ch/­rrdtool/­doc
DeveloperMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Amazon Web ServicesOraclePinecone Systems, IncTobias Oetiker
Initial release2009 infoFork of MySQL, which was first released in 19952021201120191999
Current release11.5.2, August 20242.5.0, January 202324.1, May 20241.8.0, 2022
License infoCommercial or Open SourceOpen Source infoGPL version 2, commercial enterprise subscription availableOpen Source infoApache Version 2.0Open Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)commercialOpen Source infoGPL V2 and FLOSS
Cloud-based only infoOnly available as a cloud servicenononoyesno
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.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++JavaJavaC infoImplementations in Java (e.g. RRD4J) and C# available
Server operating systemsFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
All OS with a Java VMLinux
Solaris SPARC/x86
hostedHP-UX
Linux
Data schemeyes infoDynamic columns are supportedschema-free infoFlexible type definitions. Once a type is defined, it is persistentSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.yes
Typing infopredefined data types such as float or dateyesyesoptionalString, Number, BooleanNumeric data only
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.yesnonono infoExporting into and restoring from XML files possible
Secondary indexesyesyes infoAll search fields are automatically indexedyesno
SQL infoSupport of SQLyes infowith proprietary extensionsSQL-like query languageSQL-like DML and DDL statementsnono
APIs and other access methodsADO.NET
JDBC
ODBC
Proprietary native API
Java API
RESTful HTTP/JSON API
RESTful HTTP APIRESTful HTTP APIin-process shared library
Pipes
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
C
C#
Go
Java
JavaScript (Node.js)
Python
PythonC infowith librrd library
C# infowith a different implementation of RRDTool
Java infowith a different implementation of RRDTool
JavaScript (Node.js) infowith a different implementation of RRDTool
Lua
Perl
PHP infowith a wrapper library
Python
Ruby
Server-side scripts infoStored proceduresyes infoPL/SQL compatibility added with version 10.3yesnono
Triggersyesyes infoby using the 'percolation' featurenono
Partitioning methods infoMethods for storing different data on different nodesseveral options for horizontal partitioning and ShardingShardingShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
yesElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featurenone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnowith Hadoop integrationnono
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, allEventual Consistency
Immediate Consistency infodepending on configuration
none
Foreign keys infoReferential integrityyes infonot for MyISAM storage enginenonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infonot for MyISAM storage enginenoconfigurable infoACID within a storage node (=shard)no
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes infoby using the rrdcached daemon
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 engineyes infooff heap cachenoyes
User concepts infoAccess controlfine grained access rights according to SQL-standardAccess rights for users and rolesno
More information provided by the system vendor
MariaDBOpenSearchOracle NoSQLPineconeRRDtool
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

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

More resources
MariaDBOpenSearchOracle NoSQLPineconeRRDtool
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

Vector databases
2 June 2023, Matthias Gelbmann

show all

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

Time Series DBMS as a new trend?
1 June 2015, Paul Andlinger

show all

Recent citations in the news

Proposal Seeks To Replace MySQL With MariaDB By Default For Ubuntu 25.04
20 September 2024, Phoronix

MariaDB goes private after acquisition by K1 Investment Management
10 September 2024, SiliconANGLE News

MariaDB goes private with new CEO as K1 closes acquisition
10 September 2024, TechCrunch

ServiceNow moves its backend off MariaDB to homebrew Postgres
10 September 2024, The Register

What’s in the cards for MariaDB?
13 September 2024, InfoWorld

provided by Google News

AWS Welcomes the OpenSearch Software Foundation
16 September 2024, AWS Blog

AWS brings OpenSearch under the Linux Foundation umbrella
16 September 2024, TechCrunch

Amazon Donates OpenSearch To Linux Foundation
20 September 2024, iProgrammer

AWS Brings OpenSearch Under the Linux Foundation
20 September 2024, Datanami

AWS hands OpenSearch to Linux Foundation – is this why Elasticsearch was made open source again?
16 September 2024, DevClass

provided by Google News

Cloud database comparison: AWS, Microsoft, Google and Oracle
24 July 2024, TechTarget

Top 8 Best NoSQL Databases in 2024
9 September 2024, AIM

Explore Oracle Database Solutions for Maximum Efficiency
4 September 2018, oracle.com

NoSQL Rebels Aim Missile at Larry Ellison's Yacht
20 July 2012, WIRED

Oracle Releases Big Data Appliance with Cloudera Distribution for Hadoop
10 January 2012, SiliconANGLE News

provided by Google News

Pinecone serverless goes multicloud as vector database market heats up
27 August 2024, VentureBeat

Using the Pinecone vector database in .NET
12 September 2024, InfoWorld

Pinecone launches its serverless vector database out of preview
21 May 2024, TechCrunch

Pinecone launches serverless vector database on Azure, GCP
27 August 2024, TechTarget

Pinecone Makes Accurate, Fast, Scalable Generative AI Accessible to Organizations Large and Small with Launch of its Serverless Vector Database
21 May 2024, PR Newswire

provided by Google News

SQLi vulnerability in Cacti could lead to RCE (CVE-2023-51448)
9 January 2024, Help Net Security

Critical IP spoofing bug patched in Cacti
15 December 2022, The Daily Swig

How to install Cacti SNMP Monitor on Ubuntu
24 November 2017, TechRepublic

The 16 Best Open Source Network Monitoring Tools in 2023
21 October 2022, Solutions Review

How to Make a Solar Powered Weather Station #piday #raspberrypi @Raspberry_Pi
26 August 2016, Adafruit Blog

provided by Google News



Share this page

Featured Products

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

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

RaimaDB logo

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

Milvus logo

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

Present your product here