DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > MongoDB vs. OpenQM vs. RavenDB vs. STSdb vs. ToroDB

System Properties Comparison MongoDB vs. OpenQM vs. RavenDB vs. STSdb vs. ToroDB

Editorial information provided by DB-Engines
NameMongoDB  Xexclude from comparisonOpenQM infoalso called QM  Xexclude from comparisonRavenDB  Xexclude from comparisonSTSdb  Xexclude from comparisonToroDB  Xexclude from comparison
ToroDB seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
DescriptionOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureQpenQM is a high-performance, self-tuning, multi-value DBMSOpen Source Operational and Transactional Enterprise NoSQL Document DatabaseKey-Value Store with special method for indexing infooptimized for high performance using a special indexing methodA MongoDB-compatible JSON document store, built on top of PostgreSQL
Primary database modelDocument storeMultivalue DBMSDocument storeKey-value storeDocument store
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
Graph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score421.65
Rank#5  Overall
#1  Document stores
Score0.27
Rank#298  Overall
#10  Multivalue DBMS
Score2.92
Rank#101  Overall
#18  Document stores
Score0.04
Rank#360  Overall
#52  Key-value stores
Websitewww.mongodb.comwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-open-qmravendb.netgithub.com/­STSSoft/­STSdb4github.com/­torodb/­server
Technical documentationwww.mongodb.com/­docs/­manualravendb.net/­docs
DeveloperMongoDB, IncRocket Software, originally Martin PhillipsHibernating RhinosSTS Soft SC8Kdata
Initial release20091993201020112016
Current release6.0.7, June 20233.4-125.4, July 20224.0.8, September 2015
License infoCommercial or Open SourceOpen 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 infoGPLv2, extended commercial license availableOpen Source infoAGPL version 3, commercial license availableOpen Source infoGPLv2, commercial license availableOpen Source infoAGPL-V3
Cloud-based only infoOnly available as a cloud serviceno infoMongoDB available as DBaaS (MongoDB Atlas)nononono
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#Java
Server operating systemsLinux
OS X
Solaris
Windows
AIX
FreeBSD
Linux
macOS
Raspberry Pi
Solaris
Windows
Linux
macOS
Raspberry Pi
Windows
WindowsAll OS with a Java 7 VM
Data schemeschema-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 infowith some exceptionsschema-freeyesschema-free
Typing infopredefined data types such as float or dateyes infostring, integer, double, decimal, boolean, date, object_id, geospatialnoyes infoprimitive types and user defined types (classes)yes infostring, integer, double, boolean, date, object_id
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.yesno
Secondary indexesyesyesyesno
SQL infoSupport of SQLRead-only SQL queries via the MongoDB Atlas SQL InterfacenoSQL-like query language (RQL)no
APIs and other access methodsGraphQL
HTTP REST
Prisma
proprietary protocol using JSON
.NET Client API
F# Client API
Go Client API
Java Client API
NodeJS Client API
PHP Client API
Python Client API
RESTful HTTP API
.NET Client API
Supported programming languagesActionscript 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
.Net
Basic
C
Java
Objective C
PHP
Python
.Net
C#
F#
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
C#
Java
Server-side scripts infoStored proceduresJavaScriptyesyesno
Triggersyes infoin MongoDB Atlas onlyyesyesnono
Partitioning methods infoMethods for storing different data on different nodesSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.yesShardingnoneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
yesMulti-source replicationnoneSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate ConsistencyDefault ACID transactions on the local node (eventually consistent across the cluster). Atomic operations with cluster-wide ACID transactions. Eventual consistency for indexes and full-text search indexes.Eventual Consistency
Immediate Consistency
Foreign keys infoReferential integrityno infotypically not used, however similar functionality with DBRef possiblenononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataMulti-document ACID Transactions with snapshot isolationACIDACID, Cluster-wide transaction availablenono
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyes infooptional, enabled by defaultyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infoIn-memory storage engine introduced with MongoDB version 3.2
User concepts infoAccess controlAccess rights for users and rolesAccess rights can be defined down to the item levelAuthorization levels configured per client per databasenoAccess rights for users and roles
More information provided by the system vendor
MongoDBOpenQM infoalso called QMRavenDBSTSdbToroDB
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

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
MongoDBOpenQM infoalso called QMRavenDBSTSdbToroDB
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

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

MongoDB.local NYC: Charting enterprise AI transformation
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

RavenDB Launches Version 6.0 Lightning Fast Queries, Data Integrations, Corax Indexing Engine, and Sharding
3 October 2023, PR Newswire

RavenDB Welcomes David Baruc as Chief Revenue Officer: Seasoned Tech Leader to Drive Global Sales and ...
13 June 2023, PR Newswire

Install the NoSQL RavenDB Data System
14 May 2021, The New Stack

Oren Eini on RavenDB, Including Consistency Guarantees and C# as the Implementation Language
23 May 2022, InfoQ.com

RavenDB Adds Graph Queries
15 May 2019, Datanami

provided by Google News



Share this page

Featured Products

SingleStore logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for 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

Present your product here