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

DBMS > MariaDB vs. NuoDB vs. Oracle vs. Vertica

System Properties Comparison MariaDB vs. NuoDB vs. Oracle vs. Vertica

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameMariaDB  Xexclude from comparisonNuoDB  Xexclude from comparisonOracle  Xexclude from comparisonVertica infoOpenText™ Vertica™  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.NuoDB is a webscale distributed database that supports SQL and ACID transactionsWidely used RDBMSCloud or off-cloud analytical database and query engine for structured and semi-structured streaming and batch data. Machine learning platform with built-in algorithms, data preparation capabilities, and model evaluation and management via SQL or Python.
Primary database modelRelational DBMSRelational DBMSRelational DBMSRelational DBMS infoColumn oriented
Secondary database modelsDocument store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
Document store
Graph DBMS infowith Oracle Spatial and Graph
RDF store infowith Oracle Spatial and Graph
Spatial DBMS infowith Oracle Spatial and Graph
Vector DBMS infosince Oracle 23
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
Score0.99
Rank#195  Overall
#92  Relational DBMS
Score1234.27
Rank#1  Overall
#1  Relational DBMS
Score11.40
Rank#43  Overall
#27  Relational DBMS
Websitemariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
www.3ds.com/­nuodb-distributed-sql-databasewww.oracle.com/­databasewww.vertica.com
Technical documentationmariadb.com/­kb/­en/­librarydoc.nuodb.comdocs.oracle.com/­en/­databasevertica.com/­documentation
DeveloperMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Dassault Systèmes infooriginally NuoDB, Inc.OracleOpenText infopreviously Micro Focus and Hewlett Packard
Initial release2009 infoFork of MySQL, which was first released in 1995201319802005
Current release11.3.2, February 202423c, September 202312.0.3, January 2023
License infoCommercial or Open SourceOpen Source infoGPL version 2, commercial enterprise subscription availablecommercial infolimited edition freecommercial inforestricted free version is availablecommercial infoLimited community edition free
Cloud-based only infoOnly available as a cloud servicenononono infoon-premises, all major clouds - Amazon AWS, Microsoft Azure, Google Cloud Platform and containers
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC and C++C++C and C++C++
Server operating systemsFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
hosted infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
z/OS
Linux
Data schemeyes infoDynamic columns are supportedyesyes infoSchemaless in JSON and XML columnsYes, but also semi-structure/unstructured data storage, and complex hierarchical data (like Parquet) stored and/or queried.
Typing infopredefined data types such as float or dateyesyesyesyes
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.yesnoyesno
Secondary indexesyesyesyesNo Indexes Required. Different internal optimization strategy, but same functionality included.
SQL infoSupport of SQLyes infowith proprietary extensionsyesyes infowith proprietary extensionsFull 1999 standard plus machine learning, time series and geospatial. Over 650 functions.
APIs and other access methodsADO.NET
JDBC
ODBC
Proprietary native API
ADO.NET
JDBC
ODBC
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
ADO.NET
JDBC
Kafka Connector
ODBC
RESTful HTTP API
Spark Connector
vSQL infocharacter-based, interactive, front-end utility
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++
Go
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
C
C#
C++
Clojure
Cobol
Delphi
Eiffel
Erlang
Fortran
Groovy
Haskell
Java
JavaScript
Lisp
Objective C
OCaml
Perl
PHP
Python
R
Ruby
Scala
Tcl
Visual Basic
C#
C++
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Server-side scripts infoStored proceduresyes infoPL/SQL compatibility added with version 10.3Java, SQLPL/SQL infoalso stored procedures in Java possibleyes, PostgreSQL PL/pgSQL, with minor differences
Triggersyesyesyesyes, called Custom Alerts
Partitioning methods infoMethods for storing different data on different nodesseveral options for horizontal partitioning and Shardingdata is dynamically stored/cached on the nodes where it is read/writtenSharding, horizontal partitioninghorizontal partitioning, hierarchical partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
yes infoManaged transparently by NuoDBMulti-source replication
Source-replica replication
Multi-source replication infoOne, or more copies of data replicated across nodes, or object-store used for repository.
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonono infocan be realized in PL/SQLno infoBi-directional Spark integration
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes infonot for MyISAM storage engineyesyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infonot for MyISAM storage engineACID infotunable commit protocolACID infoisolation level can be parameterizedACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoMVCCyesyes
Durability infoSupport for making data persistentyes infonot for in-memory storage engineyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infowith MEMORY storage engineyes infoTemporary tableyes infoVersion 12c introduced the new option 'Oracle Database In-Memory'no
User concepts infoAccess controlfine grained access rights according to SQL-standardStandard SQL roles/ privileges, Administrative Usersfine grained access rights according to SQL-standardfine grained access rights according to SQL-standard; supports Kerberos, LDAP, Ident and hash
More information provided by the system vendor
MariaDBNuoDBOracleVertica infoOpenText™ Vertica™
Specific characteristicsMariaDB is the most powerful open source relational database – modern SQL and JSON...
» more
Deploy-anywhere database for large-scale analytical deployments. Deploy off-cloud,...
» more
Competitive advantagesMariaDB Servers have many features unavailable in other open source relational databases....
» more
Fast, scalable, and capable of high concurrency. Separation of compute/storage leverages...
» more
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» more
Communication and network analytics, Embedded analytics, Fraud monitoring and Risk...
» more
Key customersDeutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» more
Abiba Systems, Adform, adMarketplace, AmeriPride, Anritsu, AOL, Avito, Auckland Transport,...
» 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
Cost-based models and subscription-based models are both available. One license is...
» 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
Devart ODBC driver for Oracle accesses Oracle databases from ODBC-compliant reporting, analytics, BI, and ETL tools on both 32 and 64-bit Windows, macOS, and Linux.
» more

