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 > Apache Impala vs. BoltDB vs. Dragonfly vs. HBase vs. RocksDB

System Properties Comparison Apache Impala vs. BoltDB vs. Dragonfly vs. HBase vs. RocksDB

Editorial information provided by DB-Engines
NameApache Impala  Xexclude from comparisonBoltDB  Xexclude from comparisonDragonfly  Xexclude from comparisonHBase  Xexclude from comparisonRocksDB  Xexclude from comparison
DescriptionAnalytic DBMS for HadoopAn embedded key-value store for Go.A drop-in Redis replacement that scales vertically to support millions of operations per second and terabyte sized workloads, all on a single instanceWide-column store based on Apache Hadoop and on concepts of BigTableEmbeddable persistent key-value store optimized for fast storage (flash and RAM)
Primary database modelRelational DBMSKey-value storeKey-value storeWide column storeKey-value store
Secondary database modelsDocument store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score13.77
Rank#40  Overall
#24  Relational DBMS
Score0.74
Rank#220  Overall
#31  Key-value stores
Score0.41
Rank#266  Overall
#38  Key-value stores
Score30.50
Rank#26  Overall
#2  Wide column stores
Score3.65
Rank#85  Overall
#11  Key-value stores
Websiteimpala.apache.orggithub.com/­boltdb/­boltgithub.com/­dragonflydb/­dragonfly
www.dragonflydb.io
hbase.apache.orgrocksdb.org
Technical documentationimpala.apache.org/­impala-docs.htmlwww.dragonflydb.io/­docshbase.apache.org/­book.htmlgithub.com/­facebook/­rocksdb/­wiki
DeveloperApache Software Foundation infoApache top-level project, originally developed by ClouderaDragonflyDB team and community contributorsApache Software Foundation infoApache top-level project, originally developed by PowersetFacebook, Inc.
Initial release20132013202320082013
Current release4.1.0, June 20221.0, March 20232.3.4, January 20218.11.4, April 2024
License infoCommercial or Open SourceOpen Source infoApache Version 2Open Source infoMIT LicenseOpen Source infoBSL 1.1Open Source infoApache version 2Open Source infoBSD
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.
Implementation languageC++GoC++JavaC++
Server operating systemsLinuxBSD
Linux
OS X
Solaris
Windows
LinuxLinux
Unix
Windows infousing Cygwin
Linux
Data schemeyesschema-freescheme-freeschema-free, schema definition possibleschema-free
Typing infopredefined data types such as float or dateyesnostrings, hashes, lists, sets, sorted sets, bit arraysoptions to bring your own types, AVROno
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 indexesyesnononono
SQL infoSupport of SQLSQL-like DML and DDL statementsnononono
APIs and other access methodsJDBC
ODBC
Proprietary protocol infoRESP - REdis Serialization ProtocolJava API
RESTful HTTP API
Thrift
C++ API
Java API
Supported programming languagesAll languages supporting JDBC/ODBCGoC
C#
C++
Clojure
D
Dart
Elixir
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Lisp
Lua
Objective-C
Perl
PHP
Python
R
Ruby
Rust
Scala
Swift
Tcl
C
C#
C++
Groovy
Java
PHP
Python
Scala
C
C++
Go
Java
Perl
Python
Ruby
Server-side scripts infoStored proceduresyes infouser defined functions and integration of map-reducenoLuayes infoCoprocessors in Javano
Triggersnonopublish/subscribe channels provide some trigger functionalityyes
Partitioning methods infoMethods for storing different data on different nodesShardingnoneShardinghorizontal partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factornoneSource-replica replicationMulti-source replication
Source-replica replication
yes
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infoquery execution via MapReducenonoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencynoneEventual ConsistencyImmediate Consistency or Eventual Consistency
Foreign keys infoReferential integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoyesAtomic execution of command blocks and scriptsSingle row ACID (across millions of columns)yes
Concurrency infoSupport for concurrent manipulation of datayesyesyes, strict serializability by the serveryesyes
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.nonoyesyesyes
User concepts infoAccess controlAccess rights for users, groups and roles infobased on Apache Sentry and KerberosnoPassword-based authenticationAccess Control Lists (ACL) for RBAC, integration with Apache Ranger for RBAC & ABACno

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 partiesSpeedb: A high performance RocksDB-compliant key-value store optimized for write-intensive workloads.
» more

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

More resources
Apache ImpalaBoltDBDragonflyHBaseRocksDB
DB-Engines blog posts

Cloudera's HBase PaaS offering now supports Complex Transactions
11 August 2021,  Krishna Maheshwari (sponsor) 

Why is Hadoop not listed in the DB-Engines Ranking?
13 May 2013, Paul Andlinger

show all

Recent citations in the news

Apache Impala 4 Supports Operator Multi-Threading
29 July 2021, iProgrammer

Cloudera Bringing Impala to AWS Cloud
28 November 2017, Datanami

Apache Impala becomes Top-Level Project
28 November 2017, SDTimes.com

Apache Doris just 'graduated': Why care about this SQL data warehouse
24 June 2022, InfoWorld

Hudi: Uber Engineering’s Incremental Processing Framework on Apache Hadoop
12 March 2017, Uber

provided by Google News

What I learnt from building 3 high traffic web applications on an embedded key value store.
21 February 2018, hackernoon.com

4 Instructive Postmortems on Data Downtime and Loss
1 March 2024, The Hacker News

Three Reasons DevOps Should Consider Rocky Linux 9.4
15 May 2024, DevOps.com

Roblox’s cloud-native catastrophe: A post mortem
31 January 2022, InfoWorld

How to Put a GUI on Ansible, Using Semaphore
22 April 2023, The New Stack

provided by Google News

DragonflyDB Announces $21m in New Funding and General Availability
21 March 2023, Business Wire

DragonflyDB reels in $21M for its speedy in-memory database
21 March 2023, SiliconANGLE News

Dragonfly 1.0 Released For What Claims To Be The World's Fastest In-Memory Data Store
20 March 2023, Phoronix

Intel Linux Kernel Optimizations Show Huge Benefit For High Core Count Servers
29 March 2023, Phoronix

New Kubernetes Operator for Dragonfly In-Memory Datastore Now Available for Simplified Operations and Increased ...
18 April 2023, Business Wire

provided by Google News

Less Components, Higher Performance: Apache Doris instead of ClickHouse, MySQL, Presto, and HBase
20 October 2023, hackernoon.com

HBase: The database big data left behind
6 May 2016, InfoWorld

Monitor Apache HBase on Amazon EMR using Amazon Managed Service for Prometheus and Amazon Managed ...
13 February 2023, AWS Blog

HydraBase – The evolution of HBase@Facebook - Engineering at Meta
5 June 2014, Facebook Engineering

A Look At HBase, the NoSQL Database Built on Hadoop
6 May 2015, The New Stack

provided by Google News

Did Rockset Just Solve Real-Time Analytics?
25 August 2021, Datanami

Meta’s Velox Means Database Performance Is Not Subject To Interpretation
31 August 2022, The Next Platform

Linux 6.9 Drives AMD 4th Gen EPYC Performance Even Higher For Some Workloads
29 March 2024, Phoronix

Facebook's MyRocks Truly Rocks!
21 September 2020, Open Source For You

The Journey to a Million Ops / Sec / Node in Venice
16 March 2024, InfoQ.com

provided by Google News



Share this page

Featured Products

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

RaimaDB logo

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

Present your product here