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

DBMS > MariaDB vs. Microsoft SQL Server vs. OpenEdge vs. Oracle vs. TempoIQ

System Properties Comparison MariaDB vs. Microsoft SQL Server vs. OpenEdge vs. Oracle vs. TempoIQ

Editorial information provided by DB-Engines
NameMariaDB  Xexclude from comparisonMicrosoft SQL Server  Xexclude from comparisonOpenEdge  Xexclude from comparisonOracle  Xexclude from comparisonTempoIQ infoformerly TempoDB  Xexclude from comparison
TempoIQ seems to be decommissioned. It will be removed 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.Microsofts flagship relational DBMSApplication development environment with integrated database management systemWidely used RDBMSScalable analytics DBMS for sensor data, provided as a service (SaaS)
Primary database modelRelational DBMSRelational DBMSRelational DBMSRelational DBMSTime Series 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
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score83.44
Rank#15  Overall
#10  Relational DBMS
Score807.76
Rank#3  Overall
#3  Relational DBMS
Score3.69
Rank#78  Overall
#42  Relational DBMS
Score1286.59
Rank#1  Overall
#1  Relational DBMS
Websitemariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
www.microsoft.com/­en-us/­sql-serverwww.progress.com/­openedgewww.oracle.com/­databasetempoiq.com (offline)
Technical documentationmariadb.com/­kb/­en/­librarylearn.microsoft.com/­en-US/­sql/­sql-serverdocumentation.progress.com/­output/­ua/­OpenEdge_latestdocs.oracle.com/­en/­database
DeveloperMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
MicrosoftProgress Software CorporationOracleTempoIQ
Initial release2009 infoFork of MySQL, which was first released in 19951989198419802012
Current release11.5.2, August 2024SQL Server 2022, November 2022OpenEdge 12.2, March 202023c, September 2023
License infoCommercial or Open SourceOpen Source infoGPL version 2, commercial enterprise subscription availablecommercial inforestricted free version is availablecommercialcommercial inforestricted free version is availablecommercial
Cloud-based only infoOnly available as a cloud servicenonononoyes
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.SQLServer Flex @ STACKIT offers a managed version of SQL Server with adjustable CPU, RAM, storage amount and speed, in enterprise grade to perfectly match all application requirements. All services are 100% GDPR-compliant.
Implementation languageC and C++C++C and C++
Server operating systemsFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
Linux
Windows
AIX
HP-UX
Linux
Solaris
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
z/OS
Data schemeyes infoDynamic columns are supportedyesyesyes infoSchemaless in JSON and XML columnsschema-free
Typing infopredefined data types such as float or dateyesyesyesyesyes
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.yesyesyesyesno
Secondary indexesyesyesyesyes
SQL infoSupport of SQLyes infowith proprietary extensionsyesyes infoclose to SQL 92yes infowith proprietary extensionsno
APIs and other access methodsADO.NET
JDBC
ODBC
Proprietary native API
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
JDBC
ODBC
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
HTTP API
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
Progress proprietary ABL (Advanced Business Language)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#
Java
JavaScript infoNode.js
Python
Ruby
Server-side scripts infoStored proceduresyes infoPL/SQL compatibility added with version 10.3Transact SQL, .NET languages, R, Python and (with SQL Server 2019) JavayesPL/SQL infoalso stored procedures in Java possibleno
Triggersyesyesyesyesyes infoRealtime Alerts
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 federationhorizontal partitioning infosince Version 11.4Sharding, horizontal partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
yes, but depending on the SQL-Server EditionSource-replica replicationMulti-source replication
Source-replica replication
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 ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes infonot for MyISAM storage engineyesyesyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infonot for MyISAM storage engineACIDACIDACID infoisolation level can be parameterizedno
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 engineyesnoyes infoVersion 12c introduced the new option 'Oracle Database In-Memory'no
User concepts infoAccess controlfine grained access rights according to SQL-standardfine grained access rights according to SQL-standardUsers and groupsfine grained access rights according to SQL-standardsimple authentication-based access control
More information provided by the system vendor
MariaDBMicrosoft SQL ServerOpenEdgeOracleTempoIQ infoformerly TempoDB
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
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

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

More resources
MariaDBMicrosoft SQL ServerOpenEdgeOracleTempoIQ infoformerly TempoDB
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

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

PASS Data Community Summit
Seattle, Washington, 4-8 November 2024

Recent citations in the news

MariaDB goes private after acquisition by K1 Investment Management
11 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

MariaDB acquired by private investment company
11 September 2024, Techzine Europe

provided by Google News

Threat Actors Target Contractor Software
18 September 2024, Dark Reading

U.S. CISA adds Microsoft Windows, Apache HugeGraph-Server, Oracle JDeveloper, Oracle WebLogic Server, and M...
19 September 2024, Security Affairs

Hackers Exploit Default Credentials in FOUNDATION Software to Breach Construction Firms
19 September 2024, The Hacker News

Getting started with delivering generative AI capabilities in SQL Server and Azure SQL
26 June 2024, Microsoft

How Phreesia replicated a 30 TB SQL Server database to Amazon S3 with AWS DMS
4 September 2024, AWS Blog

provided by Google News

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

4 sources of latency and how to avoid them
1 November 2017, InfoWorld

provided by Google News

AWS Weekly Roundup: Oracle Database@AWS, Amazon RDS, AWS PrivateLink, Amazon MSK, Amazon EventBridge, Amazon SageMaker and more | Amazon Web Services
16 September 2024, AWS Blog

Yes, there is an Oracle data privacy settlement
19 September 2024, 12news.com KPNX

Oracle Database is in many enterprises and now it’s in Google Cloud too
9 September 2024, VentureBeat

Oracle inks deal with AWS to offer database services
10 September 2024, CIO

Oracle Cloud Infrastructure And AWS Form Strategic Partnership
11 September 2024, Forbes

provided by Google News



Share this page

Featured Products

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

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

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.

Milvus logo

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

Present your product here