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 > Bangdb vs. HugeGraph vs. IBM Db2 warehouse vs. MongoDB vs. Percona Server for MongoDB

System Properties Comparison Bangdb vs. HugeGraph vs. IBM Db2 warehouse vs. MongoDB vs. Percona Server for MongoDB

Editorial information provided by DB-Engines
NameBangdb  Xexclude from comparisonHugeGraph  Xexclude from comparisonIBM Db2 warehouse infoformerly named IBM dashDB  Xexclude from comparisonMongoDB  Xexclude from comparisonPercona Server for MongoDB  Xexclude from comparison
DescriptionConverged and high performance database for device data, events, time series, document and graphA fast-speed and highly-scalable Graph DBMSCloud-based data warehousing serviceOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureA drop-in replacement for MongoDB Community Edition with enterprise-grade features.
Primary database modelDocument store
Graph DBMS
Time Series DBMS
Graph DBMSRelational DBMSDocument storeDocument store
Secondary database modelsSpatial DBMSSpatial 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.16
Rank#338  Overall
#47  Document stores
#32  Graph DBMS
#31  Time Series DBMS
Score0.17
Rank#335  Overall
#31  Graph DBMS
Score1.37
Rank#160  Overall
#74  Relational DBMS
Score421.08
Rank#5  Overall
#1  Document stores
Score0.60
Rank#246  Overall
#39  Document stores
Websitebangdb.comgithub.com/­hugegraph
hugegraph.apache.org
www.ibm.com/­products/­db2/­warehousewww.mongodb.comwww.percona.com/­mongodb/­software/­percona-server-for-mongodb
Technical documentationdocs.bangdb.comhugegraph.apache.org/­docswww.mongodb.com/­docs/­manualdocs.percona.com/­percona-distribution-for-mongodb
DeveloperSachin Sinha, BangDBBaiduIBMMongoDB, IncPercona
Initial release20122018201420092015
Current releaseBangDB 2.0, October 20210.96.0.7, June 20233.4.10-2.10, November 2017
License infoCommercial or Open SourceOpen Source infoBSD 3Open Source infoApache Version 2.0commercialOpen 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 infoGPL Version 2
Cloud-based only infoOnly available as a cloud servicenonoyesno 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 Flex @ STACKIT offers managed MongoDB Instances with adjustable CPU, RAM, storage amount and speed, in enterprise grade to perfectly match all application requirements. All services are 100% GDPR-compliant.
  • 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++JavaC++C++
Server operating systemsLinuxLinux
macOS
Unix
hostedLinux
OS X
Solaris
Windows
Linux
Data schemeschema-freeyesyesschema-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.schema-free
Typing infopredefined data types such as float or dateyes: string, long, double, int, geospatial, stream, eventsyesyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyes
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.nonono infoImport/export of XML data possibleno
Secondary indexesyes infosecondary, composite, nested, reverse, geospatialyes infoalso supports composite index and range indexyesyesyes
SQL infoSupport of SQLSQL like support with command line toolnoyesRead-only SQL queries via the MongoDB Atlas SQL Interfaceno
APIs and other access methodsProprietary protocol
RESTful HTTP API
Java API
RESTful HTTP API
TinkerPop Gremlin
.NET Client API
JDBC
ODBC
OLE DB
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
proprietary protocol using JSON
Supported programming languagesC
C#
C++
Java
Python
Groovy
Java
Python
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
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
Actionscript
C
C#
C++
Clojure
ColdFusion
D
Dart
Delphi
Erlang
Go
Groovy
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Scala
Smalltalk
Server-side scripts infoStored proceduresnoasynchronous Gremlin script jobsPL/SQL, SQL PLJavaScriptJavaScript
Triggersyes, Notifications (with Streaming only)noyesyes infoin MongoDB Atlas onlyno
Partitioning methods infoMethods for storing different data on different nodesSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmyes infodepending on used storage backend, e.g. Cassandra and HBaseShardingSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.Sharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor, Knob for CAP (enterprise version only)yes infodepending on used storage backend, e.g. Cassandra and HBaseyesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnovia hugegraph-sparknoyesyes
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable consistency, set CAP knob accordinglyEventual ConsistencyImmediate ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Eventual Consistency
Immediate Consistency
Foreign keys infoReferential integritynoyes infoedges in graphyesno infotypically not used, however similar functionality with DBRef possibleno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACIDMulti-document ACID Transactions with snapshot isolationno
Concurrency infoSupport for concurrent manipulation of datayes, optimistic concurrency controlyesyesyesyes
Durability infoSupport for making data persistentyes, implements WAL (Write ahead log) as wellyesyesyes infooptional, enabled by defaultyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes, run db with in-memory only modeyesyesyes infoIn-memory storage engine introduced with MongoDB version 3.2yes infovia In-Memory Engine
User concepts infoAccess controlyes (enterprise version only)Users, roles and permissionsfine grained access rights according to SQL-standardAccess rights for users and rolesAccess rights for users and roles
More information provided by the system vendor
BangdbHugeGraphIBM Db2 warehouse infoformerly named IBM dashDBMongoDBPercona Server for MongoDB
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 partiesStudio 3T: The world's favorite IDE for working with MongoDB
» more

Navicat 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

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

More resources
BangdbHugeGraphIBM Db2 warehouse infoformerly named IBM dashDBMongoDBPercona Server for MongoDB
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

Critical Apache HugeGraph Flaw Let Attackers Execute Remote Code
23 April 2024, GBHackers

provided by Google News

Introducing the next generation of Db2 Warehouse: Our cost-effective, cloud-native data warehouse built for always-on ...
11 July 2023, ibm.com

Db2 Warehouse delivers 4x faster query performance than previously, while cutting storage costs by 34x
11 July 2023, ibm.com

The 10 Best Cloud Data Warehouse Solutions to Consider in 2024
22 October 2023, Solutions Review

Announcing the availability of Bring-Your-Own-License and Reserved Instance plans for next generation Db2 ...
7 August 2023, ibm.com

Data mining in Db2 Warehouse: the basics
23 June 2020, Towards Data Science

provided by Google News

Analysts retool MongoDB stock price target after earnings
2 June 2024, TheStreet

Why MongoDB Stock Plunged Today
31 May 2024, Yahoo Finance

MongoDB loses nearly a quarter of its value after adjusting revenue forecasts
31 May 2024, The Register

MongoDB shares sink 23% after management trims guidance
30 May 2024, CNBC

Why MongoDB Stock Plunged Today
31 May 2024, The Motley Fool

provided by Google News

There are lots of ways to put a database in the cloud – here's what to consider
15 September 2023, The Register

FerretDB goes GA: Gives you MongoDB, without the MongoDB...
15 May 2023, The Stack

The essential guide to MongoDB security
2 February 2017, InfoWorld

The Case Against the Server Side Public License (SSPL)
11 October 2022, The New Stack

Supercharge your Amazon RDS for MySQL deployment with ProxySQL and Percona Monitoring and Management ...
12 October 2018, AWS Blog

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.

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