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

DBMS > MariaDB vs. Microsoft SQL Server vs. Milvus vs. Oracle vs. SAP HANA

System Properties Comparison MariaDB vs. Microsoft SQL Server vs. Milvus vs. Oracle vs. SAP HANA

Editorial information provided by DB-Engines
NameMariaDB  Xexclude from comparisonMicrosoft SQL Server  Xexclude from comparisonMilvus  Xexclude from comparisonOracle  Xexclude from comparisonSAP HANA  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.Microsofts flagship relational DBMSA DBMS designed for efficient storage of vector data and vector similarity searchesWidely used RDBMSIn-memory, column based data store. Available as appliance or cloud service
Primary database modelRelational DBMSRelational DBMSVector DBMSRelational DBMSRelational DBMS
Secondary database modelsDocument store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
Document store
Graph DBMS
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
Document store
Graph DBMS infowith SAP Hana, Enterprise Edition
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score93.81
Rank#13  Overall
#9  Relational DBMS
Score829.80
Rank#3  Overall
#3  Relational DBMS
Score1.81
Rank#144  Overall
#5  Vector DBMS
Score1234.27
Rank#1  Overall
#1  Relational DBMS
Score45.84
Rank#22  Overall
#16  Relational DBMS
Websitemariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
www.microsoft.com/­en-us/­sql-servermilvus.iowww.oracle.com/­databasewww.sap.com/­products/­hana.html
Technical documentationmariadb.com/­kb/­en/­librarylearn.microsoft.com/­en-US/­sql/­sql-servermilvus.io/­docs/­overview.mddocs.oracle.com/­en/­databasehelp.sap.com/­hana
DeveloperMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
MicrosoftOracleSAP
Initial release2009 infoFork of MySQL, which was first released in 19951989201919802010
Current release11.3.2, February 2024SQL Server 2022, November 20222.3.4, January 202423c, September 20232.0 SPS07 (April 4, 2023), April 2023
License infoCommercial or Open SourceOpen Source infoGPL version 2, commercial enterprise subscription availablecommercial inforestricted free version is availableOpen Source infoApache Version 2.0commercial inforestricted free version is availablecommercial
Cloud-based only infoOnly available as a cloud servicenonononono infoalso available as a cloud based service
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Zilliz Cloud – Cloud-native service for Milvus
Implementation languageC and C++C++C++, GoC and C++
Server operating systemsFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
Linux
Windows
Linux
macOS info10.14 or later
Windows infowith WSL 2 enabled
AIX
HP-UX
Linux
OS X
Solaris
Windows
z/OS
Appliance or cloud-service
Data schemeyes infoDynamic columns are supportedyesyes infoSchemaless in JSON and XML columnsyes
Typing infopredefined data types such as float or dateyesyesVector, Numeric and Stringyesyes
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.yesyesnoyesno
Secondary indexesyesyesnoyesyes
SQL infoSupport of SQLyes infowith proprietary extensionsyesnoyes infowith proprietary extensionsyes
APIs and other access methodsADO.NET
JDBC
ODBC
Proprietary native API
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
RESTful HTTP APIJDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
JDBC
ODBC
Supported programming languagesAda
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C#
C++
Delphi
Go
Java
JavaScript (Node.js)
PHP
Python
R
Ruby
Visual Basic
C++
Go
Java
JavaScript (Node.js)
Python
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
Server-side scripts infoStored proceduresyes infoPL/SQL compatibility added with version 10.3Transact SQL, .NET languages, R, Python and (with SQL Server 2019) JavanoPL/SQL infoalso stored procedures in Java possibleSQLScript, R
Triggersyesyesnoyesyes
Partitioning methods infoMethods for storing different data on different nodesseveral options for horizontal partitioning and Shardingtables can be distributed across several files (horizontal partitioning); sharding through federationShardingSharding, horizontal partitioningyes
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
yes, but depending on the SQL-Server EditionMulti-source replication
Source-replica replication
yes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononono infocan be realized in PL/SQLno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyBounded Staleness
Eventual Consistency
Immediate Consistency
Session Consistency
Tunable Consistency
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes infonot for MyISAM storage engineyesnoyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infonot for MyISAM storage engineACIDnoACID infoisolation level can be parameterizedACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
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 engineyesyesyes infoVersion 12c introduced the new option 'Oracle Database In-Memory'yes
User concepts infoAccess controlfine grained access rights according to SQL-standardfine grained access rights according to SQL-standardRole based access control and fine grained access rightsfine grained access rights according to SQL-standardyes
More information provided by the system vendor
MariaDBMicrosoft SQL ServerMilvusOracleSAP HANA
Specific characteristicsMariaDB is the most powerful open source relational database – modern SQL and JSON...
» more
Milvus is an open-source and cloud-native vector database built for production-ready...
» more
Competitive advantagesMariaDB Servers have many features unavailable in other open source relational databases....
» more
Highly available, versatile, and robust with millisecond latency. Supports batch...
» more
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» more
RAG: retrieval augmented generation Video media : video understanding, video deduplication....
» more
Key customersDeutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» more
Milvus is trusted by thousands of enterprises, including PayPal, eBay, IKEA, LINE,...
» more
Market metricsMariaDB is the default database in the LAMP stack supplied by Red Hat and SUSE Linux,...
» more
As of January 2024, 25k+ GitHub stars 10M+ downloads and installations​ ​ 3k+ enterprise...
» more
Licensing and pricing modelsMariaDB plc subscriptions cover our free, open source database, Community Server,...
» more
Milvus was released under the open-source Apache License 2.0 in October 2019. Fully-managed...
» 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
Navicat for SQL Server gives you a fully graphical approach to database management and development.
» more

