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

DBMS > Aerospike vs. Amazon Aurora vs. MySQL

System Properties Comparison Aerospike vs. Amazon Aurora vs. MySQL

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameAerospike infopreviously called Citrusleaf  Xexclude from comparisonAmazon Aurora  Xexclude from comparisonMySQL  Xexclude from comparison
DescriptionReal-time database for speed, scale, and savings. Millisecond latency for mixed read/write workloads. Highly distributed. Proven strong consistency. Distributed ACID Transactions. Flash optimized for low cost of ownership and scalability. Aerospike Database is a shared-nothing, multi-threaded, multi-model data platform designed to operate efficiently on a cluster of server nodes, exploiting modern hardware and network technologies to drive reliably fast performance, at sub-millisecond speeds across petabytes of data.Fully managed relational database service built for the cloud providing unparalleled high performance and availability at global scale for MySQL, PostgreSQL, and DSQLWidely used open source RDBMS
Primary database modelDocument store
Graph DBMS infoleveraging Apache Tinkerpop
Key-value store
Spatial DBMS
Vector DBMS
Relational DBMSRelational DBMS infoKey/Value like access via memcached API
Secondary database modelsDocument store
Spatial DBMS
Vector DBMS
Document store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score5.45
Rank#58  Overall
#10  Document stores
#3  Graph DBMS
#7  Key-value stores
#2  Spatial DBMS
#5  Vector DBMS
Score7.25
Rank#46  Overall
#29  Relational DBMS
Score964.98
Rank#2  Overall
#2  Relational DBMS
Websiteaerospike.comaws.amazon.com/­rds/­aurorawww.mysql.com
Technical documentationaerospike.com/­docs
docs.aerospike.com
docs.aws.amazon.com/­AmazonRDS/­latest/­AuroraUserGuide/­CHAP_AuroraOverview.html
docs.aws.amazon.com/­aurora-dsql/­latest/­userguide/­what-is-aurora-dsql.html
dev.mysql.com/­doc
Social network pagesLinkedIn
DeveloperAerospikeAmazonOracle infosince 2010, originally MySQL AB, then Sun
Initial release201220151995
Current release8.0, February 2025Aurora 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.html9.0.0, July 2024
License infoCommercial or Open SourceOpen Source, Commercial infoApache and AGPL Licenses; open sourced in June 2014; commercial Enterprise Edition availablecommercialOpen Source infoGPL version 2. Commercial licenses with extended functionallity are available
Cloud-based only infoOnly available as a cloud servicenoyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Aerospike Cloud: aerospike.com/­products/­aerospike-cloud
Implementation languageCPostgreSQL/MySQL: C, C++, Aurora DSQL: RustC and C++
Server operating systemsLinuxAmazon LinuxFreeBSD
Linux
OS X
Solaris
Windows
Data schemeschema-freeyesyes
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.noyesyes
Secondary indexesyesyesyes
SQL infoSupport of SQLvia Trino Connector or JDBC driveryes, MySQL and PostgreSQL dialectsyes infowith proprietary extensions
APIs and other access methodsJDBC
Proprietary protocol
REST
TinkerPop Gremlin
DSQL 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
Supported programming languages.Net
C
C# (.NET)
C++
Erlang
Go
Java
JavaScript (Node.js)
Lua
PHP
Python
Ruby
Rust
Ada
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
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Server-side scripts infoStored proceduresuser defined functions infowith LuaPL/pgSQL, MySQL stored program language, APG trusted language extensionsyes infoproprietary syntax
TriggersnoAurora MySQL: Yes. Aurora PostgreSQL: Yes. Aurora DSQL: No.yes
Partitioning methods infoMethods for storing different data on different nodesAuto-ShardingDBMS table partitioning, Horizontal storage partitioning, Sharding, Distributed horizontal partitioning (DSQL)horizontal partitioning, sharding with MySQL Cluster or MySQL Fabric
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factorFull replication
Logical replication
Snapshot replication
Transactional replication
Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infoAerospike Aggregation Framework is similar to Map/Reducenono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency in cross-datacenter configuration and Immediate Strong Consistency in local cluster configuration. Also supports single cluster deployments with strong consistency across multiple AZs and Regions.Eventual Consistency
Immediate/Strong Consistency
Immediate Consistency
Foreign keys infoReferential integritynoyesyes infonot for MyISAM storage engine
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic Distributed ACID transactions execution of operationsACID, Multi-statementACID infonot for MyISAM storage engine
Concurrency infoSupport for concurrent manipulation of datayesMultiversion concurrency control (MVCC) with fully compatible MySQL and PostgreSQL options. Optimistic concurrency control (OCC) in Aurora DSQL.yes infotable locks or row locks depending on storage engine
Durability infoSupport for making data persistentyesData 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
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes
User concepts infoAccess controlLDAP external authentication: aerospike.com/­docs/­server/­operations/­configure/­security/­ldap
Mutual TLS authentication (PKI auth): aerospike.com/­docs/­server/­operations/­configure/­network/­tls
Password authentication: aerospike.com/­docs/­server/­operations/­configure/­security/­access-control infowith Enterprise Edition only
Role-Based Access Control (RBAC): aerospike.com/­docs/­graph/­security/­access-control
Access rights for users and roles
Role based permissions
Row level security
Users with fine-grained authorization concept infono user groups or roles
More information provided by the system vendor
Aerospike infopreviously called CitrusleafAmazon AuroraMySQL
Specific characteristicsAerospike is an enterprise-class, NoSQL database solution delivering predictable...
» more
Competitive advantagesOptimized for use with SSDs (solid-state hard drives) Scales horizontally and vertically...
» more
Typical application scenariosAerospike excels in mission-critical applications that have mixed read/write workloads...
» more
Key customersNielsen, Williams-Sonoma, Inmobi, AppNexus, Telco (confidential), Financial Services...
» more
Market metricsAerospike's combination of speed, scalability, and reliability delivers 10x performance...
» more
Licensing and pricing modelsSubscription-based Enterprise Edition and free, open-source Community Edition
» 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

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

