DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Amazon Redshift vs. MySQL vs. SAP HANA vs. Stardog vs. YugabyteDB

System Properties Comparison Amazon Redshift vs. MySQL vs. SAP HANA vs. Stardog vs. YugabyteDB

Editorial information provided by DB-Engines
NameAmazon Redshift  Xexclude from comparisonMySQL  Xexclude from comparisonSAP HANA  Xexclude from comparisonStardog  Xexclude from comparisonYugabyteDB  Xexclude from comparison
DescriptionLarge scale data warehouse service for use with business intelligence toolsWidely used open source RDBMSIn-memory, column based data store. Available as appliance or cloud serviceEnterprise Knowledge Graph platform and graph DBMS with high availability, high performance reasoning, and virtualizationHigh-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primary database modelRelational DBMSRelational DBMS infoKey/Value like access via memcached APIRelational DBMSGraph DBMS
RDF store
Relational DBMS
Secondary database modelsDocument store
Spatial DBMS
Document store
Graph DBMS infowith SAP Hana, Enterprise Edition
Spatial DBMS
Document store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score19.03
Rank#34  Overall
#21  Relational DBMS
Score1087.72
Rank#2  Overall
#2  Relational DBMS
Score45.84
Rank#22  Overall
#16  Relational DBMS
Score2.05
Rank#129  Overall
#11  Graph DBMS
#6  RDF stores
Score3.11
Rank#99  Overall
#51  Relational DBMS
Websiteaws.amazon.com/­redshiftwww.mysql.comwww.sap.com/­products/­hana.htmlwww.stardog.comwww.yugabyte.com
Technical documentationdocs.aws.amazon.com/­redshiftdev.mysql.com/­dochelp.sap.com/­hanadocs.stardog.comdocs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
DeveloperAmazon (based on PostgreSQL)Oracle infosince 2010, originally MySQL AB, then SunSAPStardog-UnionYugabyte Inc.
Initial release20121995201020102017
Current release8.3.0, January 20242.0 SPS07 (April 4, 2023), April 20237.3.0, May 20202.19, September 2023
License infoCommercial or Open SourcecommercialOpen Source infoGPL version 2. Commercial licenses with extended functionallity are availablecommercialcommercial info60-day fully-featured trial license; 1-year fully-featured non-commercial use license for academics/studentsOpen Source infoApache 2.0
Cloud-based only infoOnly available as a cloud serviceyesnono infoalso available as a cloud based servicenono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.YugabyteDB Managed is the fully managed database-as-a-service offering of YugabyteDB. Get started quickly, and effortlessly ensure continuous availability and limitless scale of your cloud native applications.
Implementation languageCC and C++JavaC and C++
Server operating systemshostedFreeBSD
Linux
OS X
Solaris
Windows
Appliance or cloud-serviceLinux
macOS
Windows
Linux
OS X
Data schemeyesyesyesschema-free and OWL/RDFS-schema supportdepending on used data model
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.noyesnono infoImport/export of XML data possibleno
Secondary indexesrestrictedyesyesyes infosupports real-time indexing in full-text and geospatialyes
SQL infoSupport of SQLyes infodoes not fully support an SQL-standardyes infowith proprietary extensionsyesYes, compatible with all major SQL variants through dedicated BI/SQL Serveryes, PostgreSQL compatible
APIs and other access methodsJDBC
ODBC
ADO.NET
JDBC
ODBC
Proprietary native API
JDBC
ODBC
GraphQL query language
HTTP API
Jena RDF API
OWL
RDF4J API
Sesame REST HTTP Protocol
SNARL
SPARQL
Spring Data
Stardog Studio
TinkerPop 3
JDBC
YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language
YSQL - a fully relational SQL API that is wire compatible with the SQL language in PostgreSQL
Supported programming languagesAll languages supporting JDBC/ODBCAda
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
Clojure
Groovy
Java
JavaScript
Python
Ruby
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Scala
Server-side scripts infoStored proceduresuser defined functions infoin Pythonyes infoproprietary syntaxSQLScript, Ruser defined functions and aggregates, HTTP Server extensions in Javayes infosql, plpgsql, C
Triggersnoyesyesyes infovia event handlersyes
Partitioning methods infoMethods for storing different data on different nodesShardinghorizontal partitioning, sharding with MySQL Cluster or MySQL FabricyesnoneHash and Range Sharding, row-level geo-partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesyesMulti-source replication
Source-replica replication
yesMulti-source replication in HA-ClusterBased on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate Consistency in HA-ClusterStrong consistency on writes and tunable consistency on reads
Foreign keys infoReferential integrityyes infoinformational only, not enforced by the systemyes infonot for MyISAM storage engineyesyes inforelationships in graphsyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACID infonot for MyISAM storage engineACIDACIDDistributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoSupport for concurrent manipulation of datayesyes infotable locks or row locks depending on storage engineyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes infobased on RocksDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesyesno
User concepts infoAccess controlfine grained access rights according to SQL-standardUsers with fine-grained authorization concept infono user groups or rolesyesAccess rights for users and rolesyes
More information provided by the system vendor
Amazon RedshiftMySQLSAP HANAStardogYugabyteDB
Specific characteristicsYugabyteDB is an open source distributed SQL database for cloud native transactional...
» more
Competitive advantagesPostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» more
Typical application scenariosSystems of record and engagement for cloud native applications that require resilience,...
» more
Market metrics2 Million+ lifetime clusters deployed, 6.5K+ GitHub stars, 7K YugabyteDB Community...
» more
Licensing and pricing modelsApache 2.0 license for the database
» 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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more
Navicat for MySQL is the ideal solution for MySQL/MariaDB administration and development.
» more

Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
» more

