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

DBMS > Amazon Redshift vs. ClickHouse vs. Microsoft SQL Server vs. Riak KV vs. YDB

System Properties Comparison Amazon Redshift vs. ClickHouse vs. Microsoft SQL Server vs. Riak KV vs. YDB

Editorial information provided by DB-Engines
NameAmazon Redshift  Xexclude from comparisonClickHouse  Xexclude from comparisonMicrosoft SQL Server  Xexclude from comparisonRiak KV  Xexclude from comparisonYDB  Xexclude from comparison
DescriptionLarge scale data warehouse service for use with business intelligence toolsA high-performance, column-oriented SQL DBMS for online analytical processing (OLAP) that uses all available system resources to their full potential to process each analytical query as fast as possible. It is available as both an open-source software and a cloud offering.Microsofts flagship relational DBMSDistributed, fault tolerant key-value storeA distributed fault-tolerant database service, with high availability, scalability, immediate consistency and ACID transactions and providing an Amazon DynamoDB compatible API
Primary database modelRelational DBMSRelational DBMSRelational DBMSKey-value store infowith links between data sets and object tags for the creation of secondary indexesDocument store
Relational DBMS
Secondary database modelsTime Series DBMSDocument store
Graph DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score15.25
Rank#38  Overall
#23  Relational DBMS
Score15.88
Rank#37  Overall
#22  Relational DBMS
Score807.76
Rank#3  Overall
#3  Relational DBMS
Score3.84
Rank#76  Overall
#9  Key-value stores
Score0.39
Rank#269  Overall
#43  Document stores
#126  Relational DBMS
Websiteaws.amazon.com/­redshiftclickhouse.comwww.microsoft.com/­en-us/­sql-servergithub.com/­ydb-platform/­ydb
ydb.tech
Technical documentationdocs.aws.amazon.com/­redshiftclickhouse.com/­docslearn.microsoft.com/­en-US/­sql/­sql-serverwww.tiot.jp/­riak-docs/­riak/­kv/­latestydb.tech/­en/­docs
DeveloperAmazon (based on PostgreSQL)Clickhouse Inc.MicrosoftOpenSource, formerly Basho TechnologiesYandex
Initial release20122016198920092019
Current releasev24.6.2.17-stable, July 2024SQL Server 2022, November 20223.2.0, December 2022
License infoCommercial or Open SourcecommercialOpen Source infoApache 2.0commercial inforestricted free version is availableOpen Source infoApache version 2, commercial enterprise editionOpen Source infoApache 2.0; commercial license available
Cloud-based only infoOnly available as a cloud serviceyesnononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • ClickHouse Cloud: Get the performance you love from open source ClickHouse in a serverless offering that takes care of the details so you can spend more time getting insight out of the fastest database on earth.
  • DoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
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 languageCC++C++Erlang
Server operating systemshostedFreeBSD
Linux
macOS
Linux
Windows
Linux
OS X
Linux
Data schemeyesyesyesschema-freeFlexible Schema (defined schema, partial schema, schema free)
Typing infopredefined data types such as float or dateyesyesyesnoyes
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.nonoyesnono
Secondary indexesrestrictedyesyesrestrictedyes
SQL infoSupport of SQLyes infodoes not fully support an SQL-standardClose to ANSI SQL (SQL/JSON + extensions)yesnoSQL-like query language (YQL)
APIs and other access methodsJDBC
ODBC
gRPC
HTTP REST
JDBC
MySQL wire protocol
ODBC
PostgreSQL wire protocol
Proprietary protocol
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
HTTP API
Native Erlang Interface
RESTful HTTP API (DynamoDB compatible)
Supported programming languagesAll languages supporting JDBC/ODBCC# info3rd party library
C++
Elixir info3rd party library
Go info3rd party library
Java info3rd party library
JavaScript (Node.js) info3rd party library
Kotlin info3rd party library
Nim info3rd party library
Perl info3rd party library
PHP info3rd party library
Python info3rd party library
R info3rd party library
Ruby info3rd party library
Rust
Scala info3rd party library
C#
C++
Delphi
Go
Java
JavaScript (Node.js)
PHP
Python
R
Ruby
Visual Basic
C infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
Go
Java
JavaScript (Node.js)
PHP
Python
Server-side scripts infoStored proceduresuser defined functions infoin PythonyesTransact SQL, .NET languages, R, Python and (with SQL Server 2019) JavaErlangno
Triggersnonoyesyes infopre-commit hooks and post-commit hooks
Partitioning methods infoMethods for storing different data on different nodesShardingkey based and customtables can be distributed across several files (horizontal partitioning); sharding through federationSharding infono "single point of failure"Sharding
Replication methods infoMethods for redundantly storing data on multiple nodesyesAsynchronous and synchronous physical replication; geographically distributed replicas; support for object storages.yes, but depending on the SQL-Server Editionselectable replication factorActive-passive shard replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyEventual ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes infoinformational only, not enforced by the systemnoyesno infolinks between data sets can be storedno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoACIDnoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesno
User concepts infoAccess controlfine grained access rights according to SQL-standardAccess rights for users and roles. Column and row based policies. Quotas and resource limits. Pluggable authentication with LDAP and Kerberos. Password based, X.509 certificate, and SSH key authentication.fine grained access rights according to SQL-standardyes, using Riak SecurityAccess rights defined for Yandex Cloud users

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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more
DoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
» 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 SQL Server gives you a fully graphical approach to database management and development.
» more

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

