DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Hazelcast vs. Microsoft Azure Data Explorer vs. OpenSearch vs. Quasardb vs. Yanza

System Properties Comparison Hazelcast vs. Microsoft Azure Data Explorer vs. OpenSearch vs. Quasardb vs. Yanza

Editorial information provided by DB-Engines
NameHazelcast  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonOpenSearch  Xexclude from comparisonQuasardb  Xexclude from comparisonYanza  Xexclude from comparison
Yanza seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
DescriptionA widely adopted in-memory data gridFully managed big data interactive analytics platformA distributed, RESTful search and analytics engine forked from Elasticsearch and based on Apache LuceneDistributed, high-performance timeseries databaseTime Series DBMS for IoT Applications
Primary database modelKey-value storeRelational DBMS infocolumn orientedSearch engineTime Series DBMSTime Series DBMS
Secondary database modelsDocument store infoJSON support with IMDG 3.12Document 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
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score5.97
Rank#57  Overall
#6  Key-value stores
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score16.36
Rank#37  Overall
#4  Search engines
Score0.14
Rank#332  Overall
#29  Time Series DBMS
Websitehazelcast.comazure.microsoft.com/­services/­data-explorergithub.com/­opensearch-project
opensearch.org
quasar.aiyanza.com
Technical documentationhazelcast.org/­imdg/­docsdocs.microsoft.com/­en-us/­azure/­data-exploreropensearch.org/­docs/­latestdoc.quasar.ai/­master
DeveloperHazelcastMicrosoftAmazon Web ServicesquasardbYanza
Initial release20082019202120092015
Current release5.3.6, November 2023cloud service with continuous releases2.5.0, January 20233.14.1, January 2024
License infoCommercial or Open SourceOpen Source infoApache Version 2; commercial licenses availablecommercialOpen Source infoApache Version 2.0commercial infoFree community edition, Non-profit organizations and non-commercial usage are eligible for free licensescommercial infofree version available
Cloud-based only infoOnly available as a cloud servicenoyesnonono infobut mainly used as a service provided by Yanza
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • Aiven for OpenSearch: Fully managed open source search and analytics suite. Out-of-the-box integrations get you up and running in a couple of clicks.
  • STACKIT OpenSearch offers OpenSearch in a managed version in enterprise grade, 100% GDPR-compliant, for a wide range of applications like analytics, website search, offering scalability and fast data access.
Implementation languageJavaJavaC++
Server operating systemsAll OS with a Java VMhostedAll OS with a Java VMBSD
Linux
OS X
Windows
Windows
Data schemeschema-freeFixed schema with schema-less datatypes (dynamic)schema-free infoFlexible type definitions. Once a type is defined, it is persistentschema-freeschema-free
Typing infopredefined data types such as float or dateyesyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesyesyes infointeger and binaryno
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 strategyyesnono
Secondary indexesyesall fields are automatically indexedyes infoAll search fields are automatically indexedyes infowith tagsno
SQL infoSupport of SQLSQL-like query languageKusto Query Language (KQL), SQL subsetSQL-like query languageSQL-like query languageno
APIs and other access methodsJCache
JPA
Memcached protocol
RESTful HTTP API
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
Java API
RESTful HTTP/JSON API
HTTP APIHTTP API
Supported programming languages.Net
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
Python
Scala
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby infoElasticsearch client
.Net
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
R
any language that supports HTTP calls
Server-side scripts infoStored proceduresyes infoEvent Listeners, Executor ServicesYes, possible languages: KQL, Python, Ryesnono
Triggersyes infoEventsyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyes infoby using the 'percolation' featurenoyes infoTimer and event based
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infoImplicit feature of the cloud serviceShardingSharding infoconsistent hashingnone
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoReplicated Mapyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.yesSource-replica replication with selectable replication factornone
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesSpark connector (open source): github.com/­Azure/­azure-kusto-sparkwith Hadoop integrationno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency selectable by user infoRaft Consensus AlgorithmEventual Consistency
Immediate Consistency
Eventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataone or two-phase-commit; repeatable reads; read commitednonoACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyes infoby using LevelDByes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyes infoTransient mode
User concepts infoAccess controlRole-based access controlAzure Active Directory AuthenticationCryptographically strong user authentication and audit trailno
More information provided by the system vendor
HazelcastMicrosoft Azure Data ExplorerOpenSearchQuasardbYanza
Specific characteristicsOpenSearch is a highly scalable and extensible open-source software suite for search,...
» more
Competitive advantagesDistributed as fully open source under Apache License, Version 2.0 (ALv2), OpenSearch...
» more
Typical application scenariosThe OpenSearch platform is used across a broad range of search , analytics, and observability...
» more
Licensing and pricing modelsThe OpenSearch Project offers open source software licensed under Apache License...
» 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
3rd partiesAiven for OpenSearch: Fully managed open source search and analytics suite. Out-of-the-box integrations get you up and running in a couple of clicks.
» more

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

More resources
HazelcastMicrosoft Azure Data ExplorerOpenSearchQuasardbYanza
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

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

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

Amazon OpenSearch Service zero-ETL integration with Amazon S3 now available - AWS
22 May 2024, AWS Blog

OCI Search with OpenSearch 2.11 delivers easy access to latest AI innovations
13 March 2024, Oracle

AWS announces Amazon DocumentDB zero-ETL integration with Amazon OpenSearch Service
16 May 2024, AWS Blog

Introducing blueprint discovery and other UI enhancements for Amazon OpenSearch Ingestion | Amazon Web Services
22 May 2024, AWS Blog

AVB accelerates search in LINQ with Amazon OpenSearch Service | Amazon Web Services
21 May 2024, AWS Blog

provided by Google News

Record quasar is most luminous object in the universe
20 February 2024, EarthSky

Quasar Partners with PTC to Empower IoT Customers with High-Performance Data Solutions
11 September 2023, Datanami

QUASAR yacht (Bilgin, 46.8m, 2016)
3 July 2023, Boat International

Quasar Selected by National Renewable Energy Laboratory to Help with Energy System De-risking and Optimization
6 June 2023, PR Newswire

Precisely measure a quasar galaxy's weight
5 June 2023, Newswise

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.

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

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.

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