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

DBMS > Amazon Aurora vs. Amazon DynamoDB vs. Faircom DB vs. HEAVY.AI vs. PostgreSQL

System Properties Comparison Amazon Aurora vs. Amazon DynamoDB vs. Faircom DB vs. HEAVY.AI vs. PostgreSQL

Editorial information provided by DB-Engines
NameAmazon Aurora  Xexclude from comparisonAmazon DynamoDB  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonHEAVY.AI infoFormerly named 'OmniSci', rebranded to 'HEAVY.AI' in March 2022  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 DSQLHosted, scalable database service by Amazon with the data stored in Amazons cloudNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.A high performance, column-oriented RDBMS, specifically developed to harness the massive parallelism of modern CPU and GPU hardwareWidely used open source RDBMS infoDeveloped as objectoriented DBMS (Postgres), gradually enhanced with 'standards' like SQL
Primary database modelRelational DBMSDocument store
Key-value store
Key-value store
Relational DBMS
Relational 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
Spatial DBMSDocument 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
Score8.28
Rank#43  Overall
#27  Relational DBMS
Score75.58
Rank#16  Overall
#3  Document stores
#2  Key-value stores
Score0.17
Rank#315  Overall
#46  Key-value stores
#141  Relational DBMS
Score1.25
Rank#161  Overall
#72  Relational DBMS
Score659.62
Rank#4  Overall
#4  Relational DBMS
Websiteaws.amazon.com/­rds/­auroraaws.amazon.com/­dynamodbwww.faircom.com/­products/­faircom-dbgithub.com/­heavyai/­heavydb
www.heavy.ai
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
docs.aws.amazon.com/­dynamodbdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmldocs.heavy.aiwww.postgresql.org/­docs
Social network pagesLinkedIn
DeveloperAmazonAmazonFairCom CorporationHEAVY.AI, Inc.PostgreSQL Global Development Group infowww.postgresql.org/­developer
Initial release20152012197920161989 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.htmlV13, July 20245.10, January 202216.4, August 2024
License infoCommercial or Open Sourcecommercialcommercial infofree tier for a limited amount of database operationscommercial infoRestricted, free version availableOpen Source infoApache Version 2; enterprise edition availableOpen Source infoBSD
Cloud-based only infoOnly available as a cloud serviceyesyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
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: RustANSI C, C++C++ and CUDAC
Server operating systemsAmazon LinuxhostedAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
LinuxFreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
Data schemeyesschema-freeschema free, schema optional, schema required, partial schema,yesyes
Typing infopredefined data types such as float or dateyesyesyes, ANSI SQL Types, JSON, typed binary structuresyesyes
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.yesnonoyes infospecific XML-type available, but no XML query functionality.
Secondary indexesyesyesyesnoyes
SQL infoSupport of SQLyes, MySQL and PostgreSQL dialectsnoyes, ANSI SQL with proprietary extensionsyesyes 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
RESTful HTTP APIADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
JDBC
ODBC
Thrift
Vega
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
.Net
ColdFusion
Erlang
Groovy
Java
JavaScript
Perl
PHP
Python
Ruby
.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
All languages supporting JDBC/ODBC/Thrift
Python
.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 extensionsnoyes info.Net, JavaScript, C/C++nouser 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.yes infoby integration with AWS Lambdayesnoyes
Partitioning methods infoMethods for storing different data on different nodesDBMS table partitioning, Horizontal storage partitioning, Sharding, Distributed horizontal partitioning (DSQL)ShardingFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningSharding infoRound robinpartitioning 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
yesyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).Multi-source replicationSource-replica replication infoother methods possible by using 3rd party extensions
MapReduce infoOffers an API for user-defined Map/Reduce methodsnono infomay be implemented via Amazon Elastic MapReduce (Amazon EMR)nonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate/Strong Consistency
Eventual Consistency
Immediate Consistency infocan be specified for read operations
Eventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesnoyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID, Multi-statementACID infoACID across one or more tables within a single AWS account and regiontunable from ACID to Eventually ConsistentnoACID
Concurrency infoSupport for concurrent manipulation of dataMultiversion concurrency control (MVCC) with fully compatible MySQL and PostgreSQL options. Optimistic concurrency control (OCC) in Aurora DSQL.yesyesyesyes
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.yesYes, tunable from durable to delayed durability to in-memoryyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesno
User concepts infoAccess controlRole based permissions
Row level security
Access rights for users and roles can be defined via the AWS Identity and Access Management (IAM)Fine grained access rights according to SQL-standard with additional protections for filesfine 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


