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 > ClickHouse vs. Google Cloud Datastore vs. MySQL vs. Raima Database Manager vs. Teradata

System Properties Comparison ClickHouse vs. Google Cloud Datastore vs. MySQL vs. Raima Database Manager vs. Teradata

Editorial information provided by DB-Engines
NameClickHouse  Xexclude from comparisonGoogle Cloud Datastore  Xexclude from comparisonMySQL  Xexclude from comparisonRaima Database Manager infoformerly named db_Vista  Xexclude from comparisonTeradata  Xexclude from comparison
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.Automatically scaling NoSQL Database as a Service (DBaaS) on the Google Cloud PlatformWidely used open source RDBMSRDBMS with a small footprint, either embedded into an application or used as a database serverA hybrid cloud data analytics software platform (Teradata Vantage)
Primary database modelRelational DBMSDocument storeRelational DBMS infoKey/Value like access via memcached APIRelational DBMS
Time Series DBMS
Relational DBMS
Secondary database modelsTime Series DBMSDocument store
Spatial DBMS
Document store
Graph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score16.20
Rank#37  Overall
#23  Relational DBMS
Score4.49
Rank#79  Overall
#12  Document stores
Score1087.72
Rank#2  Overall
#2  Relational DBMS
Score0.48
Rank#261  Overall
#122  Relational DBMS
#22  Time Series DBMS
Score47.84
Rank#21  Overall
#15  Relational DBMS
Websiteclickhouse.comcloud.google.com/­datastorewww.mysql.comraima.comwww.teradata.com
Technical documentationclickhouse.com/­docscloud.google.com/­datastore/­docsdev.mysql.com/­docdocs.raima.comdocs.teradata.com
DeveloperClickhouse Inc.GoogleOracle infosince 2010, originally MySQL AB, then SunRaima Inc.Teradata
Initial release20162008199519841984
Current releasev23.12.1.1368-stable, December 20238.3.0, January 202415, June 2021Teradata Vantage 1.0 MU2, January 2019
License infoCommercial or Open SourceOpen Source infoApache 2.0commercialOpen Source infoGPL version 2. Commercial licenses with extended functionallity are availablecommercialcommercial
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • DoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
  • 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.
  • Aiven for Clickhouse: Managed cloud data warehousing with high-speed analytics.
Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
Implementation languageC++C and C++C
Server operating systemsFreeBSD
Linux
macOS
hostedFreeBSD
Linux
OS X
Solaris
Windows
Android
HP-UX
Integrity RTOS
iOS
Linux
OS X
QNX
Solaris
VxWorks
Windows
hosted
Linux
Data schemeyesschema-freeyesyesyes
Typing infopredefined data types such as float or dateyesyes, details hereyesyesyes
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 infoExporting/Importing of XML structures possibleyes
Secondary indexesyesyesyesyesyes infoJoin-index to prejoin tables, aggregate index, sparse index, hash index
SQL infoSupport of SQLClose to ANSI SQL (SQL/JSON + extensions)SQL-like query language (GQL)yes infowith proprietary extensionsyesyes infoSQL 2016 + extensions
APIs and other access methodsgRPC
HTTP REST
JDBC
MySQL wire protocol
ODBC
PostgreSQL wire protocol
Proprietary protocol
gRPC (using protocol buffers) API
RESTful HTTP/JSON API
ADO.NET
JDBC
ODBC
Proprietary native API
ADO.NET
JDBC
ODBC
RESTful HTTP API
.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
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
.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
C
C++
Objective-C
PL/SQL
C
C++
Cobol
Java (JDBC-ODBC)
Perl
PL/1
Python
R
Ruby
Server-side scripts infoStored proceduresyesusing Google App Engineyes infoproprietary syntaxyes infobased on the ANSI/ISO SQL Persistent Stored Modules (PSM) specificationyes infoUDFs, stored procedures, table functions in parallel
TriggersnoCallbacks using the Google Apps Engineyesyesyes
Partitioning methods infoMethods for storing different data on different nodeskey based and customShardinghorizontal partitioning, sharding with MySQL Cluster or MySQL Fabrichorizontal partitioningSharding infoHashing
Replication methods infoMethods for redundantly storing data on multiple nodesAsynchronous and synchronous physical replication; geographically distributed replicas; support for object storages.Multi-source replication using PaxosMulti-source replication
Source-replica replication
Source-replica replicationMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyes infousing Google Cloud Dataflownonono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate Consistency or Eventual Consistency depending on type of query and configuration infoStrong Consistency is default for entity lookups and queries within an Entity Group (but can instead be made eventually consistent). Other queries are always eventual consistent.Immediate ConsistencyImmediate Consistency or Eventual Consistency depending on configurationImmediate Consistency
Foreign keys infoReferential integritynoyes infovia ReferenceProperties or Ancestor pathsyes infonot for MyISAM storage engineyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsACID infonot for MyISAM storage engineACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes infotable locks or row locks depending on storage engineyes, multi-version concurrency control (MVCC)yes
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.yesnoyesyesyes
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, groups and roles based on Google Cloud Identity and Access Management (IAM)Users with fine-grained authorization concept infono user groups or rolesnofine grained access rights according to SQL-standard
More information provided by the system vendor
ClickHouseGoogle Cloud DatastoreMySQLRaima Database Manager infoformerly named db_VistaTeradata
Specific characteristicsRaima Database Manager (RDM) is an embedded time-series database optimized to run...
» more
Competitive advantagesDecreased time-to-market Industry-standard interfaces & tools for making your job...
» more
Typical application scenariosTypical use cases include: Internet of Things (IoT) Embedded In-Memory Database Time-Series...
» more
Key customersInfor, ABB, The Boeing Company, BAE Systems, Dow Jones, Dun & Bradstreet, Fujitsu,...
» more
Market metricsOver 30 000 applications developers worldwide have field-tested RDM products More...
» more
Licensing and pricing modelsJust as the technical aspects of Raima Database Manager are flexible, so are the...
» more
News

