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 > Microsoft Azure Data Explorer vs. Quasardb vs. Snowflake vs. Sphinx vs. Stardog

System Properties Comparison Microsoft Azure Data Explorer vs. Quasardb vs. Snowflake vs. Sphinx vs. Stardog

Editorial information provided by DB-Engines
NameMicrosoft Azure Data Explorer  Xexclude from comparisonQuasardb  Xexclude from comparisonSnowflake  Xexclude from comparisonSphinx  Xexclude from comparisonStardog  Xexclude from comparison
DescriptionFully managed big data interactive analytics platformDistributed, high-performance timeseries databaseCloud-based data warehousing service for structured and semi-structured dataOpen source search engine for searching in data from different sources, e.g. relational databasesEnterprise Knowledge Graph platform and graph DBMS with high availability, high performance reasoning, and virtualization
Primary database modelRelational DBMS infocolumn orientedTime Series DBMSRelational DBMSSearch engineGraph DBMS
RDF store
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
Score3.80
Rank#81  Overall
#43  Relational DBMS
Score0.21
Rank#322  Overall
#29  Time Series DBMS
Score130.36
Rank#8  Overall
#5  Relational DBMS
Score5.95
Rank#55  Overall
#5  Search engines
Score2.07
Rank#122  Overall
#11  Graph DBMS
#6  RDF stores
Websiteazure.microsoft.com/­services/­data-explorerquasar.aiwww.snowflake.comsphinxsearch.comwww.stardog.com
Technical documentationdocs.microsoft.com/­en-us/­azure/­data-explorerdoc.quasar.ai/­masterdocs.snowflake.net/­manuals/­index.htmlsphinxsearch.com/­docsdocs.stardog.com
DeveloperMicrosoftquasardbSnowflake Computing Inc.Sphinx Technologies Inc.Stardog-Union
Initial release20192009201420012010
Current releasecloud service with continuous releases3.14.1, January 20243.5.1, February 20237.3.0, May 2020
License infoCommercial or Open Sourcecommercialcommercial infoFree community edition, Non-profit organizations and non-commercial usage are eligible for free licensescommercialOpen Source infoGPL version 2, commercial licence availablecommercial info60-day fully-featured trial license; 1-year fully-featured non-commercial use license for academics/students
Cloud-based only infoOnly available as a cloud serviceyesnoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++C++Java
Server operating systemshostedBSD
Linux
OS X
Windows
hostedFreeBSD
Linux
NetBSD
OS X
Solaris
Windows
Linux
macOS
Windows
Data schemeFixed schema with schema-less datatypes (dynamic)schema-freeyes infosupport of semi-structured data formats (JSON, XML, Avro)yesschema-free and OWL/RDFS-schema support
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-typesyes infointeger and binaryyesnoyes
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.yesnoyesno infoImport/export of XML data possible
Secondary indexesall fields are automatically indexedyes infowith tagsyes infofull-text index on all search fieldsyes infosupports real-time indexing in full-text and geospatial
SQL infoSupport of SQLKusto Query Language (KQL), SQL subsetSQL-like query languageyesSQL-like query language (SphinxQL)Yes, compatible with all major SQL variants through dedicated BI/SQL Server
APIs and other access methodsMicrosoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
HTTP APICLI Client
JDBC
ODBC
Proprietary protocolGraphQL query language
HTTP API
Jena RDF API
OWL
RDF4J API
Sesame REST HTTP Protocol
SNARL
SPARQL
Spring Data
Stardog Studio
TinkerPop 3
Supported programming languages.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
.Net
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
R
JavaScript (Node.js)
Python
C++ infounofficial client library
Java
Perl infounofficial client library
PHP
Python
Ruby infounofficial client library
.Net
Clojure
Groovy
Java
JavaScript
Python
Ruby
Server-side scripts infoStored proceduresYes, possible languages: KQL, Python, Rnouser defined functionsnouser defined functions and aggregates, HTTP Server extensions in Java
Triggersyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicynono infosimilar concept for controling cloud resourcesnoyes infovia event handlers
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud serviceSharding infoconsistent hashingyesSharding infoPartitioning is done manually, search queries against distributed index is supportednone
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Source-replica replication with selectable replication factoryesnoneMulti-source replication in HA-Cluster
MapReduce infoOffers an API for user-defined Map/Reduce methodsSpark connector (open source): github.com/­Azure/­azure-kusto-sparkwith Hadoop integrationnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Immediate ConsistencyImmediate ConsistencyImmediate Consistency in HA-Cluster
Foreign keys infoReferential integritynonoyesnoyes inforelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACIDnoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyes infoby using LevelDByesyes infoThe original contents of fields are not stored in the Sphinx index.yes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infoTransient modenoyes
User concepts infoAccess controlAzure Active Directory AuthenticationCryptographically strong user authentication and audit trailUsers with fine-grained authorization concept, user roles and pluggable authenticationnoAccess rights for users and roles

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
3rd partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
Microsoft Azure Data ExplorerQuasardbSnowflakeSphinxStardog
DB-Engines blog posts

Snowflake is the DBMS of the Year 2022, defending the title from last year
3 January 2023, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2021
3 January 2022, Paul Andlinger, Matthias Gelbmann

show all

The DB-Engines ranking includes now search engines
4 February 2013, Paul Andlinger

show all

Recent citations in the news

We’re retiring Azure Time Series Insights on 7 July 2024 – transition to Azure Data Explorer | Azure updates
31 May 2024, Microsoft

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

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

provided by Google News

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

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

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

Gas on the run – ALMA spots the shadow of a molecular outflow from a quasar when the Universe was less than one ...
2 February 2024, waseda.jp

QuestDB gets $12M Series A funding amid growing interest in time-series databases
3 November 2021, SiliconANGLE News

provided by Google News

Threat actor compromising Snowflake database customers
31 May 2024, TechTarget

The Ticketmaster Data Breach May Be Just the Beginning
1 June 2024, WIRED

Massive Ticketmaster, Santander data breaches linked to Snowflake cloud storage
31 May 2024, The Verge

Snowflake denies breach, blames data theft on poorly secured customer accounts
1 June 2024, Help Net Security

Snowflake denies miscreants melted its security to steal data from top customers
31 May 2024, The Register

provided by Google News

Switching From Sphinx to MkDocs Documentation — What Did I Gain and Lose
2 February 2024, Towards Data Science

Manticore is a Faster Alternative to Elasticsearch in C++
25 July 2022, hackernoon.com

Perplexity AI: From Its Use To Operation, Everything You Need To Know About Google's Newest Challenger
11 January 2024, Free Press Journal

The Pirate Bay was recently down for over a week due to a DDoS attack
29 October 2019, The Hacker News

How to Build 600+ Links in One Month
4 September 2020, Search Engine Journal

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.

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

Milvus logo

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

Present your product here