DB-EnginesEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Altibase vs. ClickHouse vs. Snowflake vs. SQream DB vs. Tarantool

System Properties Comparison Altibase vs. ClickHouse vs. Snowflake vs. SQream DB vs. Tarantool

Editorial information provided by DB-Engines
NameAltibase  Xexclude from comparisonClickHouse  Xexclude from comparisonSnowflake  Xexclude from comparisonSQream DB  Xexclude from comparisonTarantool  Xexclude from comparison
DescriptionAn enterprise grade, high-performance RDBMSA 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.Cloud-based data warehousing service for structured and semi-structured dataa GPU-based, columnar RDBMS for big data analytics workloadsIn-memory computing platform with a flexible data schema for efficiently building high-performance applications
Primary database modelRelational DBMSRelational DBMSRelational DBMSRelational DBMSDocument store
Key-value store
Relational DBMS
Secondary database modelsTime Series DBMSSpatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.86
Rank#205  Overall
#97  Relational DBMS
Score16.25
Rank#37  Overall
#22  Relational DBMS
Score140.60
Rank#7  Overall
#5  Relational DBMS
Score0.67
Rank#225  Overall
#105  Relational DBMS
Score1.58
Rank#142  Overall
#25  Document stores
#24  Key-value stores
#65  Relational DBMS
Websitealtibase.comclickhouse.comwww.snowflake.comsqream.comwww.tarantool.io
Technical documentationgithub.com/­ALTIBASE/­Documents/­tree/­master/­Manualsclickhouse.com/­docsdocs.snowflake.net/­manuals/­index.htmldocs.sqream.comwww.tarantool.io/­en/­doc
DeveloperAltibaseClickhouse Inc.Snowflake Computing Inc.SQream TechnologiesVK
Initial release19992016201420172008
Current releasev7.3, 2023, August 2023v24.6.2.17-stable, July 20242022.1.6, December 20222.10.0, May 2022
License infoCommercial or Open Sourcecommercial infoOpen source edition discontinued with March 2023Open Source infoApache 2.0commercialcommercialOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool Enterprise
Cloud-based only infoOnly available as a cloud servicenonoyesnono
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++C++C++, CUDA, Haskell, Java, ScalaC and C++
Server operating systemsAIX
HP-UX
Linux
FreeBSD
Linux
macOS
hostedLinuxBSD
Linux
macOS
Data schemeyesyesyes infosupport of semi-structured data formats (JSON, XML, Avro)yesFlexible data schema: relational definition for tables with ability to store json-like documents in columns
Typing infopredefined data types such as float or dateyesyesyesyes, ANSI Standard SQL Typesstring, double, decimal, uuid, integer, blob, boolean, datetime
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 indexesyesyesnoyes
SQL infoSupport of SQLANSI SQL-92Close to ANSI SQL (SQL/JSON + extensions)yesyesFull-featured ANSI SQL support
APIs and other access methodsJDBC
ODBC
Proprietary protocol
gRPC
HTTP REST
JDBC
MySQL wire protocol
ODBC
PostgreSQL wire protocol
Proprietary protocol
CLI Client
JDBC
ODBC
.Net
JDBC
ODBC
Open binary protocol
Supported programming languagesC
C++
Java
C# 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
JavaScript (Node.js)
Python
C++
Java
JavaScript (Node.js)
Python
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
Server-side scripts infoStored proceduresstored procedures and stored functionsyesuser defined functionsuser defined functions in PythonLua, C and SQL stored procedures
Triggersyesnono infosimilar concept for controling cloud resourcesnoyes, before/after data modification events, on replication events, client session events
Partitioning methods infoMethods for storing different data on different nodesShardingkey based and customyeshorizontal and vertical partitioningSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.
Replication methods infoMethods for redundantly storing data on multiple nodesyesAsynchronous and synchronous physical replication; geographically distributed replicas; support for object storages.yesnoneAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyCasual consistency across sharding partitions
Eventual consistency within replicaset partition infowhen using asyncronous replication
Immediate Consistency within single instance
Sequential consistency including linearizable read within replicaset partition infowhen using Raft
Foreign keys infoReferential integrityyesnoyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoACIDACIDACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactions
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes, cooperative multitasking
Durability infoSupport for making data persistentyesyesyesyesyes, write ahead logging
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesnoyes, full featured in-memory storage engine with persistence
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.Users with fine-grained authorization concept, user roles and pluggable authenticationAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles

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
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
AltibaseClickHouseSnowflakeSQream DBTarantool
DB-Engines blog posts

Snowflake is the DBMS of the Year 2022, defending the title from last year
3 January 2023, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2021
3 January 2022, Paul Andlinger, Matthias Gelbmann

show all

Data processing speed and reliability: in-memory synchronous replication
9 November 2021,  Vladimir Perepelytsya, Tarantool (sponsor) 

show all

Recent citations in the news

15 Best Database Software Of 2024
3 July 2024, Spotlight | DesignRush

Top 13 In-Memory Computing Companies in the World
16 May 2023, IMARC Group

Up and Coming Latin Rapper Lil Mexico HOV to Release Singles Every Month
10 April 2020, One World Herald

provided by Google News

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

A 1000x Faster Database Solution: ClickHouse’s Aaron Katz
17 October 2024, The Software Report

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

ClickHouse Acquires PeerDB to Boost Real-time Analytics with Postgres CDC Integration
30 July 2024, Business Wire

provided by Google News

Clearwater Analytics Announces Integration with Snowflake to Enable Data Collaboration and AI Capabilities for Asset Managers
29 October 2024, Business Wire

Unlock the Value of Your Sensitive Data with Differential Privacy, Now Generally Available
24 October 2024, snowflake.com

Clearwater Analytics, Snowflake enter data partnership
30 October 2024, Private Banker International

Will Snowflake Stock Rebound? New CEO, AI Product Initiatives Key
25 October 2024, Investor's Business Daily

Optimizing Data Pipelines with Dynamic Table Implementations in Snowflake
22 October 2024, snowflake.com

provided by Google News

I SQream, you SQream, we all SQream for … data analytics?
5 October 2023, Fierce Network

SQream Technologies raises $39.4 million for GPU-accelerated databases
24 June 2020, VentureBeat

Accelerated Databases In The Fast Lane
25 June 2020, The Next Platform

Chinese giant Alibaba leads investment round in Israel big-data startup
30 May 2018, The Times of Israel

SQream and Datatrend announce strategic partnership agreement
30 August 2018, Geospatial World

provided by Google News

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16 December 2019, Хабр

VShard — horizontal scaling in Tarantool
7 March 2019, Хабр

VK launches corporate data analytics platform
25 September 2024, Telecompaper EN

Accelerating PHP connectors for Tarantool using Async, Swoole, and Parallel
18 December 2019, Хабр

provided by Google News



Share this page

Featured Products

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

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.

Milvus logo

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

Present your product here