Navicat Monitor is a safe, simple and agentless remote server monitoring tool for SQL Server and many other database management systems.
» more
Navicat for Oracle improves the efficiency and productivity of Oracle developers and administrators with a streamlined working environment.
» 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
CData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
MariaDBMicrosoft SQL ServerMilvusOracleSAP HANA
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

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

Microsoft SQL Server is the DBMS of the Year
4 January 2017, Matthias Gelbmann, Paul Andlinger

show all

Vector databases
2 June 2023, Matthias Gelbmann

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

Conferences, events and webinars

Oracle Cloud World
Las Vegas, 9-12 September 2024

Recent citations in the news

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

Progress Software weighs cash offer for MariaDB By Investing.com
19 April 2024, Investing.com

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

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

MariaDB Receives Takeover Bid | DealFlow's SPAC News
29 March 2024, DealFlow's SPAC News

provided by Google News

Provision Premium SSD v2 Storage for Microsoft SQL Server
1 April 2024, Microsoft

Containerize SQL Server workloads with Amazon EKS and DH2i | Amazon Web Services
28 March 2024, AWS Blog

A tumultuous, titanic Patch Tuesday as Microsoft makes some changes
10 April 2024, Sophos

Top 12 Data Migration Tools for 2024
18 April 2024, TechRepublic

Deploying a highly available Microsoft SQL Server database on Oracle Cloud Infrastructure (OCI) using AlwaysON ...
9 October 2023, Oracle

provided by Google News

What Is Milvus Vector Database?
6 October 2023, The New Stack

AI-Powered Search Engine With Milvus Vector Database on Vultr
31 January 2024, SitePoint

Zilliz Unveils Game-Changing Features for Vector Search
22 March 2024, Datanami

Milvus 2.4 Unveils Game-Changing Features for Enhanced Vector Search
20 March 2024, GlobeNewswire

Zilliz Cloud boosts vector database performance
31 January 2024, InfoWorld

provided by Google News

Blog Theme - Details
17 April 2024, Oracle

RSA Conference 2024: The Art of Possible
16 April 2024, Oracle

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

Oracle and Microsoft bring Oracle Database@Azure to Europe
14 March 2024, Oracle

Transportable Binary XML – modern XML document storage in Oracle Database 23c
11 April 2024, Oracle

provided by Google News

SAP HANA Cloud Vector Engine
18 April 2024, IgniteSAP

Combine the Power of AI with Business Context Using SAP HANA Cloud Vector Engine
2 April 2024, SAP News

Modernize consolidation in an SAP S/4 HANA environment | CCH Tagetik
9 April 2024, Wolters Kluwer

Automating the update process of a clustered SAP HANA DB using nZDT and Ansible | Amazon Web Services
16 November 2023, AWS Blog

SAP HANA on Azure Large Instances will be retired by 30 June 2025 – transition to Virtual Machines | Azure updates
29 September 2023, Microsoft

provided by Google News



Share this page

Featured Products

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

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.

AllegroGraph logo

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

Present your product here