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

DBMS > BoltDB vs. HarperDB vs. Heroic vs. Hive vs. Microsoft Azure Data Explorer

System Properties Comparison BoltDB vs. HarperDB vs. Heroic vs. Hive vs. Microsoft Azure Data Explorer

Editorial information provided by DB-Engines
NameBoltDB  Xexclude from comparisonHarperDB  Xexclude from comparisonHeroic  Xexclude from comparisonHive  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparison
DescriptionAn embedded key-value store for Go.Ultra-low latency distributed database with an intuitive REST API supporting NoSQL and SQL (including joins). Deployment of functions and databases simultaneously with a consolidated node-level architecture.Time Series DBMS built at Spotify based on Cassandra or Google Cloud Bigtable, and ElasticSearchdata warehouse software for querying and managing large distributed datasets, built on HadoopFully managed big data interactive analytics platform
Primary database modelKey-value storeDocument storeTime Series DBMSRelational DBMSRelational DBMS infocolumn oriented
Secondary database modelsDocument store infoIf a column is of type dynamic docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-types/­dynamic then it's possible to add arbitrary JSON documents in this cell
Event Store infothis is the general usage pattern at Microsoft. Billing, Logs, Telemetry events are stored in ADX and the state of an individual entity is defined by the arg_max(timestamps)
Spatial DBMS
Search engine infosupport for complex search expressions docs.microsoft.com/­en-us/­azure/­kusto/­query/­parseoperator FTS, Geospatial docs.microsoft.com/­en-us/­azure/­kusto/­query/­geo-point-to-geohash-function distributed search -> ADX acts as a distributed search engine
Time Series DBMS infosee docs.microsoft.com/­en-us/­azure/­data-explorer/­time-series-analysis
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.74
Rank#220  Overall
#31  Key-value stores
Score0.55
Rank#248  Overall
#38  Document stores
Score0.51
Rank#255  Overall
#21  Time Series DBMS
Score61.17
Rank#18  Overall
#12  Relational DBMS
Score4.38
Rank#77  Overall
#41  Relational DBMS
Websitegithub.com/­boltdb/­boltwww.harperdb.iogithub.com/­spotify/­heroichive.apache.orgazure.microsoft.com/­services/­data-explorer
Technical documentationdocs.harperdb.io/­docsspotify.github.io/­heroiccwiki.apache.org/­confluence/­display/­Hive/­Homedocs.microsoft.com/­en-us/­azure/­data-explorer
DeveloperHarperDBSpotifyApache Software Foundation infoinitially developed by FacebookMicrosoft
Initial release20132017201420122019
Current release3.1, August 20213.1.3, April 2022cloud service with continuous releases
License infoCommercial or Open SourceOpen Source infoMIT Licensecommercial infofree community edition availableOpen Source infoApache 2.0Open Source infoApache Version 2commercial
Cloud-based only infoOnly available as a cloud servicenonononoyes
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageGoNode.jsJavaJava
Server operating systemsBSD
Linux
OS X
Solaris
Windows
Linux
OS X
All OS with a Java VMhosted
Data schemeschema-freedynamic schemaschema-freeyesFixed schema with schema-less datatypes (dynamic)
Typing infopredefined data types such as float or datenoyes infoJSON data typesyesyesyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-types
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.nononoyes
Secondary indexesnoyesyes infovia Elasticsearchyesall fields are automatically indexed
SQL infoSupport of SQLnoSQL-like data manipulation statementsnoSQL-like DML and DDL statementsKusto Query Language (KQL), SQL subset
APIs and other access methodsJDBC
ODBC
React Hooks
RESTful HTTP/JSON API
WebSocket
HQL (Heroic Query Language, a JSON-based language)
HTTP API
JDBC
ODBC
Thrift
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
Supported programming languagesGo.Net
C
C#
C++
ColdFusion
D
Dart
Delphi
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Lisp
MatLab
Objective C
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Rust
Scala
Swift
C++
Java
PHP
Python
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
Server-side scripts infoStored proceduresnoCustom Functions infosince release 3.1noyes infouser defined functions and integration of map-reduceYes, possible languages: KQL, Python, R
Triggersnonononoyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicy
Partitioning methods infoMethods for storing different data on different nodesnoneA table resides as a whole on one (or more) nodes in a clusterShardingShardingSharding infoImplicit feature of the cloud service
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyes infothe nodes on which a table resides can be definedyesselectable replication factoryes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyes infoquery execution via MapReduceSpark connector (open source): github.com/­Azure/­azure-kusto-spark
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate ConsistencyEventual Consistency
Immediate Consistency
Eventual ConsistencyEventual Consistency
Immediate Consistency
Foreign keys infoReferential integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayesAtomic execution of specific operationsnonono
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyes, using LMDByesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesnono
User concepts infoAccess controlnoAccess rights for users and rolesAccess rights for users, groups and rolesAzure Active Directory Authentication

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

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

More resources
BoltDBHarperDBHeroicHiveMicrosoft Azure Data Explorer
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

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

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

Key Value Databases Market Future Business Scope Analysis
17 May 2024, openPR

provided by Google News

Startups of the Year 2023: Meet HarperDB - A Database and Application Development Platform
22 June 2023, hackernoon.com

Unlocking immersive golfing experiences with AWS Wavelength | Amazon Web Services
29 November 2022, AWS Blog

HarperDB: An underdog SQL / NoSQL database | ZDNET
7 February 2018, ZDNet

Stephen Goldberg Named 2023 Bill Daniels Ethical Leader of the Year | CU Denver Business School News
9 January 2023, business-news.ucdenver.edu

Build a Hacker News Clone using React and HarperDB — SitePoint
18 October 2021, SitePoint

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

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

Elevate Your Career with In-Demand Hadoop Skills in 2024
30 April 2024, Simplilearn

provided by Google News

Azure Data Explorer: Log and telemetry analytics benchmark
16 August 2022, Microsoft

Providing modern data transfer and storage service at Microsoft with Microsoft Azure - Inside Track Blog
13 July 2023, Microsoft

Controlling costs in Azure Data Explorer using down-sampling and aggregation
11 February 2019, Microsoft

Individually great, collectively unmatched: Announcing updates to 3 great Azure Data Services
7 February 2019, Microsoft

Log and Telemetry Analytics Performance Benchmark
16 August 2022, Gigaom

provided by Google News



Share this page

Featured Products

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

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

Present your product here