DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Apache Impala vs. Memgraph vs. Microsoft Azure Cosmos DB vs. Microsoft Azure Data Explorer vs. Snowflake

System Properties Comparison Apache Impala vs. Memgraph vs. Microsoft Azure Cosmos DB vs. Microsoft Azure Data Explorer vs. Snowflake

Editorial information provided by DB-Engines
NameApache Impala  Xexclude from comparisonMemgraph  Xexclude from comparisonMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDB  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonSnowflake  Xexclude from comparison
DescriptionAnalytic DBMS for HadoopAn open source graph database built for real-time streaming and compatible with Neo4jGlobally distributed, horizontally scalable, multi-model database serviceFully managed big data interactive analytics platformCloud-based data warehousing service for structured and semi-structured data
Primary database modelRelational DBMSGraph DBMSDocument store
Graph DBMS
Key-value store
Wide column store
Relational DBMS infocolumn orientedRelational DBMS
Secondary database modelsDocument storeSpatial DBMSDocument 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
Score10.63
Rank#40  Overall
#24  Relational DBMS
Score2.91
Rank#94  Overall
#7  Graph DBMS
Score24.97
Rank#27  Overall
#4  Document stores
#2  Graph DBMS
#3  Key-value stores
#3  Wide column stores
Score3.28
Rank#83  Overall
#45  Relational DBMS
Score133.72
Rank#7  Overall
#5  Relational DBMS
Websiteimpala.apache.orgmemgraph.comazure.microsoft.com/­services/­cosmos-dbazure.microsoft.com/­services/­data-explorerwww.snowflake.com
Technical documentationimpala.apache.org/­impala-docs.htmlmemgraph.com/­docslearn.microsoft.com/­azure/­cosmos-dbdocs.microsoft.com/­en-us/­azure/­data-explorerdocs.snowflake.net/­manuals/­index.html
Social network pagesLinkedInTwitterFacebookGitHubDiscord
DeveloperApache Software Foundation infoApache top-level project, originally developed by ClouderaMemgraph LtdMicrosoftMicrosoftSnowflake Computing Inc.
Initial release20132017201420192014
Current release4.1.0, June 2022cloud service with continuous releases
License infoCommercial or Open SourceOpen Source infoApache Version 2Open Source infoBSL 1.1; commercial license for enterprise edition availablecommercialcommercialcommercial
Cloud-based only infoOnly available as a cloud servicenonoyesyesyes
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++C and C++
Server operating systemsLinuxLinuxhostedhostedhosted
Data schemeyesschema-free and schema-optionalschema-freeFixed schema with schema-less datatypes (dynamic)yes infosupport of semi-structured data formats (JSON, XML, Avro)
Typing infopredefined data types such as float or dateyesyesyes infoJSON typesyes 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.nonoyesyes
Secondary indexesyesyes infoAll properties auto-indexed by defaultall fields are automatically indexed
SQL infoSupport of SQLSQL-like DML and DDL statementsnoSQL-like query languageKusto Query Language (KQL), SQL subsetyes
APIs and other access methodsJDBC
ODBC
Bolt protocol
Cypher query language
DocumentDB API
Graph API (Gremlin)
MongoDB API
RESTful HTTP API
Table API
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
CLI Client
JDBC
ODBC
Supported programming languagesAll languages supporting JDBC/ODBC.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
.Net
C#
Java
JavaScript
JavaScript (Node.js)
MongoDB client drivers written for various programming languages
Python
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
JavaScript (Node.js)
Python
Server-side scripts infoStored proceduresyes infouser defined functions and integration of map-reduceJavaScriptYes, possible languages: KQL, Python, Ruser defined functions
TriggersnoJavaScriptyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyno infosimilar concept for controling cloud resources
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infodynamic graph partitioningSharding infoImplicit feature of the cloud serviceSharding infoImplicit feature of the cloud serviceyes
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factorMulti-source replication using RAFTyes infoImplicit feature of the cloud serviceyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.yes
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infoquery execution via MapReducenowith Hadoop integration infoIntegration with Hadoop/HDInsight on Azure*Spark connector (open source): github.com/­Azure/­azure-kusto-sparkno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyImmediate ConsistencyBounded Staleness
Consistent Prefix
Eventual Consistency
Immediate Consistency infoConsistency level configurable on request level
Session Consistency
Eventual Consistency
Immediate Consistency
Immediate Consistency
Foreign keys infoReferential integritynoyes inforelationships in graphsnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACID infowith snapshot isolationMulti-item ACID transactions with snapshot isolation within a partitionnoACID
Concurrency infoSupport for concurrent manipulation of datayesyes, multi-version concurrency control (MVCC)yesyesyes
Durability infoSupport for making data persistentyesyes infowith periodic snapshot and write-ahead logging (WAL) of changesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesnono
User concepts infoAccess controlAccess rights for users, groups and roles infobased on Apache Sentry and KerberosUsers, roles and permissionsAccess rights can be defined down to the item levelAzure Active Directory AuthenticationUsers with fine-grained authorization concept, user roles and pluggable authentication
More information provided by the system vendor
Apache ImpalaMemgraphMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBMicrosoft Azure Data ExplorerSnowflake
Specific characteristicsMemgraph directly connects to your streaming infrastructure so you and your team...
» more
Competitive advantagesBusiness Source License ensures a future for the Memgraph community MAGE algorithm...
» more
Typical application scenariosGraph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» more
Licensing and pricing modelsYou can check out our pricing model and licenses on the company website .
» 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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more
CData: 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
Apache ImpalaMemgraphMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBMicrosoft Azure Data ExplorerSnowflake
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