Navicat Monitor is a safe, simple and agentless remote server monitoring tool for MySQL and many other database management systems.
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» 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
Amazon RedshiftMySQLSAP HANAStardogYugabyteDB
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

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

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

Power analytics as a service capabilities using Amazon Redshift | Amazon Web Services
17 April 2024, AWS Blog

Explore data with ease: Use SQL and Text-to-SQL in Amazon SageMaker Studio JupyterLab notebooks | Amazon Web ...
16 April 2024, AWS Blog

How Aura from Unity revolutionized their big data pipeline with Amazon Redshift Serverless | Amazon Web Services
4 April 2024, AWS Blog

Amazon Redshift adds new AI capabilities, including Amazon Q, to boost efficiency and productivity | Amazon Web ...
29 November 2023, AWS Blog

Amazon Redshift announcements at AWS re:Invent 2023 to enable analytics on all your data | Amazon Web Services
29 November 2023, AWS Blog

provided by Google News

PostgreSQL or MySQL: What Should I Choose for My Full-Stack Project?
10 April 2024, hackernoon.com

Amazon Aurora MySQL version 2 (with MySQL 5.7 compatibility) to version 3 (with MySQL 8.0 compatibility) upgrade ...
18 March 2024, AWS Blog

Oracle Academy encourages students to build MySQL skills and knowledge
4 April 2024, Oracle

Best Practices for Configuring MySQL Replication
26 March 2024, DevOps.com

General Availability: Azure MySQL Import feature for Azure Database for MySQL Single to Flexible Server migrations ...
17 January 2024, Microsoft

provided by Google News

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

Surviving the Storm: Disaster-recovery for SAP HANA Downtime
21 August 2023, Spiceworks News and Insights

provided by Google News

Yugabyte Achieves PCI DSS Level 1 Compliance, Validating Secure and Scalable Distributed PostgreSQL for ...
14 March 2024, Business Wire

YugabyteDB Becomes First Distributed SQL Database Vendor to Complete CIS Benchmark
1 February 2024, Datanami

Scout24 Selects YugabyteDB to Upscale Global Hospitality Management System with Global Distribution and High ...
6 February 2024, Yahoo Finance

Yugabyte adds multiregion Kubernetes support to YugabyteDB 2.18
24 May 2023, InfoWorld

Yugabyte Announces CIS Benchmark for YugabyteDB to Elevate Data Security Standards
31 January 2024, Business Wire

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

AllegroGraph logo

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

Neo4j logo

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

Present your product here