More resources
Amazon RedshiftClickHouseMicrosoft SQL ServerRiak KVYDB
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

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

Conferences, events and webinars

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

Recent citations in the news

Amazon RDS for MySQL zero-ETL integration with Amazon Redshift, now generally available, enables near real-time analytics
12 September 2024, AWS Blog

Amazon Redshift Serverless is now available in the AWS Asia Pacific (Hong Kong) and Israel (Tel Aviv) Regions
12 September 2024, AWS Blog

Amazon Redshift Serverless now supports AWS PrivateLink
30 August 2024, AWS Blog

Harness Zero Copy data sharing from Salesforce Data Cloud to Amazon Redshift for Unified Analytics – Part 2
12 September 2024, AWS Blog

Harness Zero Copy data sharing from Salesforce Data Cloud to Amazon Redshift for Unified Analytics – Part 1
27 August 2024, AWS Blog

provided by Google News

A Beginner’s Guide to ClickHouse Database
13 September 2024, KDnuggets

Real-time database startup ClickHouse acquires PeerDB to expand its Postgres support
30 July 2024, TechCrunch

Azur Games migrates all game analytics data to ClickHouse Cloud on AWS
16 July 2024, AWS Blog

Database startup ClickHouse Announces PeerDB Acquistion
31 July 2024, Tech Times

ClickHouse Acquires PeerDB to Advance Postgres CDC Integration Solutions
1 August 2024, Datanami

provided by Google News

Threat Actors Target Contractor Software
18 September 2024, Dark Reading

Make SQL Server end of support the start of your AWS cloud journey
12 June 2024, AWS Blog

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

SQL Server vNext: When and What Is Coming
15 May 2024, Redmondmag.com

Mastering the SQL Server command-line interface
30 May 2024, SitePoint

provided by Google News

Basho Revamps Riak Open-Source Database
22 September 2023, InformationWeek

Top 8 Best NoSQL Databases in 2024
9 September 2024, AIM

A Critique of Resizable Hash Tables: Riak Core & Random Slicing
26 August 2018, InfoQ.com

Riak NoSQL snapped up by Bet365
12 September 2017, ComputerWeekly.com

If you wagered Bet365 would buy up Basho's remains, you'd be a big winner right now
25 August 2017, The Register

provided by Google News

Data leak from Russian delivery app shows dining habits of the secret police
3 April 2022, The Verge

Yandex code leak: Why hack of ‘Russian Google’s’ ranking factors has spooked the SEO industry
1 February 2023, The Indian Express

Personal Data Protection Service Initiates Probe into Yandex.Go App’s Data Processing
10 August 2023, Civil Georgia

Yandex Food Delivery Service Leak Revealed Personal Information of Russia's Secret Police
3 April 2022, Tech Times

Russian Court Sues Yandex CEO For LGBT Propaganda Case
3 January 2024, VOI.ID

provided by Google News



Share this page

Featured Products

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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

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.

Present your product here