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

DBMS > Microsoft Azure Data Explorer vs. OpenSearch vs. OpenTSDB vs. SAP SQL Anywhere vs. searchxml

System Properties Comparison Microsoft Azure Data Explorer vs. OpenSearch vs. OpenTSDB vs. SAP SQL Anywhere vs. searchxml

Editorial information provided by DB-Engines
NameMicrosoft Azure Data Explorer  Xexclude from comparisonOpenSearch  Xexclude from comparisonOpenTSDB  Xexclude from comparisonSAP SQL Anywhere infoformerly called Adaptive Server Anywhere  Xexclude from comparisonsearchxml  Xexclude from comparison
DescriptionFully managed big data interactive analytics platformA distributed, RESTful search and analytics engine forked from Elasticsearch and based on Apache LuceneScalable Time Series DBMS based on HBaseRDBMS database and synchronization technologies for server, desktop, remote office, and mobile environmentsDBMS for structured and unstructured content wrapped with an application server
Primary database modelRelational DBMS infocolumn orientedSearch engineTime Series DBMSRelational DBMSNative XML DBMS
Search engine
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
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score16.36
Rank#37  Overall
#4  Search engines
Score1.68
Rank#146  Overall
#12  Time Series DBMS
Score4.25
Rank#79  Overall
#43  Relational DBMS
Score0.00
Rank#383  Overall
#7  Native XML DBMS
#25  Search engines
Websiteazure.microsoft.com/­services/­data-explorergithub.com/­opensearch-project
opensearch.org
opentsdb.netwww.sap.com/­products/­technology-platform/­sql-anywhere.htmlwww.searchxml.net/­category/­products
Technical documentationdocs.microsoft.com/­en-us/­azure/­data-exploreropensearch.org/­docs/­latestopentsdb.net/­docs/­build/­html/­index.htmlhelp.sap.com/­docs/­SAP_SQL_Anywherewww.searchxml.net/­support/­handouts
DeveloperMicrosoftAmazon Web Servicescurrently maintained by Yahoo and other contributorsSAP infoformerly Sybaseinformationpartners gmbh
Initial release20192021201119922015
Current releasecloud service with continuous releases2.5.0, January 202317, July 20151.0
License infoCommercial or Open SourcecommercialOpen Source infoApache Version 2.0Open Source infoLGPLcommercialcommercial
Cloud-based only infoOnly available as a cloud serviceyesnononono
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 systemshostedAll OS with a Java VMLinux
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
Windows
Data schemeFixed schema with schema-less datatypes (dynamic)schema-free infoFlexible type definitions. Once a type is defined, it is persistentschema-freeyesschema-free
Typing infopredefined data types such as float or dateyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesyesnumeric data for metrics, strings for tagsyesyes
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.yesnoyesyes
Secondary indexesall fields are automatically indexedyes infoAll search fields are automatically indexednoyesyes
SQL infoSupport of SQLKusto Query Language (KQL), SQL subsetSQL-like query languagenoyesno
APIs and other access methodsMicrosoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
Java API
RESTful HTTP/JSON API
HTTP API
Telnet API
ADO.NET
HTTP API
JDBC
ODBC
RESTful HTTP API
WebDAV
XQuery
XSLT
Supported programming languages.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby infoElasticsearch client
Erlang
Go
Java
Python
R
Ruby
C
C#
C++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
C++ infomost other programming languages supported via APIs
Server-side scripts infoStored proceduresYes, possible languages: KQL, Python, Ryesnoyes, in C/C++, Java, .Net or Perlyes infoon the application server
Triggersyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyes infoby using the 'percolation' featurenoyesno
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud serviceShardingSharding infobased on HBasenonenone
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.yesselectable replication factor infobased on HBaseSource-replica replication infoDatabase mirroringyes infosychronisation to multiple collections
MapReduce infoOffers an API for user-defined Map/Reduce methodsSpark connector (open source): github.com/­Azure/­azure-kusto-sparknonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual 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 Consistency infobased on HBaseImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynononoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanononoACIDmultiple readers, single writer
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.nonoyesno
User concepts infoAccess controlAzure Active Directory Authenticationnofine grained access rights according to SQL-standardDomain, group and role-based access control at the document level and for application services
More information provided by the system vendor
Microsoft Azure Data ExplorerOpenSearchOpenTSDBSAP SQL Anywhere infoformerly called Adaptive Server Anywheresearchxml
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
Microsoft Azure Data ExplorerOpenSearchOpenTSDBSAP SQL Anywhere infoformerly called Adaptive Server Anywheresearchxml
DB-Engines blog posts

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

show all

Recent citations in the 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

Hybrid Search with Amazon OpenSearch Service
19 March 2024, AWS Blog

Amazon OpenSearch Ingestion is now available in 2 additional commercial regions
15 February 2024, AWS Blog

Amazon OpenSearch H2 2023 in review
15 March 2024, AWS Blog

Track Amazon OpenSearch Service configuration changes more easily with new visibility improvements | Amazon Web ...
6 February 2024, AWS Blog

Petabyte-scale log analytics with Amazon S3, Amazon OpenSearch Service, and Amazon OpenSearch Ingestion ...
7 March 2024, AWS Blog

provided by Google News

Pinterest Switches from OpenTSDB to Their Own Time Series Database
16 September 2018, InfoQ.com

Comparing Different Time-Series Databases
10 February 2022, hackernoon.com

Brain Monitoring with Kafka, OpenTSDB, and Grafana
5 August 2016, KDnuggets

MapR to help admins peer into dense Hadoop clusters
28 June 2016, SiliconANGLE News

LogicMonitor Rolls a Time Series Database for Finer-Grain Reporting
1 June 2016, The New Stack

provided by Google News

SAP vulnerabilities Let Attacker Inject OS Commands—Patch Now!
11 July 2023, CybersecurityNews

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

Rimini Street expands support beyond SAP and Oracle
11 June 2022, InsideSAP

AWS, IBM, Microsoft, Google emerge Cloud DBMS leaders
22 December 2022, Daily Host News

provided by Google News



Share this page

Featured Products

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

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Present your product here