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 > Alibaba Cloud Table Store vs. Bangdb vs. Microsoft Azure Data Explorer vs. MongoDB vs. RisingWave

System Properties Comparison Alibaba Cloud Table Store vs. Bangdb vs. Microsoft Azure Data Explorer vs. MongoDB vs. RisingWave

Editorial information provided by DB-Engines
NameAlibaba Cloud Table Store  Xexclude from comparisonBangdb  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonMongoDB  Xexclude from comparisonRisingWave  Xexclude from comparison
DescriptionA fully managed Wide Column Store for large quantities of semi-structured data with real-time accessConverged and high performance database for device data, events, time series, document and graphFully 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 infrastructureA distributed RDBMS for stream processing, wire-compatible with PostgreSQL
Primary database modelWide column storeDocument store
Graph DBMS
Time Series DBMS
Relational DBMS infocolumn orientedDocument storeRelational DBMS
Secondary database modelsSpatial 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
Spatial DBMS
Search engine infointegrated Lucene index, currently in MongoDB Atlas only.
Time Series DBMS infoTime Series Collections introduced in Release 5.0
Vector DBMS infocurrently available in the MongoDB Atlas cloud service only
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.26
Rank#301  Overall
#12  Wide column stores
Score0.08
Rank#347  Overall
#47  Document stores
#34  Graph DBMS
#31  Time Series DBMS
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score421.65
Rank#5  Overall
#1  Document stores
Score0.58
Rank#242  Overall
#111  Relational DBMS
Websitewww.alibabacloud.com/­product/­table-storebangdb.comazure.microsoft.com/­services/­data-explorerwww.mongodb.comwww.risingwave.com/­database
Technical documentationwww.alibabacloud.com/­help/­en/­tablestoredocs.bangdb.comdocs.microsoft.com/­en-us/­azure/­data-explorerwww.mongodb.com/­docs/­manualdocs.risingwave.com/­docs/­current/­intro
DeveloperAlibabaSachin Sinha, BangDBMicrosoftMongoDB, IncRisingWave Labs
Initial release20162012201920092022
Current releaseBangDB 2.0, October 2021cloud service with continuous releases6.0.7, June 20231.2, September 2023
License infoCommercial or Open SourcecommercialOpen Source infoBSD 3commercialOpen Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.Open Source infoApache Version 2.0
Cloud-based only infoOnly available as a cloud serviceyesnoyesno infoMongoDB available as DBaaS (MongoDB Atlas)no
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
MongoDB Atlas: Global multi-cloud database with unmatched data distribution and mobility across AWS, Azure, and Google Cloud, built-in automation for resource and workload optimization, and so much more.
Implementation languageC, C++C++Rust
Server operating systemshostedLinuxhostedLinux
OS X
Solaris
Windows
Docker
Linux
macOS
Data schemeschema-freeschema-freeFixed 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.yes
Typing infopredefined data types such as float or dateyesyes: string, long, double, int, geospatial, stream, eventsyes 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, geospatialStandard SQL-types and JSON
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.nonoyesno
Secondary indexesnoyes infosecondary, composite, nested, reverse, geospatialall fields are automatically indexedyesyes
SQL infoSupport of SQLnoSQL like support with command line toolKusto Query Language (KQL), SQL subsetRead-only SQL queries via the MongoDB Atlas SQL Interfaceyes
APIs and other access methodsHTTP APIProprietary protocol
RESTful HTTP API
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
JDBC
PostgreSQL wire protocol
Supported programming languagesJava
Python
C
C#
C++
Java
Python
.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
Kotlin
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
Go
Java
JavaScript (Node.js)
Python
Server-side scripts infoStored proceduresnonoYes, possible languages: KQL, Python, RJavaScriptUDFs in Python or Java
Triggersnoyes, Notifications (with Streaming only)yes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyes infoin MongoDB Atlas onlyno
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud serviceSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmSharding 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 infoImplicit feature of the cloud serviceselectable replication factor, Knob for CAP (enterprise version only)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 methodsnonoSpark connector (open source): github.com/­Azure/­azure-kusto-sparkyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyTunable consistency, set CAP knob accordinglyEventual Consistency
Immediate Consistency
Eventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Foreign keys infoReferential integritynononono infotypically not used, however similar functionality with DBRef possibleno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic single-row operationsACIDnoMulti-document ACID Transactions with snapshot isolationno
Concurrency infoSupport for concurrent manipulation of datayesyes, optimistic concurrency controlyesyes
Durability infoSupport for making data persistentyesyes, implements WAL (Write ahead log) as wellyesyes infooptional, enabled by defaultyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes, run db with in-memory only modenoyes infoIn-memory storage engine introduced with MongoDB version 3.2yes
User concepts infoAccess controlAccess rights based on subaccounts and tokensyes (enterprise version only)Azure Active Directory AuthenticationAccess rights for users and rolesUsers and Roles
More information provided by the system vendor
Alibaba Cloud Table StoreBangdbMicrosoft Azure Data ExplorerMongoDBRisingWave
Specific characteristicsMongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Competitive advantagesBuilt around the flexible document data model and unified API, MongoDB is a developer...
» more
Typical application scenariosAI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» more
Key customersADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» more
Market metricsHundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» more
Licensing and pricing modelsMongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» 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