More resources
Aerospike infopreviously called CitrusleafAmazon AuroraMySQL
DB-Engines blog posts

Evaluating Hbase and Aerospike Solutions for Real-time System of Record
17 March 2020,  Srini Srinivasan, Aerospike (sponsor) 

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

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

show all

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

MariaDB strengthens its position in the open source RDBMS market
5 April 2018, Matthias Gelbmann

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

show all

Recent citations in the news

Aerospike says it has achieved a milestone in NoSQL OLTP performance
5 February 2025, SiliconANGLE

Latest Aerospike database update prioritizes performance
5 February 2025, TechTarget

Analysts welcome ACID transactions on real-time distributed Aerospike
13 February 2025, theregister.com

AI-driven database solutions: Aerospike to scale new heights with $30m growth financing
5 December 2024, Tech Funding News

Aerospike: Interview With CEO Subbu Iyer About The Real-Time Database Scaling Company
23 September 2024, Pulse 2.0

provided by Google News

Optimizing cost savings: The advantage of Amazon Aurora over self-managed open source databases
31 March 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

Introducing scaling to 0 capacity with Amazon Aurora Serverless v2
20 November 2024, Amazon Web Services

How Mindbody improved query latency and optimized costs using Amazon Aurora PostgreSQL Optimized Reads
21 February 2025, Amazon Web Services

provided by Google News

30 years of MySQL, the database that changed the world
6 May 2025, theregister.com

Study and Get Certified For MySQL With Oracle University For Free
6 May 2025, i-programmer.info

Continuent Releases Tungsten Cluster v8, Expanding Enterprise-Grade MySQL High Availability with Powerful New Features and Tools
6 May 2025, Yahoo Finance

MySQL Explained: Your Guide to Mastering This Powerful Database
29 August 2024, Oracle

Migrate very large databases to Amazon Aurora MySQL using MyDumper and MyLoader
27 February 2025, Amazon Web Services

provided by Google News



Share this page

Featured Products

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.

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

Present your product here