DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Apache Drill vs. Bangdb vs. ClickHouse vs. H2 vs. TiDB

System Properties Comparison Apache Drill vs. Bangdb vs. ClickHouse vs. H2 vs. TiDB

Editorial information provided by DB-Engines
NameApache Drill  Xexclude from comparisonBangdb  Xexclude from comparisonClickHouse  Xexclude from comparisonH2  Xexclude from comparisonTiDB  Xexclude from comparison
DescriptionSchema-free SQL Query Engine for Hadoop, NoSQL and Cloud StorageConverged 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.Full-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.TiDB is an open source distributed SQL database that supports Hybrid Transactional/Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability.
Primary database modelDocument store
Relational DBMS
Document store
Graph DBMS
Time Series DBMS
Relational DBMSRelational DBMSRelational DBMS
Secondary database modelsSpatial DBMSTime Series DBMSSpatial DBMSDocument store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.02
Rank#124  Overall
#22  Document stores
#59  Relational DBMS
Score0.16
Rank#338  Overall
#47  Document stores
#32  Graph DBMS
#31  Time Series DBMS
Score15.55
Rank#38  Overall
#23  Relational DBMS
Score8.33
Rank#46  Overall
#30  Relational DBMS
Score4.25
Rank#74  Overall
#40  Relational DBMS
Websitedrill.apache.orgbangdb.comclickhouse.comwww.h2database.compingcap.com
Technical documentationdrill.apache.org/­docsdocs.bangdb.comclickhouse.com/­docswww.h2database.com/­html/­main.htmldocs.pingcap.com/­tidb/­stable
DeveloperApache Software FoundationSachin Sinha, BangDBClickhouse Inc.Thomas MuellerPingCAP, Inc.
Initial release20122012201620052016
Current release1.20.3, January 2023BangDB 2.0, October 2021v24.4.1.2088-stable, May 20242.2.220, July 20238.1.0, May 2024
License infoCommercial or Open SourceOpen Source infoApache Version 2Open Source infoBSD 3Open Source infoApache 2.0Open Source infodual-licence (Mozilla public license, Eclipse public license)Open Source infoApache 2.0
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.
  • DoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
  • 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.
TiDB Cloud: Fully-managed TiDB Service. Bring everything great about TiDB to the cloud.
Implementation languageC, C++C++JavaGo, Rust
Server operating systemsLinux
OS X
Windows
LinuxFreeBSD
Linux
macOS
All OS with a Java VMLinux
Data schemeschema-freeschema-freeyesyesyes
Typing infopredefined data types such as float or dateyesyes: string, long, double, int, geospatial, stream, eventsyesyesyes
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.nonononono
Secondary indexesnoyes infosecondary, composite, nested, reverse, geospatialyesyesyes
SQL infoSupport of SQLSQL SELECT statement is SQL:2003 compliantSQL like support with command line toolClose to ANSI SQL (SQL/JSON + extensions)yesyes
APIs and other access methodsJDBC
ODBC
RESTful HTTP API
Proprietary protocol
RESTful HTTP API
gRPC
HTTP REST
JDBC
MySQL wire protocol
ODBC
PostgreSQL wire protocol
Proprietary protocol
JDBC
ODBC
GORM
JDBC
ODBC
Proprietary protocol
SQLAlchemy
Supported programming languagesC++C
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
JavaAda
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Server-side scripts infoStored proceduresuser defined functionsnoyesJava Stored Procedures and User-Defined Functionsno
Triggersnoyes, Notifications (with Streaming only)noyesno
Partitioning methods infoMethods for storing different data on different nodesShardingSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmkey based and customnonehorizontal partitioning (by key range)
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.With clustering: 2 database servers on different computers operate on identical copies of a databaseUsing Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnononoyes infowith TiSpark Connector
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneTunable consistency, set CAP knob accordinglyImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynononoyesyes infofull support since version 6.6
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDnoACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyes, optimistic concurrency controlyesyes, multi-version concurrency control (MVCC)yes
Durability infoSupport for making data persistentDepending on the underlying data sourceyes, implements WAL (Write ahead log) as wellyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.Depending on the underlying data sourceyes, run db with in-memory only modeyesyesno
User concepts infoAccess controlDepending on the underlying data sourceyes (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.fine grained access rights according to SQL-standardFine grained access rights according to SQL-standard
More information provided by the system vendor
Apache DrillBangdbClickHouseH2TiDB
Specific characteristicsTiDB is an advanced open-source, distributed SQL database for modern application...
» more
Competitive advantages- HORIZONTAL SCALING : TiDB grants total transparency into your data workloads without...
» more
Typical application scenariosTiDB is ideal for transactional applications that require extreme scalability and...
» more
Key customersBlock, Pinterest, Catalyst, Bolt, Flipkart, Capcom, Shopee (E-commerce), JD Cloud...
» more
Market metrics34K+ GitHub stars 5K+ members in TiDB Community Slack 1K+ community contributors...
» more
Licensing and pricing modelsTiDB Community : Free open source software (Apache 2.0) TiDB Self-Hosted : Enterprise...
» more

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

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

More resources
Apache DrillBangdbClickHouseH2TiDB
Recent citations in the news

MapR to Speak on Stream Processing Systems, Apache Spark and Drill at Industry Events in January
31 May 2024, Yahoo Movies UK

Apache Drill vs. Apache Spark — Which SQL query engine is better for you?
23 September 2019, Towards Data Science

Apache Drill case study: A tutorial on processing CSV files
9 June 2016, TheServerSide.com

Apache Drill Poised to Crack Tough Data Challenges
19 May 2015, Datanami

Apache Drill Eliminates ETL, Data Transformation for MapR Database
11 April 2016, The New Stack

provided by Google 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

Ubuntu 24.04 + Linux 6.9 Intel & AMD Server Performance
23 May 2024, Phoronix

ClickHouse Announces Launch of ClickPipes
26 September 2023, Datanami

provided by Google News

How PingCAP transformed TiDB into a serverless DBaaS using Amazon S3 and Amazon EBS | Amazon Web Services
14 November 2023, AWS Blog

PingCAP Receives Customers' Choice Distinction in the 2024
29 May 2024, GlobeNewswire

PingCAP Launches TiDB 7.5, Enhancing Distributed SQL Database Tech
19 December 2023, Datanami

TiDB by PingCAP Leads Data Management Revolution at GIDS 2024, Empowering India's Burgeoning Developer ...
25 April 2024, CXOToday.com

Google Cloud's C3D Instances Provide Strong Performance Value For PingCAP's TiDB
28 March 2024, Phoronix

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.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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

Present your product here