Navicat for MongoDB gives you a highly effective GUI interface for MongoDB database management, administration and development.
» 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
Alibaba Cloud Table StoreBangdbMicrosoft Azure Data ExplorerMongoDBRisingWave
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

Apache Software Foundation Announces New Top-Level Project Apache Paimon
19 April 2024, Datanami

Apache Software Foundation Announces New Top-Level Project Apache® Paimon
16 April 2024, Yahoo Finance

Gartner’s Magic Quadrant for Cloud Database Management Systems
9 December 2020, CRN

25 Best Cloud Service Providers (Public and Private) in 2024
4 June 2023, CybersecurityNews

Top data analytics tools comparison: Alibaba Cloud, AWS, Azure, Google Cloud, IBM
5 December 2019, Wire19

provided by Google News

Providing modern data transfer and storage service at Microsoft with Microsoft Azure - Inside Track Blog
13 July 2023, Microsoft

Introducing Microsoft Fabric: The data platform for the era of AI | Microsoft Azure Blog
23 May 2023, Microsoft

Azure Data Explorer: Log and telemetry analytics benchmark
16 August 2022, Microsoft

Microsoft Introduces Azure Integration Environments and Business Process Tracking in Public Preview
23 November 2023, InfoQ.com

Azure Data Explorer and Stream Analytics for anomaly detection
16 January 2020, Microsoft

provided by Google News

MongoDB.local NYC: Charting enterprise AI transformation
7 May 2024, SiliconANGLE News

Ecosystem enrichment: MongoDB's path to success
7 May 2024, SiliconANGLE News

MongoDB unveils an AI app building program for the enterprise
1 May 2024, VentureBeat

MongoDB CEO Dev Ittycheria talks AI hype and the database evolution as he crosses 10-year mark
28 April 2024, TechCrunch

Build RAG applications with MongoDB Atlas, now available in Knowledge Bases for Amazon Bedrock | Amazon Web ...
2 May 2024, AWS Blog

provided by Google News

RisingWave Cloud Democratizes Event Stream Processing, Making It Affordable at Cloud Scale
27 June 2023, Datanami

Ibis 8 Adds Streaming
5 March 2024, iProgrammer

Building a Formula 1 Streaming Data Pipeline With Kafka and Risingwave
5 September 2023, KDnuggets

Streaming data processing platform RisingWave lands $36M to launch a cloud service
18 October 2022, TechCrunch

JN.1—a new, highly mutated COVID variant—could cause one of the largest U.S. waves yet, experts say. When each ...
23 December 2023, Fortune

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.

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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

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