Navicat for Oracle improves the efficiency and productivity of Oracle developers and administrators with a streamlined working environment.
» more

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

More resources
MariaDBNuoDBOracleVertica infoOpenText™ Vertica™
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

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

Architecting eCommerce Platforms for Zero Downtime on Black Friday and Beyond
25 November 2016, Tony Branson (guest author)

show all

Recent citations in the news

Form 8.1 Opening Position Disclosure (MariaDB plc)
10 April 2024, Yahoo Finance

MariaDB (NYSE:MRDB) Shares Up 2.4%
13 April 2024, Defense World

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

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

Dassault Systèmes Announces the Acquisition of NuoDB, a Cloud-Native Distributed SQL Database Leader
25 November 2020, Dassault Systèmes

Deploy the NuoDB Database in Docker Containers
16 October 2017, The New Stack

NuoDB set to improve distributed SQL performance
7 January 2020, TechTarget

Distributed SQL Database NuoDB 4.0 Supports Kubernetes Operator and Indexing Improvements
7 October 2019, InfoQ.com

NuoDB empowers distributed database users to optimize cloud and container resources with new graphical dashboard
10 April 2018, Daily Host News

provided by Google News

Proper SQL comes to MongoDB applications .. with the Oracle Database!
2 April 2024, blogs.oracle.com

Oracle makes its pitch for the enterprise cloud. Should CIOs listen?
11 April 2024, CIO

Microsoft and Oracle expand partnership to deliver Oracle Database Services on Oracle Cloud Infrastructure in ...
14 September 2023, Microsoft

Oracle Database@Azure now Generally Available in Azure East US Region to accelerate your data center exit
13 December 2023, blogs.oracle.com

Maximize database performance with Oracle Exadata and Oracle Linux
27 March 2024, blogs.oracle.com

provided by Google News

OCI Object Storage Completes Technical Validation of Vertica in Eon Mode
16 October 2023, Oracle

Solving Big Data Challenges with Data Science at Uber
7 April 2024, Uber

Vertica by OpenText and Anritsu Sign New Deal for Next-Gen Architecture and 5G Network Capabilities
17 May 2023, PR Newswire

OpenText expands enterprise portfolio with AI and Micro Focus integrations
25 July 2023, VentureBeat

Stonebraker Seeks to Invert the Computing Paradigm with DBOS
12 March 2024, Datanami

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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.

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

AllegroGraph logo

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

Present your product here