Raima Unveils RaimaDB 16.0: Elevating Database Performance and User Experience
29 February 2024

Raima Announces Release of Raima Database Manager (RDM) v15, a Powerful Embedded Time Series Database
10 June 2021

Raima Announces Release of Raima Database Manager (RDM) v14.2, a Powerful IoT Edge Embedded Database
8 October 2020

Raima Joins BlackBerry QNX Channel Partner Program to Deliver Safety-Critical and Secure Software Solutions
1 October 2020

Raima Expands Their Reseller Network in Asia
19 May 2020

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 partiesAiven for Clickhouse: Managed cloud data warehousing with high-speed analytics.
» more

DoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
» more
Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
» more

Navicat for MySQL is the ideal solution for MySQL/MariaDB administration and development.
» 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

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

More resources
ClickHouseGoogle Cloud DatastoreMySQLRaima Database Manager infoformerly named db_VistaTeradata
DB-Engines blog posts

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

Teradata is the most popular data warehouse DBMS
2 April 2013, Paul Andlinger

show all

Recent citations in the news

Why Clickhouse Should Be Your Next Database
6 July 2023, The New Stack

ClickHouse Cloud & Amazon S3 Express One Zone: Making a blazing fast analytical database even faster | Amazon ...
28 November 2023, AWS Blog

A 1000x Faster Database Solution: ClickHouse’s Aaron Katz
1 November 2023, GrowthCap

TikTok Parent Open Sources Real-Time Data Warehouse
5 July 2023, Datanami

Can LLMs Replace Data Analysts? Getting Answers Using SQL
22 December 2023, Towards Data Science

provided by Google News

Google Cloud is NOT magicking away data egress fees
12 January 2024, The Stack

SAP adds vector datastore to HANA Cloud database
2 November 2023, Techzine Europe

NetApp Cloud Volumes Service datastore support for Google Cloud VMware Engine
7 February 2023, NetApp

Your Memories. Their Cloud.
1 January 2023, The New York Times

All of Google’s cloud database services are now out of beta
16 August 2016, TechCrunch

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

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

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

Zendesk Moves from DynamoDB to MySQL and S3 to Save over 80% in Costs
29 December 2023, InfoQ.com

provided by Google News

Raima re-bundles their Raima Database Manager packages to align with market trends
14 March 2012, Embedded

Edge Computing Enabling the Future | Wind River
2 July 2018, WIND

Raima releases version 3 of Raima Database API for NI LabVIEW
9 November 2014, Embedded

LabVIEW integrates Raima's Database API
7 August 2013, Embedded

IP Core for ASICs & FPGAs meets CAN FD spec
27 January 2014, Embedded

provided by Google News

Teradata (NYSE:TDC) Could Become A Multi-Bagger
18 April 2024, Yahoo Finance UK

Teradata (NYSE:TDC) PT Lowered to $39.00
16 April 2024, Defense World

Teradata Appoints Richard Petley as Chief Revenue Officer
5 April 2024, Business Wire

Teradata Announces Executive Shift with CRO Resignation and Succession - TipRanks.com
5 April 2024, TipRanks

Why We're Not Concerned About Teradata Corporation's (NYSE:TDC) Share Price
26 March 2024, Simply Wall St

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

AllegroGraph logo

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

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.

Present your product here