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 > Bangdb vs. ClickHouse vs. Hive vs. Ignite vs. TimesTen

System Properties Comparison Bangdb vs. ClickHouse vs. Hive vs. Ignite vs. TimesTen

Editorial information provided by DB-Engines
NameBangdb  Xexclude from comparisonClickHouse  Xexclude from comparisonHive  Xexclude from comparisonIgnite  Xexclude from comparisonTimesTen  Xexclude from comparison
DescriptionConverged and high performance database for device data, events, time series, document and graphA 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.data warehouse software for querying and managing large distributed datasets, built on HadoopApache Ignite is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads, delivering in-memory speeds at petabyte scale.In-Memory RDBMS compatible to Oracle
Primary database modelDocument store
Graph DBMS
Time Series DBMS
Relational DBMSRelational DBMSKey-value store
Relational DBMS
Relational DBMS
Secondary database modelsSpatial DBMSTime Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.08
Rank#347  Overall
#47  Document stores
#34  Graph DBMS
#31  Time Series DBMS
Score16.34
Rank#38  Overall
#23  Relational DBMS
Score61.17
Rank#18  Overall
#12  Relational DBMS
Score3.16
Rank#96  Overall
#15  Key-value stores
#49  Relational DBMS
Score1.31
Rank#163  Overall
#74  Relational DBMS
Websitebangdb.comclickhouse.comhive.apache.orgignite.apache.orgwww.oracle.com/­database/­technologies/­related/­timesten.html
Technical documentationdocs.bangdb.comclickhouse.com/­docscwiki.apache.org/­confluence/­display/­Hive/­Homeapacheignite.readme.io/­docsdocs.oracle.com/­database/­timesten-18.1
DeveloperSachin Sinha, BangDBClickhouse Inc.Apache Software Foundation infoinitially developed by FacebookApache Software FoundationOracle, TimesTen Performance Software, HP infooriginally founded in HP Labs it was acquired by Oracle in 2005
Initial release20122016201220151998
Current releaseBangDB 2.0, October 2021v24.4.1.2088-stable, May 20243.1.3, April 2022Apache Ignite 2.611 Release 2 (11.2.2.8.0)
License infoCommercial or Open SourceOpen Source infoBSD 3Open Source infoApache 2.0Open Source infoApache Version 2Open Source infoApache 2.0commercial
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.
  • Aiven for Clickhouse: Managed cloud data warehousing with high-speed analytics.
  • 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++JavaC++, Java, .Net
Server operating systemsLinuxFreeBSD
Linux
macOS
All OS with a Java VMLinux
OS X
Solaris
Windows
AIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Data schemeschema-freeyesyesyesyes
Typing infopredefined data types such as float or dateyes: string, long, double, int, geospatial, stream, eventsyesyesyesyes
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 indexesyes infosecondary, composite, nested, reverse, geospatialyesyesyesyes
SQL infoSupport of SQLSQL like support with command line toolClose to ANSI SQL (SQL/JSON + extensions)SQL-like DML and DDL statementsANSI-99 for query and DML statements, subset of DDLyes
APIs and other access methodsProprietary protocol
RESTful HTTP API
gRPC
HTTP REST
JDBC
MySQL wire protocol
ODBC
PostgreSQL wire protocol
Proprietary protocol
JDBC
ODBC
Thrift
HDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Supported programming languagesC
C#
C++
Java
Python
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
C++
Java
PHP
Python
C#
C++
Java
PHP
Python
Ruby
Scala
C
C++
Java
PL/SQL
Server-side scripts infoStored proceduresnoyesyes infouser defined functions and integration of map-reduceyes (compute grid and cache interceptors can be used instead)PL/SQL
Triggersyes, Notifications (with Streaming only)nonoyes (cache interceptors and events)no
Partitioning methods infoMethods for storing different data on different nodesSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmkey based and customShardingShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor, Knob for CAP (enterprise version only)Asynchronous and synchronous physical replication; geographically distributed replicas; support for object storages.selectable replication factoryes (replicated cache)Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyes infoquery execution via MapReduceyes (compute grid and hadoop accelerator)no
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable consistency, set CAP knob accordinglyImmediate ConsistencyEventual ConsistencyImmediate ConsistencyImmediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integritynonononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnonoACIDACID
Concurrency infoSupport for concurrent manipulation of datayes, optimistic concurrency controlyesyesyesyes
Durability infoSupport for making data persistentyes, implements WAL (Write ahead log) as wellyesyesyesyes infoby means of logfiles and checkpoints
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes, run db with in-memory only modeyesyesyes
User concepts infoAccess controlyes (enterprise version only)Access 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 rolesSecurity Hooks for custom implementationsfine grained access rights 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

Aiven for Clickhouse: Managed cloud data warehousing with high-speed analytics.
» more

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

More resources
BangdbClickHouseHiveIgniteTimesTen
DB-Engines blog posts

Why is Hadoop not listed in the DB-Engines Ranking?
13 May 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

From Open Source to SaaS: the Journey of ClickHouse
16 January 2024, InfoQ.com

Snowflake vs. BigQuery vs. ClickHouse: Mastering Cost-Effective Business Analytics
6 December 2023, hackernoon.com

provided by Google News

Apache Software Foundation Announces Apache® Hive 4.0
30 April 2024, GlobeNewswire

ASF Unveils the Next Evolution of Big Data Processing With the Launch of Hive 4.0
2 May 2024, Datanami

Run Apache Hive workloads using Spark SQL with Amazon EMR on EKS | Amazon Web Services
18 October 2023, AWS Blog

Apache Hive 4.0 Launches, Revolutionizing Data Management and Analysis
1 May 2024, MyChesCo

18 Top Big Data Tools and Technologies to Know About in 2024
24 January 2024, TechTarget

provided by Google News

GridGain Announces Call for Speakers for Virtual Apache Ignite Summit 2024
8 February 2024, PR Newswire

Apache Ignite: An Overview
6 September 2023, Open Source For You

GridGain Releases Conference Schedule for Virtual Apache Ignite Summit 2023
1 June 2023, Datanami

What is Apache Ignite? How is Apache Ignite Used?
18 July 2022, The Stack

Real-time in-memory OLTP and Analytics with Apache Ignite on AWS | Amazon Web Services
14 May 2016, AWS Blog

provided by Google News

In-memory databases with Emulex Gen 7
25 October 2023, Broadcom Inc.

The Intel Xeon E7-8800 v3 Review: The POWER8 Killer?
8 May 2015, AnandTech

provided by Google News



Share this page

Featured Products

AllegroGraph logo

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

RaimaDB logo

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

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

Present your product here