DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Badger vs. BigchainDB vs. Cassandra vs. ClickHouse vs. HEAVY.AI

System Properties Comparison Badger vs. BigchainDB vs. Cassandra vs. ClickHouse vs. HEAVY.AI

Editorial information provided by DB-Engines
NameBadger  Xexclude from comparisonBigchainDB  Xexclude from comparisonCassandra  Xexclude from comparisonClickHouse  Xexclude from comparisonHEAVY.AI infoFormerly named 'OmniSci', rebranded to 'HEAVY.AI' in March 2022  Xexclude from comparison
DescriptionAn embeddable, persistent, simple and fast Key-Value Store, written purely in Go.BigchainDB is scalable blockchain database offering decentralization, immutability and native assetsWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessA 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 high performance, column-oriented RDBMS, specifically developed to harness the massive parallelism of modern CPU and GPU hardware
Primary database modelKey-value storeDocument storeWide column storeRelational DBMSRelational DBMS
Secondary database modelsVector DBMS infostarting with release V5Time Series DBMSSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.25
Rank#315  Overall
#46  Key-value stores
Score0.86
Rank#210  Overall
#36  Document stores
Score104.59
Rank#12  Overall
#1  Wide column stores
Score16.31
Rank#37  Overall
#23  Relational DBMS
Score2.30
Rank#127  Overall
#60  Relational DBMS
Websitegithub.com/­dgraph-io/­badgerwww.bigchaindb.comcassandra.apache.orgclickhouse.comgithub.com/­heavyai/­heavydb
www.heavy.ai
Technical documentationgodoc.org/­github.com/­dgraph-io/­badgerbigchaindb.readthedocs.io/­en/­latestcassandra.apache.org/­doc/­latestclickhouse.com/­docsdocs.heavy.ai
DeveloperDGraph LabsApache Software Foundation infoApache top level project, originally developped by FacebookClickhouse Inc.HEAVY.AI, Inc.
Initial release20172016200820162016
Current release4.1.3, July 2023v23.12.1.1368-stable, December 20235.10, January 2022
License infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoAGPL v3Open Source infoApache version 2Open Source infoApache 2.0Open Source infoApache Version 2; enterprise edition available
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.
Astra DB: Multi-cloud DBaaS built on Apache Cassandra.
  • 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.
Implementation languageGoPythonJavaC++C++ and CUDA
Server operating systemsBSD
Linux
OS X
Solaris
Windows
LinuxBSD
Linux
OS X
Windows
FreeBSD
Linux
macOS
Linux
Data schemeschema-freeschema-freeschema-freeyesyes
Typing infopredefined data types such as float or datenonoyesyesyes
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 indexesnorestricted infoonly equality queries, not always the best performing solutionyesno
SQL infoSupport of SQLnonoSQL-like SELECT, DML and DDL statements (CQL)Close to ANSI SQL (SQL/JSON + extensions)yes
APIs and other access methodsCLI Client
RESTful HTTP API
Proprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
gRPC
HTTP REST
JDBC
MySQL wire protocol
ODBC
PostgreSQL wire protocol
Proprietary protocol
JDBC
ODBC
Thrift
Vega
Supported programming languagesGoGo
Haskell
Java
JavaScript
Python
Ruby
C#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
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
All languages supporting JDBC/ODBC/Thrift
Python
Server-side scripts infoStored proceduresnonoyesno
Triggersnoyesnono
Partitioning methods infoMethods for storing different data on different nodesnoneShardingSharding infono "single point of failure"key based and customSharding infoRound robin
Replication methods infoMethods for redundantly storing data on multiple nodesnoneselectable replication factorselectable replication factor infoRepresentation of geographical distribution of servers is possibleAsynchronous and synchronous physical replication; geographically distributed replicas; support for object storages.Multi-source replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanono infoAtomicity and isolation are supported for single operationsnono
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyes,with MongoDB ord RethinkDByesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyesyes
User concepts infoAccess controlnoyesAccess rights for users can be defined per objectAccess 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-standard
More information provided by the system vendor
BadgerBigchainDBCassandraClickHouseHEAVY.AI infoFormerly named 'OmniSci', rebranded to 'HEAVY.AI' in March 2022
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» more
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» more
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» more
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» more
Market metricsCassandra is used by 40% of the Fortune 100.
» more
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» more
News

Microsoft and DataStax Simplify Building AI Agents with Legacy Apps and Data
26 March 2024

How PTC Is Transforming eCommerce with Generative AI, DataStax Astra DB, and Vector Search
21 March 2024

The Astra Assistants API Now Supports Streaming: Because Who Wants to Wait?
19 March 2024

DataStax Integrates NVIDIA NIM for Deploying AI Models
18 March 2024

LangChain and DataStax Astra DB Power Esynergy’s Retrieve-Augment Architecture for Sales Copilot
14 March 2024

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 partiesCassandra Forward event: Want to level up your Cassandra game? Watch now replays of the March 2023 sessions.
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more
DoubleCloud: 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
BadgerBigchainDBCassandraClickHouseHEAVY.AI infoFormerly named 'OmniSci', rebranded to 'HEAVY.AI' in March 2022
DB-Engines blog posts

Cassandra keeps climbing the ranks of the DB-Engines Ranking
3 May 2016, Matthias Gelbmann

Oracle is the DBMS of the Year
5 January 2016, Paul Andlinger, Matthias Gelbmann

Winners, losers and an attractive newcomer in Novembers DB-Engines ranking
2 November 2015, Paul Andlinger

show all

Recent citations in the news

Exploring the 10 BEST Python Libraries for Blockchain Applications
9 September 2023, DataDrivenInvestor

An Introduction to BigchainDB, a Popular Blockchain Database
17 September 2020, Open Source For You

Diamond Industry Ledger Will Use Fast Blockchain
2 March 2016, Cointelegraph

BigchainDB and Toyota announce decentralized exchange for sharing autonomous vehicle data
23 May 2017, CryptoNinjas

What is BigchainDB Technology & How it works and the Characteristics?
26 August 2017, Blockchain Council

provided by Google News

What Is Cassandra? Working, Features, and Uses
17 August 2023, Spiceworks News and Insights

How Uber Optimized Cassandra Operations At Scale
20 July 2023, Uber

Cassandra is the “best f*cking database for gen AI,” says DataStax CEO
13 December 2023, VentureBeat

Cassandra: Highly Scalable Database Out of the Box
27 December 2023, hackernoon.com

Microsoft extends life support for aging Apache Cassandra 3.11 database
10 October 2023, The Register

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

ClickHouse Announces Launch of ClickPipes
26 September 2023, Datanami

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

ClickHouse Announces ClickPipes: A Continuous Data Ingestion Service for ClickHouse Cloud
26 September 2023, Yahoo Finance

provided by Google News

HEAVY.AI Launches HEAVY 7.0, Introducing Real-Time Machine Learning Capabilities
19 April 2023, Business Wire

The insideBIGDATA IMPACT 50 List for Q4 2023
11 October 2023, insideBIGDATA

Big Data Analytics: A Game Changer for Infrastructure
13 July 2023, Spiceworks News and Insights

Making the most of geospatial intelligence
14 April 2023, InfoWorld

OmniSci Gets HEAVY New Name and New CEO
1 March 2022, Datanami

provided by Google News



Share this page

Featured Products

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

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

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.

Milvus logo

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

Present your product here