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 > BigObject vs. Datomic vs. HugeGraph vs. InterSystems IRIS vs. Microsoft Azure Data Explorer

System Properties Comparison BigObject vs. Datomic vs. HugeGraph vs. InterSystems IRIS vs. Microsoft Azure Data Explorer

Editorial information provided by DB-Engines
NameBigObject  Xexclude from comparisonDatomic  Xexclude from comparisonHugeGraph  Xexclude from comparisonInterSystems IRIS  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparison
DescriptionAnalytic DBMS for real-time computations and queriesDatomic builds on immutable values, supports point-in-time queries and uses 3rd party systems for durabilityA fast-speed and highly-scalable Graph DBMSA containerised multi-model DBMS, interoperability and analytics data platform with wide capabilities for vertical and horizontal scalabilityFully managed big data interactive analytics platform
Primary database modelRelational DBMS infoa hierachical model (tree) can be imposedRelational DBMSGraph DBMSDocument store
Key-value store
Object oriented DBMS
Relational DBMS
Relational 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.13
Rank#333  Overall
#147  Relational DBMS
Score1.59
Rank#150  Overall
#69  Relational DBMS
Score0.13
Rank#336  Overall
#32  Graph DBMS
Score4.05
Rank#83  Overall
#14  Document stores
#10  Key-value stores
#1  Object oriented DBMS
#45  Relational DBMS
Score4.38
Rank#77  Overall
#41  Relational DBMS
Websitebigobject.iowww.datomic.comgithub.com/­hugegraph
hugegraph.apache.org
www.intersystems.com/­products/­intersystems-irisazure.microsoft.com/­services/­data-explorer
Technical documentationdocs.bigobject.iodocs.datomic.comhugegraph.apache.org/­docsdocs.intersystems.com/­irislatest/­csp/­docbook/­DocBook.UI.Page.clsdocs.microsoft.com/­en-us/­azure/­data-explorer
DeveloperBigObject, Inc.CognitectBaiduInterSystemsMicrosoft
Initial release20152012201820182019
Current release1.0.6735, June 20230.92023.3, June 2023cloud service with continuous releases
License infoCommercial or Open Sourcecommercial infofree community edition availablecommercial infolimited edition freeOpen Source infoApache Version 2.0commercialcommercial
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 languageJava, ClojureJava
Server operating systemsLinux infodistributed as a docker-image
OS X infodistributed as a docker-image (boot2docker)
Windows infodistributed as a docker-image (boot2docker)
All OS with a Java VMLinux
macOS
Unix
AIX
Linux
macOS
Ubuntu
Windows
hosted
Data schemeyesyesyesdepending on used data modelFixed schema with schema-less datatypes (dynamic)
Typing infopredefined data types such as float or dateyesyesyesyesyes 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.nononoyesyes
Secondary indexesyesyesyes infoalso supports composite index and range indexyesall fields are automatically indexed
SQL infoSupport of SQLSQL-like DML and DDL statementsnonoyesKusto Query Language (KQL), SQL subset
APIs and other access methodsfluentd
ODBC
RESTful HTTP API
RESTful HTTP APIJava API
RESTful HTTP API
TinkerPop Gremlin
JDBC
ODBC
RESTful HTTP API
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
Supported programming languagesClojure
Java
Groovy
Java
Python
.Net
C++
Java
JavaScript (Node.js)
Python
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
Server-side scripts infoStored proceduresLuayes infoTransaction Functionsasynchronous Gremlin script jobsyesYes, possible languages: KQL, Python, R
TriggersnoBy using transaction functionsnoyesyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicy
Partitioning methods infoMethods for storing different data on different nodesnonenone infoBut extensive use of caching in the application peersyes infodepending on used storage backend, e.g. Cassandra and HBaseShardingSharding infoImplicit feature of the cloud service
Replication methods infoMethods for redundantly storing data on multiple nodesnonenone infoBut extensive use of caching in the application peersyes 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.
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonovia hugegraph-sparknoSpark connector (open source): github.com/­Azure/­azure-kusto-spark
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate ConsistencyEventual ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Foreign keys infoReferential integrityyes infoautomatically between fact table and dimension tablesnoyes infoedges in graphyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACIDACIDno
Concurrency infoSupport for concurrent manipulation of datayes infoRead/write lock on objects (tables, trees)yesyesyesyes
Durability infoSupport for making data persistentyesyes infousing external storage systems (e.g. Cassandra, DynamoDB, PostgreSQL, Couchbase and others)yesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes inforecommended only for testing and developmentyesyesno
User concepts infoAccess controlnonoUsers, roles and permissionsyesAzure Active Directory Authentication
More information provided by the system vendor
BigObjectDatomicHugeGraphInterSystems IRISMicrosoft Azure Data Explorer
Specific characteristicsInterSystems IRIS is a complete cloud-first data platform which includes a multi-model...
» 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

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

More resources
BigObjectDatomicHugeGraphInterSystems IRISMicrosoft Azure Data Explorer
Recent citations in the news

Atomic Canyon and ORNL develop revolutionary nuclear AI
16 May 2024, energynews.pro

Nubank buys firm behind Clojure programming language
28 July 2020, Finextra

Architecting Software for Leverage
13 November 2021, InfoQ.com

TerminusDB Takes on Data Collaboration with a git-Like Approach
1 December 2020, The New Stack

Brazil’s Nubank acquires US software firm Cognitect, creator of Clojure and Datomic
24 July 2020, LatamList

provided by Google News

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

provided by Google News

Consultmed moving its e-referral software to InterSystems's IRIS for Health and more briefs
5 May 2024, Mobihealth News

Unlocking the Power of Generative AI: InterSystems IRIS with Vector Search -
26 March 2024, HIT Consultant

InterSystems Expands IRIS Data Platform with Vector Search to Support Next-Gen AI Applications
26 March 2024, Datanami

InterSystems collaborates with Imagelink Software to accelerate digital transformation for Malaysian government and ...
24 April 2024, PR Newswire

InterSystems and IPA's Subsidiary BioStrand Collaborate to Unveil the Innovative Integration of Vector Search with ...
28 March 2024, Business Wire

provided by Google News

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

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

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

Microsoft Introduces Azure Integration Environments and Business Process Tracking in Public Preview
23 November 2023, InfoQ.com

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

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.

Milvus logo

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

Neo4j logo

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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