DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Amazon Aurora vs. MariaDB vs. PostgreSQL

System Properties Comparison Amazon Aurora vs. MariaDB vs. PostgreSQL

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameAmazon Aurora  Xexclude from comparisonMariaDB  Xexclude from comparisonPostgreSQL  Xexclude from comparison
DescriptionFully managed relational database service built for the cloud providing unparalleled high performance and availability at global scale for MySQL, PostgreSQL, and DSQLMySQL 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.Widely used open source RDBMS infoDeveloped as objectoriented DBMS (Postgres), gradually enhanced with 'standards' like SQL
Primary database modelRelational DBMSRelational DBMSRelational DBMS infowith object oriented extensions, e.g.: user defined types/functions and inheritance. Handling of key/value pairs with hstore module.
Secondary database modelsDocument store
Spatial DBMS
Vector DBMS
Document store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
Document store
Graph DBMS infowith Apache Age
Spatial DBMS
Vector DBMS infowith pgvector extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score7.33
Rank#46  Overall
#29  Relational DBMS
Score94.34
Rank#14  Overall
#10  Relational DBMS
Score667.25
Rank#4  Overall
#4  Relational DBMS
Websiteaws.amazon.com/­rds/­auroramariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
www.postgresql.org
Technical documentationdocs.aws.amazon.com/­AmazonRDS/­latest/­AuroraUserGuide/­CHAP_AuroraOverview.html
docs.aws.amazon.com/­aurora-dsql/­latest/­userguide/­what-is-aurora-dsql.html
mariadb.com/­kb/­en/­librarywww.postgresql.org/­docs
Social network pagesLinkedIn
DeveloperAmazonMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
PostgreSQL Global Development Group infowww.postgresql.org/­developer
Initial release20152009 infoFork of MySQL, which was first released in 19951989 info1989: Postgres, 1996: PostgreSQL
Current releaseAurora DSQL, November 2024 (preview), PostgreSQL: docs.aws.amazon.com/­AmazonRDS/­latest/­AuroraPostgreSQLReleaseNotes/­AuroraPostgreSQL.Updates.html , MySQL: docs.aws.amazon.com/­AmazonRDS/­latest/­AuroraMySQLReleaseNotes/­AuroraMySQL.release-calendars.html11.5.2, August 202416.4, August 2024
License infoCommercial or Open SourcecommercialOpen Source infoGPL version 2, commercial enterprise subscription availableOpen Source infoBSD
Cloud-based only infoOnly available as a cloud serviceyesnono
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.PostgreSQL Flex @ STACKIT offers managed PostgreSQL Instances with adjustable CPU, RAM, storage amount and speed and several extensions available, in enterprise grade to perfectly match all application requirements. All 100% GDPR-compliant.
Implementation languagePostgreSQL/MySQL: C, C++, Aurora DSQL: RustC and C++C
Server operating systemsAmazon LinuxFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
FreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
Data schemeyesyes infoDynamic columns are supportedyes
Typing infopredefined data types such as float or dateyesyesyes
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.yesyesyes infospecific XML-type available, but no XML query functionality.
Secondary indexesyesyesyes
SQL infoSupport of SQLyes, MySQL and PostgreSQL dialectsyes infowith proprietary extensionsyes infostandard with numerous extensions
APIs and other access methodsDSQL API: docs.aws.amazon.com/­aurora-dsql/­latest/­userguide/­CHAP_api_reference.html
MySQL wire protocol
PostgreSQL wire protocol
RDS Data API: docs.aws.amazon.com/­AmazonRDS/­latest/­UserGuide/­ProgrammingGuide.html
ADO.NET
JDBC
ODBC
Proprietary native API
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
Supported programming languagesAda
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Rust
Scheme
Tcl
Ada
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
C
C++
Delphi
Java infoJDBC
JavaScript (Node.js)
Perl
PHP
Python
Tcl
Server-side scripts infoStored proceduresPL/pgSQL, MySQL stored program language, APG trusted language extensionsyes infoPL/SQL compatibility added with version 10.3user defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.
TriggersAurora MySQL: Yes. Aurora PostgreSQL: Yes. Aurora DSQL: No.yesyes
Partitioning methods infoMethods for storing different data on different nodesDBMS table partitioning, Horizontal storage partitioning, Sharding, Distributed horizontal partitioning (DSQL)several options for horizontal partitioning and Shardingpartitioning by range, list and (since PostgreSQL 11) by hash
Replication methods infoMethods for redundantly storing data on multiple nodesFull replication
Logical replication
Snapshot replication
Transactional replication
Multi-source replication
Source-replica replication
Source-replica replication infoother methods possible by using 3rd party extensions
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate/Strong Consistency
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesyes infonot for MyISAM storage engineyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID, Multi-statementACID infonot for MyISAM storage engineACID
Concurrency infoSupport for concurrent manipulation of dataMultiversion concurrency control (MVCC) with fully compatible MySQL and PostgreSQL options. Optimistic concurrency control (OCC) in Aurora DSQL.yesyes
Durability infoSupport for making data persistentData is replicated across 3 Availability Zones (AZs) within a single AWS Region. Active-active multi-Region high availability across 3 Regions (2 active, 1 witness) and automated failover recovery with Aurora DSQL. Automated, continuous backup of data with point in time restore. Fault-tolerant, self-healing storage system.yes infonot for in-memory storage engineyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infowith MEMORY storage engineno
User concepts infoAccess controlRole based permissions
Row level security
fine grained access rights according to SQL-standardfine grained access rights according to SQL-standard

