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

DBMS > Hazelcast vs. HugeGraph vs. Linter vs. Microsoft Azure Data Explorer vs. VoltDB

System Properties Comparison Hazelcast vs. HugeGraph vs. Linter vs. Microsoft Azure Data Explorer vs. VoltDB

Editorial information provided by DB-Engines
NameHazelcast  Xexclude from comparisonHugeGraph  Xexclude from comparisonLinter  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonVoltDB  Xexclude from comparison
DescriptionA widely adopted in-memory data gridA fast-speed and highly-scalable Graph DBMSRDBMS for high security requirementsFully managed big data interactive analytics platformDistributed In-Memory NewSQL RDBMS infoUsed for OLTP applications with a high frequency of relatively simple transactions, that can hold all their data in memory
Primary database modelKey-value storeGraph DBMSRelational DBMSRelational DBMS infocolumn orientedRelational DBMS
Secondary database modelsDocument store infoJSON support with IMDG 3.12Spatial DBMSDocument 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
Score5.97
Rank#57  Overall
#6  Key-value stores
Score0.13
Rank#336  Overall
#32  Graph DBMS
Score0.09
Rank#346  Overall
#152  Relational DBMS
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score1.44
Rank#158  Overall
#73  Relational DBMS
Websitehazelcast.comgithub.com/­hugegraph
hugegraph.apache.org
linter.ruazure.microsoft.com/­services/­data-explorerwww.voltdb.com
Technical documentationhazelcast.org/­imdg/­docshugegraph.apache.org/­docsdocs.microsoft.com/­en-us/­azure/­data-explorerdocs.voltdb.com
DeveloperHazelcastBaidurelex.ruMicrosoftVoltDB Inc.
Initial release20082018199020192010
Current release5.3.6, November 20230.9cloud service with continuous releases11.3, April 2022
License infoCommercial or Open SourceOpen Source infoApache Version 2; commercial licenses availableOpen Source infoApache Version 2.0commercialcommercialOpen Source infoAGPL for Community Edition, commercial license for Enterprise, AWS, and Pro Editions
Cloud-based only infoOnly available as a cloud servicenononoyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaJavaC and C++Java, C++
Server operating systemsAll OS with a Java VMLinux
macOS
Unix
AIX
Android
BSD
HP Open VMS
iOS
Linux
OS X
VxWorks
Windows
hostedLinux
OS X infofor development
Data schemeschema-freeyesyesFixed schema with schema-less datatypes (dynamic)yes
Typing infopredefined data types such as float or dateyesyesyesyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesyes
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.yes infothe object must implement a serialization strategynonoyes
Secondary indexesyesyes infoalso supports composite index and range indexyesall fields are automatically indexedyes
SQL infoSupport of SQLSQL-like query languagenoyesKusto Query Language (KQL), SQL subsetyes infoonly a subset of SQL 99
APIs and other access methodsJCache
JPA
Memcached protocol
RESTful HTTP API
Java API
RESTful HTTP API
TinkerPop Gremlin
ADO.NET
JDBC
LINQ
ODBC
OLE DB
Oracle Call Interface (OCI)
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
Java API
JDBC
RESTful HTTP/JSON API
Supported programming languages.Net
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
Python
Scala
Groovy
Java
Python
C
C#
C++
Java
Perl
PHP
Python
Qt
Ruby
Tcl
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
C#
C++
Erlang infonot officially supported
Go
Java
JavaScript infoNode.js
PHP
Python
Server-side scripts infoStored proceduresyes infoEvent Listeners, Executor Servicesasynchronous Gremlin script jobsyes infoproprietary syntax with the possibility to convert from PL/SQLYes, possible languages: KQL, Python, RJava
Triggersyes infoEventsnoyesyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyno
Partitioning methods infoMethods for storing different data on different nodesShardingyes infodepending on used storage backend, e.g. Cassandra and HBasenoneSharding infoImplicit feature of the cloud serviceSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoReplicated Mapyes infodepending on used storage backend, e.g. Cassandra and HBaseSource-replica replicationyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesvia hugegraph-sparknoSpark connector (open source): github.com/­Azure/­azure-kusto-sparkno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency selectable by user infoRaft Consensus AlgorithmEventual ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Foreign keys infoReferential integritynoyes infoedges in graphyesnono infoFOREIGN KEY constraints are not supported
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataone or two-phase-commit; repeatable reads; read commitedACIDACIDnoACID infoTransactions are executed single-threaded within stored procedures
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyesyesyesyesyes infoSnapshots and command logging
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesno
User concepts infoAccess controlRole-based access controlUsers, roles and permissionsfine grained access rights according to SQL-standardAzure Active Directory AuthenticationUsers and roles with access to stored procedures

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
HazelcastHugeGraphLinterMicrosoft Azure Data ExplorerVoltDB
Recent citations in the news

Hazelcast Weaves Wider Logic Threads Through The Data Fabric
7 March 2024, Forbes

Hazelcast Showcases Real-Time Data Platform at 2024 Gartner Summit
15 May 2024, Datanami

Hazelcast 5.4 real time data processing platform boosts AI and consistency
17 April 2024, VentureBeat

Real-Time Data Platform Hazelcast Introduces New Chief Technology Officer Adrian Soars
7 November 2023, Finovate

Hazelcast to Demonstrate Power of Unified Platform for Real-Time and AI Applications at the ...
13 May 2024, WDRB

provided by Google News

Critical Apache HugeGraph Flaw Let Attackers Execute Remote Code
23 April 2024, GBHackers

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.com

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

Unveiling Volt Active Data's game-changing approach to limitless app performance
16 October 2023, YourStory

 VoltDB Launches Active(N) Lossless Cross Data Center Replication
31 August 2021, PR Newswire

VoltDB Turns to Real-Time Analytics with NewSQL Database
30 January 2014, Datanami

VoltDB Upgrades Power, Security of Its In-Memory Database
1 February 2017, eWeek

VoltDB Adds Geospatial Support, Cross-Site Replication
28 January 2016, The New Stack

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

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.

Present your product here