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 > IBM Db2 vs. Microsoft Azure Data Explorer vs. MongoDB

System Properties Comparison IBM Db2 vs. Microsoft Azure Data Explorer vs. MongoDB

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameIBM Db2 infoformerly named DB2 or IBM Database 2  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonMongoDB  Xexclude from comparison
DescriptionCommon in IBM host environments, 2 different versions for host and Windows/LinuxFully managed big data interactive analytics platformOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructure
Primary database modelRelational DBMS infoSince Version 10.5 support for JSON/BSON documents compatible with MongoDBRelational DBMS infocolumn orientedDocument store
Secondary database modelsDocument store
RDF store infoin Db2 LUW (Linux, Unix, Windows)
Spatial DBMS infowith Db2 Spatial Extender
Document 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
Spatial DBMS
Search engine infointegrated Lucene index, currently in MongoDB Atlas only.
Time Series DBMS infoTime Series Collections introduced in Release 5.0
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score142.92
Rank#7  Overall
#5  Relational DBMS
Score6.51
Rank#66  Overall
#35  Relational DBMS
Score458.78
Rank#5  Overall
#1  Document stores
Websitewww.ibm.com/­analytics/­db2azure.microsoft.com/­services/­data-explorerwww.mongodb.com
Technical documentationwww.ibm.com/­support/­knowledgecenter/­SSEPGGdocs.microsoft.com/­en-us/­azure/­data-explorerdocs.mongodb.com/­manual
DeveloperIBMMicrosoftMongoDB, Inc
Initial release1983 infohost version20192009
Current release12.1, October 2016cloud service with continuous releases6.0.1, August 2022
License infoCommercial or Open Sourcecommercial infofree version is availablecommercialOpen Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.
Cloud-based only infoOnly available as a cloud servicenoyesno infoMongoDB available as DBaaS (MongoDB Atlas)
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ScaleGrid for MongoDB Database: Fully managed hosting for MongoDB Database on a wide variety of cloud providers and On-Premises. Automate your management, scaling and backups through one centralized platform.
Implementation languageC and C++C++
Server operating systemsAIX
HP-UX
Linux
Solaris
Windows
z/OS
hostedLinux
OS X
Solaris
Windows
Data schemeyesFixed schema with schema-less datatypes (dynamic)schema-free infoAlthough schema-free, documents of the same collection often follow the same structure. Optionally impose all or part of a schema by defining a JSON schema.
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-typesyes infostring, integer, double, decimal, boolean, date, object_id, geospatial
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
Secondary indexesyesall fields are automatically indexedyes
SQL infoSupport of SQLyesKusto Query Language (KQL), SQL subsetRead-only SQL queries via the MongoDB Connector for BI
APIs and other access methodsADO.NET
JDBC
JSON style queries infoMongoDB compatible
ODBC
XQuery
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
proprietary protocol using JSON
Supported programming languagesC
C#
C++
Cobol
Delphi
Fortran
Java
Perl
PHP
Python
Ruby
Visual Basic
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
Actionscript infounofficial driver
C
C#
C++
Clojure infounofficial driver
ColdFusion infounofficial driver
D infounofficial driver
Dart infounofficial driver
Delphi infounofficial driver
Erlang
Go
Groovy infounofficial driver
Haskell
Java
JavaScript
Lisp infounofficial driver
Lua infounofficial driver
MatLab infounofficial driver
Perl
PHP
PowerShell infounofficial driver
Prolog infounofficial driver
Python
R infounofficial driver
Ruby
Rust
Scala
Smalltalk infounofficial driver
Swift
Server-side scripts infoStored proceduresyesYes, possible languages: KQL, Python, RJavaScript
Triggersyesyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyes infoin MongoDB Atlas only
Partitioning methods infoMethods for storing different data on different nodesSharding infoonly with Windows/Unix/Linux VersionSharding infoImplicit feature of the cloud serviceSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.
Replication methods infoMethods for redundantly storing data on multiple nodesyes infowith separate tools (MQ, InfoSphere)yes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Multi-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoSpark connector (open source): github.com/­Azure/­azure-kusto-sparkyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Eventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Foreign keys infoReferential integrityyesnono infotypically not used, however similar functionality with DBRef possible
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoMulti-document ACID Transactions with snapshot isolation
Concurrency infoSupport for concurrent manipulation of datayesyesyes
Durability infoSupport for making data persistentyesyesyes infooptional, enabled by default
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infoIn-memory storage engine introduced with MongoDB version 3.2
User concepts infoAccess controlfine grained access rights according to SQL-standardAzure Active Directory AuthenticationAccess rights for users and roles
More information provided by the system vendor
IBM Db2 infoformerly named DB2 or IBM Database 2Microsoft Azure Data ExplorerMongoDB
Specific characteristicsAzure Data Explorer is a fast and highly scalable data exploration service for log...
» more
Competitive advantagesKusto Query Language (innovative query language, optimized for high performance data...
» more
Typical application scenariosIoT applications IoT devices generate billions of sensor readings. Normalizing and...
» more
Key customersMicrosoft, DocuSign, Taboola, Bosch, Siemens Healthineers, Bühler, Ecolab, Zoomd
» more
Market metricsAzure Data Explorer is the data service for Azure Monitor, Azure Time Series Insights,...
» more
Licensing and pricing modelsAn Azure Data Explorer cluster is a pair of engine and data management clusters which...
» 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 partiesNavicat for MongoDB gives you a highly effective GUI interface for MongoDB database management, administration and development.
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more

Percona: Database problems? Not on your watch.
Databases run better with Percona.
» more

Studio 3T: The world's favorite IDE for working with MongoDB
» more

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

More resources
IBM Db2 infoformerly named DB2 or IBM Database 2Microsoft Azure Data ExplorerMongoDB
DB-Engines blog posts

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

PostgreSQL is the DBMS of the Year 2020
4 January 2021, Paul Andlinger, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2018
2 January 2019, Paul Andlinger, Matthias Gelbmann

show all

Recent citations in the news

Db2 Web Query: Way More Than Just A Query Tool
27 February 2023, IT Jungle

StrongDM Announces the First Dynamic Access Management Platform
28 March 2023, businesswire.com

What actually is database integrity?
14 March 2023, tripwire.com

The Wonders of Postgres Logical Decoding Messages
6 March 2023, InfoQ.com

SequoiaDB's Innovative Solutions in Distributed Databases Earns IDC Recognition
16 March 2023, Yahoo Finance

provided by Google News

Azure Data Explorer Supports Native Ingestion from Amazon S3
7 September 2022, InfoQ.com

What's new in Azure Data & AI: Empowering retailers to streamline ...
17 January 2023, Microsoft

Uptake Fusion to Support Microsoft Azure Data Explorer USA ...
1 March 2022, PR Newswire

General availability of Azure OpenAI Service expands access to ...
16 January 2023, Microsoft

Azure Data Explorer gets new engine, numerous enhancements ...
14 October 2020, ZDNet

provided by Google News

Why MongoDB (MDB) Might be Well Poised for a Surge
27 March 2023, Nasdaq

How Will the Market React to Mongodb Inc (MDB) Stock Getting a Bullish Rating
20 March 2023, InvestorsObserver

MongoDB Target of Unusually High Options Trading (NASDAQ:MDB)
23 March 2023, MarketBeat

Harbor Capital Advisors Inc. Boosts Stock Position in MongoDB, Inc ...
28 March 2023, MarketBeat

MongoDB, Inc. Announces Fourth Quarter and Full Year Fiscal 2023 ...
8 March 2023, PR Newswire

provided by Google News

Job opportunities

Manual Tester (Remote)
UST Xpanxion, Remote

Senior DB2 Database Administrator - Evernorth Health Services - Remote
Cigna, Bloomington, MN

DB2 LUW
Cognizant, Windsor, CT

Senior Staff Database Engineer
Raley's Supermarkets, West Sacramento, CA

Database Admin
General Dynamics Information Technology, Indiana

Data Analyst
RLA Engineering, LLC, Remote

Azure Data Engineer
DHL eCommerce, Remote

Data Pipelines Engineer
Microsoft, Redmond, WA

Azure Data engineer
Purple Drive Technologies, Memphis, TN

Data Engineer
Synapseb systems, Bellevue, WA

MongoDB Architect/SrDev
Tech Mahindra / Microsoft, Remote

Backend Engineering, Apprenticeship
Fetch, Birmingham, AL

Web Development Opportunities
SuretyBonds.com, Remote

Coding Teacher
Kids Learn Coding LLC, Remote

Latin America-based C# .NET Developer
Melon, Remote

jobs by Indeed



Share this page

Featured Products

Cassandra Forward online event

Want to level up your Cassandra game?
If you missed the event or would like to re-watch a session, replays are available now. Watch now!

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Redis logo

The world’s most loved real‑time data platform.
Try free

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

Present your product here