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 > Memgraph vs. MongoDB vs. openGauss vs. OpenQM vs. UniData,UniVerse

System Properties Comparison Memgraph vs. MongoDB vs. openGauss vs. OpenQM vs. UniData,UniVerse

Editorial information provided by DB-Engines
NameMemgraph  Xexclude from comparisonMongoDB  Xexclude from comparisonopenGauss  Xexclude from comparisonOpenQM infoalso called QM  Xexclude from comparisonUniData,UniVerse  Xexclude from comparison
DescriptionAn open source graph database built for real-time streaming and compatible with Neo4jOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureAn enterprise-class RDBMS compatible with high-performance, high-availability and high-performance originally developed by HuaweiQpenQM is a high-performance, self-tuning, multi-value DBMSMultiValue database and application server with SQL mapping layer and meta database capabilities
Primary database modelGraph DBMSDocument storeRelational DBMSMultivalue DBMSMultivalue DBMS
Secondary database modelsSpatial 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
Document store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.00
Rank#102  Overall
#8  Graph DBMS
Score423.96
Rank#5  Overall
#1  Document stores
Score1.05
Rank#189  Overall
#87  Relational DBMS
Score0.33
Rank#286  Overall
#10  Multivalue DBMS
Score3.47
Rank#93  Overall
#2  Multivalue DBMS
Websitememgraph.comwww.mongodb.comgitee.com/­opengauss
opengauss.org
www.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-open-qmwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-unidata
Technical documentationmemgraph.com/­docswww.mongodb.com/­docs/­manualdocs.opengauss.org/­en
gitee.com/­opengauss/­docs
docs.rocketsoftware.com/­bundle?cluster=true&labelkey=unidata&labelkey=prod_unidata
Social network pagesLinkedInTwitterFacebookGitHubDiscord
DeveloperMemgraph LtdMongoDB, IncHuawei and openGauss communityRocket Software, originally Martin PhillipsRocket Software
Initial release20172009201919931985
Current release6.0.7, June 20233.0, March 20223.4-12
License infoCommercial or Open Sourcecommercial infoFree license availableOpen Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.Open SourceOpen Source infoGPLv2, extended commercial license availablecommercial
Cloud-based only infoOnly available as a cloud servicenono infoMongoDB available as DBaaS (MongoDB Atlas)nonono
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 and C++C++C, C++, JavaC
Server operating systemsLinuxLinux
OS X
Solaris
Windows
LinuxAIX
FreeBSD
Linux
macOS
Raspberry Pi
Solaris
Windows
AIX
HP-UX
Linux
Solaris
Windows
Data schemeschema-free and schema-optionalschema-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.yesyes infowith some exceptionsschema-free
Typing infopredefined data types such as float or dateyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyesoptional
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.nonoyes
Secondary indexesyesyesyesyes
SQL infoSupport of SQLnoRead-only SQL queries via the MongoDB Atlas SQL InterfaceANSI SQL 2011noyes
APIs and other access methodsBolt protocol
Cypher query language
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
JDBC
ODBC
Java API infoJPA
JDBC
ODBC
OLE DB
Proprietary protocol
RESTful HTTP API
SOAP-based API
Supported programming languages.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
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
C
C++
Java
.Net
Basic
C
Java
Objective C
PHP
Python
.Net
Basic infoU2 Basic
C
Java
Server-side scripts infoStored proceduresJavaScriptyesyesyes
Triggersyes infoin MongoDB Atlas onlyyesyesyes infoU2 Basic
Partitioning methods infoMethods for storing different data on different nodesSharding infodynamic graph partitioningSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.horizontal partitioning (by range, list and hash)yesnone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication using RAFTMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Source-replica replicationyesSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes inforelationships in graphsno infotypically not used, however similar functionality with DBRef possibleyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infowith snapshot isolationMulti-document ACID Transactions with snapshot isolationACIDACIDACID infoconfigurable
Concurrency infoSupport for concurrent manipulation of datayes, multi-version concurrency control (MVCC)yesyesyesyes
Durability infoSupport for making data persistentyes infowith periodic snapshot and write-ahead logging (WAL) of changesyes infooptional, enabled by defaultyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infoIn-memory storage engine introduced with MongoDB version 3.2no
User concepts infoAccess controlUsers, roles and permissionsAccess rights for users and rolesAccess rights for users, groups and roles according to SQL-standardAccess rights can be defined down to the item levelAccess rights according to SQL-standard and operating system based
More information provided by the system vendor
MemgraphMongoDBopenGaussOpenQM infoalso called QMUniData,UniVerse
Specific characteristicsMemgraph directly connects to your streaming infrastructure so you and your team...
» more
MongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Competitive advantagesBusiness Source License ensures a future for the Memgraph community MAGE algorithm...
» more
Built around the flexible document data model and unified API, MongoDB is a developer...
» more
Typical application scenariosGraph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» more
AI-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 modelsYou can check out our pricing model and licenses on the company website .
» more
MongoDB 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

CData: 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

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

More resources
MemgraphMongoDBopenGaussOpenQM infoalso called QMUniData,UniVerse
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

Conferences, events and webinars

Intro to MongoDB
Webinar, 11am ET, 1 May 2024

Recent citations in the news

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

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a ...
7 August 2023, PR Newswire

Modeling and Navigating a Transportation Network with Memgraph
12 April 2021, Towards Data Science

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

Making Your Own Memory Graph To Detect Memory Issues On iOS
13 April 2021, hackernoon.com

provided by Google News

This Is What Whales Are Betting On MongoDB - MongoDB (NASDAQ:MDB)
24 April 2024, Benzinga

Vodafone's New Developer Speed and Dexterity—Powered by MongoDB
23 April 2024, WIRED

Why MongoDB (MDB) Stock Is Up Today By Stock Story
23 April 2024, Investing.com

A support level that should be taken advantage of
23 April 2024, Marketscreener.com

MongoDB initiated with Buy rating at Loop Capital (MDB)
23 April 2024, Seeking Alpha

provided by Google News

openGauss Open Source Community Officially Launch
1 July 2020, huawei.com

The openGauss powers database industry forward through innovation
6 January 2022, Global Times

Huawei's Four Open Source Basic Software Projects Infuse Diversified Computing Power into Every Line of Code
12 October 2020, PR Newswire

Diversified Computing: Open Innovation for Shared Success
30 September 2020, huawei.com

About HUAWEI Open Source
9 February 2022, huawei.com

provided by Google News

UniData implements a milestone Smart Class Room project at The Asian School | THE DAILY TRIBUNE | KINGDOM ...
8 April 2024, News of Bahrain- DT News

Unidata uses Jetstream to make geoscience data available to science community
29 January 2020, IU Newsroom

Unidata turns 25 | NCAR & UCAR News
15 January 2010, news.ucar.edu

Italy's Unidata picks Telia Carrier for Rome PoP
15 January 2019, Capacity Media

Bringing real weather to classrooms | NCAR & UCAR News
31 May 2012, news.ucar.edu

provided by Google News



Share this page

Featured Products

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it 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

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

Present your product here