» more


» more


» more

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

More resources
Amazon AuroraAmazon DynamoDBFaircom DB infoformerly c-treeACEHEAVY.AI infoFormerly named 'OmniSci', rebranded to 'HEAVY.AI' in March 2022PostgreSQL
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

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

Increased popularity for consuming DBMS services out of the cloud
2 October 2015, Paul Andlinger

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

How GaadiBazaar reduced database costs by 40% with Aurora MySQL Serverless
13 February 2025, AWS Blog

Simplify database authentication management with the Amazon Aurora PostgreSQL pg_ad_mapping extension
10 February 2025, AWS Blog

Amazon Aurora PostgreSQL Limitless Database is now generally available
31 October 2024, AWS Blog

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

How Aqua Security exports query data from Amazon Aurora to deliver value to their customers at scale
29 January 2025, AWS Blog

provided by Google News

Amazon DynamoDB re:Invent 2024 recap
19 December 2024, AWS Blog

AWS introduces Amazon Aurora DSQL and DynamoDB enhancements for multi-region workloads
3 December 2024, SiliconANGLE News

New Amazon DynamoDB zero-ETL integration with Amazon SageMaker Lakehouse | Amazon Web Services
3 December 2024, AWS Blog

2024: A year of innovation and growth for Amazon DynamoDB | Amazon Web Services
3 February 2025, AWS Blog

Using attribute-based access control for tag-based access authorization with Amazon DynamoDB
18 November 2024, AWS Blog

provided by Google News

FairCom Releases RTG v5: Data Made Simple
16 December 2024, Business Wire

FairCom Unveils New Look, FairCom DB v13: Introducing 'DB Made Simple'
4 June 2024, Business Wire

Trend-Setting Products in Data and Information Management for 2025
5 December 2024, Database Trends and Applications

provided by Google News

5 Q’s for Mike Flaxman, Vice President of Heavy.AI
15 August 2024, Center for Data Innovation

HEAVY.AI Announces Availability of Analytics Platform Accelerated by NVIDIA Grace Hopper Superchip
21 January 2025, Business Wire

HEAVY.AI Accelerates Big Data Analytics with Vultr's High-Performance GPU Cloud Infrastructure
11 September 2024, Inside AI News

HEAVY.AI Launches Analytics Platform Optimized for NVIDIA Grace Hopper Superchip
21 January 2025, SDxCentral

HEAVY.AI Launches HEAVY 7.0, Introducing Real-Time Machine Learning Capabilities
19 April 2023, Business Wire

provided by Google News

A PostgreSQL zero-day was also exploited in US Treasury hack (CVE-2025-1094)
17 February 2025, Help Net Security

Microsoft open sources PostgreSQL extensions to muscle in on NoSQL
11 February 2025, The Register

PostgreSQL flaw exploited as zero-day in BeyondTrust breach
14 February 2025, BleepingComputer

PostgreSQL Vulnerability Exploited Alongside BeyondTrust Zero-Day in Targeted Attacks
14 February 2025, The Hacker News

Rapid7 Flags New PostgreSQL Zero-Day Connected to BeyondTrust Exploitation
13 February 2025, SecurityWeek

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

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.

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

RaimaDB logo

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

Present your product here