More information provided by the system vendor

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 parties
» more

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

More resources
Amazon AuroraMariaDBPostgreSQL
DB-Engines blog posts

Cloud-based DBMS's popularity grows at high rates
12 December 2019, Paul Andlinger

The popularity of cloud-based DBMSs has increased tenfold in four years
7 February 2017, Matthias Gelbmann

Amazon - the rising star in the DBMS market
3 August 2015, Matthias Gelbmann

show all

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

PostgreSQL is the DBMS of the Year 2023
2 January 2024, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2022, defending the title from last year
3 January 2023, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2021
3 January 2022, Paul Andlinger, Matthias Gelbmann

show all

Recent citations in the news

Optimizing cost savings: The advantage of Amazon Aurora over self-managed open source databases
31 March 2025, Amazon Web Services

How Heroku migrated hundreds of thousands of self-managed PostgreSQL databases to Amazon Aurora
10 April 2025, Amazon Web Services

Introducing Amazon Aurora DSQL | Amazon Web Services
3 December 2024, Amazon Web Services

Amazon Aurora PostgreSQL Limitless Database is now generally available
31 October 2024, Amazon Web Services

Upgrade strategies for Amazon Aurora PostgreSQL and Amazon RDS for PostgreSQL 12
26 February 2025, Amazon Web Services

provided by Google News

MariaDB CEO on database company regaining its mojo
24 March 2025, Blocks and Files

MariaDB reboots DBaaS plans with open source at the core
12 March 2025, theregister.com

Vector Storage, Indexing, and Search With MariaDB: What to Know About These New Features
28 January 2025, HackerNoon

K1 Acquires MariaDB, a Leading Database Software Company, and Appoints New CEO
10 September 2024, PR Newswire

How do you solve a problem like MariaDB? Cozy up to the community, says new CEO
12 October 2024, TechCrunch

provided by Google News

Best practices to handle AWS DMS tasks during PostgreSQL upgrades
21 April 2025, Amazon Web Services

Microsoft's MCP Server Preview for Azure PostgreSQL To Streamline AI Integration
18 April 2025, Redmondmag.com

Goldengate 23ai for OCI PostgreSQL Database Service
17 April 2025, Oracle Blogs

Fileless XMRig-C3 Cryptominer Targets PostgreSQL Servers
31 March 2025, wiz.io

Over 1,500 PostgreSQL Servers Compromised in Fileless Cryptocurrency Mining Campaign
1 April 2025, The Hacker News

provided by Google News



Share this page

Featured Products

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

SingleStore logo

The data platform to build your intelligent applications.
Try 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

Present your product here