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 > EsgynDB vs. HBase vs. Ignite vs. Microsoft Azure Data Explorer vs. SAP IQ

System Properties Comparison EsgynDB vs. HBase vs. Ignite vs. Microsoft Azure Data Explorer vs. SAP IQ

Editorial information provided by DB-Engines
NameEsgynDB  Xexclude from comparisonHBase  Xexclude from comparisonIgnite  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonSAP IQ infoformer name: Sybase IQ  Xexclude from comparison
DescriptionEnterprise-class SQL-on-Hadoop solution, powered by Apache TrafodionWide-column store based on Apache Hadoop and on concepts of BigTableApache Ignite is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads, delivering in-memory speeds at petabyte scale.Fully managed big data interactive analytics platformColumnar RDBMS optimized for Big Data analytics
Primary database modelRelational DBMSWide column storeKey-value store
Relational DBMS
Relational DBMS infocolumn orientedRelational 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.16
Rank#329  Overall
#146  Relational DBMS
Score30.50
Rank#26  Overall
#2  Wide column stores
Score3.16
Rank#96  Overall
#15  Key-value stores
#49  Relational DBMS
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score2.75
Rank#104  Overall
#53  Relational DBMS
Websitewww.esgyn.cnhbase.apache.orgignite.apache.orgazure.microsoft.com/­services/­data-explorerwww.sap.com/­products/­technology-platform/­sybase-iq-big-data-management.html
Technical documentationhbase.apache.org/­book.htmlapacheignite.readme.io/­docsdocs.microsoft.com/­en-us/­azure/­data-explorerhelp.sap.com/­docs/­SAP_IQ
DeveloperEsgynApache Software Foundation infoApache top-level project, originally developed by PowersetApache Software FoundationMicrosoftSAP, formerly Sybase
Initial release20152008201520191994
Current release2.3.4, January 2021Apache Ignite 2.6cloud service with continuous releases16.1 SPS04, April 2019
License infoCommercial or Open SourcecommercialOpen Source infoApache version 2Open Source infoApache 2.0commercialcommercial
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 languageC++, JavaJavaC++, Java, .Net
Server operating systemsLinuxLinux
Unix
Windows infousing Cygwin
Linux
OS X
Solaris
Windows
hostedAIX
HP-UX
Linux
Solaris
Windows
Data schemeyesschema-free, schema definition possibleyesFixed schema with schema-less datatypes (dynamic)yes
Typing infopredefined data types such as float or dateyesoptions to bring your own types, AVROyesyes 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.nonoyesyesno
Secondary indexesyesnoyesall fields are automatically indexedyes
SQL infoSupport of SQLyesnoANSI-99 for query and DML statements, subset of DDLKusto Query Language (KQL), SQL subsetyes
APIs and other access methodsADO.NET
JDBC
ODBC
Java API
RESTful HTTP API
Thrift
HDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
ADO.NET
JDBC
ODBC
RESTful HTTP API
Supported programming languagesAll languages supporting JDBC/ODBC/ADO.NetC
C#
C++
Groovy
Java
PHP
Python
Scala
C#
C++
Java
PHP
Python
Ruby
Scala
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
C
C#
C++
Java
Perl
PHP
Python
Ruby
Server-side scripts infoStored proceduresJava Stored Proceduresyes infoCoprocessors in Javayes (compute grid and cache interceptors can be used instead)Yes, possible languages: KQL, Python, Ryes
Triggersnoyesyes (cache interceptors and events)yes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyes
Partitioning methods infoMethods for storing different data on different nodesShardingShardingShardingSharding infoImplicit feature of the cloud serviceshared disk or shared nothing architectures with SAP IQ Multiplexer
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication between multi datacentersMulti-source replication
Source-replica replication
yes (replicated cache)yes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.SAP/Sybase Replication Server
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesyesyes (compute grid and hadoop accelerator)Spark connector (open source): github.com/­Azure/­azure-kusto-sparkHadoop integration
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate Consistency or Eventual ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Immediate Consistency
Foreign keys infoReferential integrityyesnononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDSingle row ACID (across millions of columns)ACIDnoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
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.noyesyesnono
User concepts infoAccess controlfine grained access rights according to SQL-standardAccess Control Lists (ACL) for RBAC, integration with Apache Ranger for RBAC & ABACSecurity Hooks for custom implementationsAzure Active Directory Authenticationfine grained access rights according to SQL-standard

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
EsgynDBHBaseIgniteMicrosoft Azure Data ExplorerSAP IQ infoformer name: Sybase IQ
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

Best Practices from Rackspace for Modernizing a Legacy HBase/Solr Architecture Using AWS Services | Amazon Web ...
9 October 2023, AWS Blog

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

What Is HBase? (Definition, Uses, Benefits, Features)
22 December 2022, Built In

HBase Tutorial
24 February 2023, Simplilearn

provided by Google News

GridGain Announces Call for Speakers for Virtual Apache Ignite Summit 2024
8 February 2024, PR Newswire

Apache Ignite: An Overview
6 September 2023, Open Source For You

GridGain Releases Conference Schedule for Virtual Apache Ignite Summit 2023
1 June 2023, Datanami

What is Apache Ignite? How is Apache Ignite Used?
18 July 2022, The Stack

Real-time in-memory OLTP and Analytics with Apache Ignite on AWS | Amazon Web Services
14 May 2016, AWS Blog

provided by Google News

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

Introducing Microsoft Fabric: The data platform for the era of AI | Microsoft Azure Blog
23 May 2023, Microsoft

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

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

Azure Data Explorer and Stream Analytics for anomaly detection
16 January 2020, Microsoft

provided by Google News

New Services in SAP HANA Cloud Lower TCO for Customers in Data-Intensive, Highly Regulated Industries
7 April 2021, SAP News

SAP Again Named a Leader in 2021 Gartner® Magic Quadrant™ for Cloud Database Management Systems
16 December 2021, SAP News

Independent Research Firm Names SAP a Leader in Data Management for Analytics
17 February 2020, SAP News

SAP Scales Out HANA In-Memory For Clouds
6 March 2014, EnterpriseAI

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.

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

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

Present your product here