Recent citations in the news

Apache Impala 4 Supports Operator Multi-Threading
29 July 2021, iProgrammer

Apache Impala becomes Top-Level Project
28 November 2017, SDTimes.com

Cloudera brings Apache Iceberg data lake format to its Data Platform
30 June 2022, SiliconANGLE News

Hudi: Uber Engineering’s Incremental Processing Framework on Apache Hadoop
12 March 2017, Uber

Updates & Upserts in Hadoop Ecosystem with Apache Kudu
27 October 2017, KDnuggets

provided by Google News

Enhance Your Network Analysis with the Power of a Graph DB
4 May 2024, Towards Data Science

Graph database company Memgraph raises $9.34M
5 October 2021, VentureBeat

Top Open Source Graph Databases
3 June 2024, MarkTechPost

Croatian graph database startup Memgraph raises €8M with Microsoft as key investor, plans to boost R&D
20 October 2021, The Recursive

London-based Memgraph raises over €8 million in seed funding to provide Streaming Graph Algorithms to the masses
5 October 2021, EU-Startups

provided by Google News

Share.Market redefines the investment experience with Microsoft Azure
19 September 2024, customers.microsoft.com

Start your AI journey with Microsoft Azure Cosmos DB—compete for $10K
9 May 2024, Microsoft

Public Preview: DiskANN vector indexing and search in Azure Cosmos DB NoSQL
21 May 2024, Microsoft

Public preview: Filtered vector search in vCore-based Azure Cosmos DB for MongoDB
24 April 2024, Microsoft

Public Preview: vCore-based Azure Cosmos DB for MongoDB cross-region disaster recovery (DR)
21 May 2024, Microsoft

provided by Google News

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

Update records in a Kusto Database (public preview)
20 February 2024, Microsoft

Announcing General Availability to migrate Virtual Network injected Azure Data Explorer Cluster to Private Endpoints
5 February 2024, Microsoft

Announcing General Availability of Graph Semantics in Kusto
27 May 2024, Microsoft

General availability: Azure Data Explorer adds new geospatial capabilities
23 January 2024, Microsoft

provided by Google News

Hacker behind Snowflake customer data breaches remains active
21 September 2024, CyberScoop

Reflecting On Data Storage Stocks’ Q2 Earnings: Snowflake (NYSE:SNOW)
18 September 2024, Yahoo Finance

Snowflake's Unistore still on ice years after announcement
16 September 2024, The Register

SingleStore Partners With Snowflake to Help Users Build Faster, More Efficient Real Time AI Applications
19 September 2024, Business Wire

Risk & Repeat: AT&T's Snowflake database breached
16 July 2024, TechTarget

provided by Google News



Share this page

Featured Products

SingleStore logo

The data platform to build your intelligent applications.
Try it 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.

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.

Present your product here