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

DBMS > ClickHouse vs. CouchDB vs. FatDB vs. MySQL vs. openGauss

System Properties Comparison ClickHouse vs. CouchDB vs. FatDB vs. MySQL vs. openGauss

Editorial information provided by DB-Engines
NameClickHouse  Xexclude from comparisonCouchDB infostands for "Cluster Of Unreliable Commodity Hardware"  Xexclude from comparisonFatDB  Xexclude from comparisonMySQL  Xexclude from comparisonopenGauss  Xexclude from comparison
FatDB/FatCloud has ceased operations as a company with February 2014. FatDB is discontinued and excluded from the ranking.
DescriptionA 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.A native JSON - document store inspired by Lotus Notes, scalable from globally distributed server-clusters down to mobile phones.A .NET NoSQL DBMS that can integrate with and extend SQL Server.Widely used open source RDBMSAn enterprise-class RDBMS compatible with high-performance, high-availability and high-performance originally developed by Huawei
Primary database modelRelational DBMSDocument storeDocument store
Key-value store
Relational DBMS infoKey/Value like access via memcached APIRelational DBMS
Secondary database modelsTime Series DBMSSpatial DBMS infousing the Geocouch extensionDocument store
Spatial DBMS
Document store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score15.88
Rank#37  Overall
#22  Relational DBMS
Score7.46
Rank#51  Overall
#7  Document stores
Score1029.49
Rank#2  Overall
#2  Relational DBMS
Score1.11
Rank#175  Overall
#79  Relational DBMS
Websiteclickhouse.comcouchdb.apache.orgwww.mysql.comgitee.com/­opengauss
opengauss.org
Technical documentationclickhouse.com/­docsdocs.couchdb.org/­en/­stabledev.mysql.com/­docdocs.opengauss.org/­en
gitee.com/­opengauss/­docs
DeveloperClickhouse Inc.Apache Software Foundation infoApache top-level project, originally developed by Damien Katz, a former Lotus Notes developerFatCloudOracle infosince 2010, originally MySQL AB, then SunHuawei and openGauss community
Initial release20162005201219952019
Current releasev24.6.2.17-stable, July 20243.3.3, December 20239.0.0, July 20243.0, March 2022
License infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoApache version 2commercialOpen Source infoGPL version 2. Commercial licenses with extended functionallity are availableOpen Source
Cloud-based only infoOnly available as a cloud servicenonononono
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.
Implementation languageC++ErlangC#C and C++C, C++, Java
Server operating systemsFreeBSD
Linux
macOS
Android
BSD
Linux
OS X
Solaris
Windows
WindowsFreeBSD
Linux
OS X
Solaris
Windows
Linux
Data schemeyesschema-freeschema-freeyesyes
Typing infopredefined data types such as float or dateyesnoyesyesyes
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.nonoyesno
Secondary indexesyesyes infovia viewsyesyesyes
SQL infoSupport of SQLClose to ANSI SQL (SQL/JSON + extensions)nono infoVia inetgration in SQL Serveryes infowith proprietary extensionsANSI SQL 2011
APIs and other access methodsgRPC
HTTP REST
JDBC
MySQL wire protocol
ODBC
PostgreSQL wire protocol
Proprietary protocol
RESTful HTTP/JSON API.NET Client API
LINQ
RESTful HTTP API
RPC
Windows WCF Bindings
ADO.NET
JDBC
ODBC
Proprietary native API
JDBC
ODBC
Supported programming languagesC# 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#
ColdFusion
Erlang
Haskell
Java
JavaScript
Lisp
Lua
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
Ruby
Smalltalk
C#Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C
C++
Java
Server-side scripts infoStored proceduresyesView functions in JavaScriptyes infovia applicationsyes infoproprietary syntaxyes
Triggersnoyesyes infovia applicationsyesyes
Partitioning methods infoMethods for storing different data on different nodeskey based and customSharding infoimproved architecture with release 2.0Shardinghorizontal partitioning, sharding with MySQL Cluster or MySQL Fabrichorizontal partitioning (by range, list and hash)
Replication methods infoMethods for redundantly storing data on multiple nodesAsynchronous and synchronous physical replication; geographically distributed replicas; support for object storages.Multi-source replication
Source-replica replication
selectable replication factorMulti-source replication
Source-replica replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual ConsistencyEventual Consistency
Immediate Consistency
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynononoyes infonot for MyISAM storage engineyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanono infoatomic operations within a single document possiblenoACID infonot for MyISAM storage engineACID
Concurrency infoSupport for concurrent manipulation of datayesyes infostrategy: optimistic lockingyesyes infotable locks or row locks depending on storage engineyes
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.yesnoyesno
User concepts infoAccess controlAccess 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.Access rights for users can be defined per databaseno infoCan implement custom security layer via applicationsUsers with fine-grained authorization concept infono user groups or rolesAccess rights for users, groups and roles 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 partiesDoubleCloud: 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 MySQL and many other database management systems.
» more

Navicat for MySQL is the ideal solution for MySQL/MariaDB administration and development.
» 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
ClickHouseCouchDB infostands for "Cluster Of Unreliable Commodity Hardware"FatDBMySQLopenGauss
DB-Engines blog posts

Couchbase climbs up the DB-Engines Ranking, increasing its popularity by 10% every month
2 June 2014, 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

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

IBM Cloudant pulls plan to fund new foundational layer for CouchDB
15 March 2022, The Register

How to install the CouchDB NoSQL database on Debian Server 11
16 June 2022, TechRepublic

CouchDB 3.0 ends admin party era
27 February 2020, DevClass

Hadoop, CouchDB Next Targets in Wave of Database Attacks
20 January 2017, Threatpost

How to Connect Your Flask App With CouchDB: A NoSQL Database - MUO
14 August 2021, MakeUseOf

provided by Google News

Announcing MySQL Implementation Oracle Certified Associate Exam
18 September 2024, blogs.oracle.com

Learn how Presence migrated off a monolithic Amazon RDS for MySQL instance, with near-zero downtime, using replication filters
17 September 2024, AWS Blog

Older PHP & MySQL no longer working in Later Versions
15 May 2024, SitePoint

How to get started with MySQL
31 July 2024, InfoWorld

Latest MySQL release is underwhelming, say some DB experts
16 July 2024, The Register

provided by Google News

openGauss Open Source Community Officially Launch
1 July 2020, huawei.com

Engineering Students from Thammasat Win 2 'Huawei ICT' Awards to Represent Thailand in Asia-Pacific Competition.
12 January 2024, tu.ac.th

Huawei releases six products to supercharge the cloud
29 April 2021, Myrepublica

Ethiopian Students Finish third in Global ICT Competition
29 May 2023, Ethiopian Monitor

Diversified Computing: Open Innovation for Shared Success
30 September 2020, huawei.com

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.

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.

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