DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > MongoDB vs. Oracle Coherence vs. Oracle NoSQL vs. Riak TS vs. TempoIQ

System Properties Comparison MongoDB vs. Oracle Coherence vs. Oracle NoSQL vs. Riak TS vs. TempoIQ

Editorial information provided by DB-Engines
NameMongoDB  Xexclude from comparisonOracle Coherence  Xexclude from comparisonOracle NoSQL  Xexclude from comparisonRiak TS  Xexclude from comparisonTempoIQ infoformerly TempoDB  Xexclude from comparison
TempoIQ seems to be decommissioned. It will be removed 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 infrastructureOracles in-memory data grid solutionA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesRiak TS is a distributed NoSQL database optimized for time series data and based on Riak KVScalable analytics DBMS for sensor data, provided as a service (SaaS)
Primary database modelDocument storeKey-value storeDocument store
Key-value store
Relational DBMS
Time Series DBMSTime Series 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
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score421.65
Rank#5  Overall
#1  Document stores
Score1.92
Rank#130  Overall
#22  Key-value stores
Score2.95
Rank#100  Overall
#17  Document stores
#17  Key-value stores
#50  Relational DBMS
Score0.20
Rank#319  Overall
#27  Time Series DBMS
Websitewww.mongodb.comwww.oracle.com/­java/­coherencewww.oracle.com/­database/­nosql/­technologies/­nosqltempoiq.com (offline)
Technical documentationwww.mongodb.com/­docs/­manualdocs.oracle.com/­en/­middleware/­standalone/­coherencedocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmlwww.tiot.jp/­riak-docs/­riak/­ts/­latest
DeveloperMongoDB, IncOracleOracleOpen Source, formerly Basho TechnologiesTempoIQ
Initial release20092007201120152012
Current release6.0.7, June 202314.1, August 202323.3, December 20233.0.0, September 2022
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.commercialOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)Open Sourcecommercial
Cloud-based only infoOnly available as a cloud serviceno infoMongoDB available as DBaaS (MongoDB Atlas)nononoyes
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++JavaJavaErlang
Server operating systemsLinux
OS X
Solaris
Windows
All OS with a Java VMLinux
Solaris SPARC/x86
Linux
OS X
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.schema-freeSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.schema-freeschema-free
Typing infopredefined data types such as float or dateyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyesoptionalnoyes
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.nononono
Secondary indexesyesnoyesrestricted
SQL infoSupport of SQLRead-only SQL queries via the MongoDB Atlas SQL InterfacenoSQL-like DML and DDL statementsyes, limitedno
APIs and other access methodsGraphQL
HTTP REST
Prisma
proprietary protocol using JSON
JCache
JPA
RESTful HTTP API
RESTful HTTP APIHTTP API
Native Erlang Interface
HTTP 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
C++
Java
C
C#
Go
Java
JavaScript (Node.js)
Python
C infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
C#
Java
JavaScript infoNode.js
Python
Ruby
Server-side scripts infoStored proceduresJavaScriptnonoErlangno
Triggersyes infoin MongoDB Atlas onlyyes infoLive Eventsnoyes infopre-commit hooks and post-commit hooksyes infoRealtime Alerts
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.ShardingShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
yes, with selectable consistency levelElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featureselectable replication factor
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnowith Hadoop integrationyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Eventual Consistency
Immediate Consistency
Eventual Consistency
Immediate Consistency infodepending on configuration
Eventual Consistency
Foreign keys infoReferential integrityno infotypically not used, however similar functionality with DBRef possiblenonono infolinks between datasets can be storedno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataMulti-document ACID Transactions with snapshot isolationconfigurableconfigurable infoACID within a storage node (=shard)nono
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyes infooptional, enabled by defaultyes infooptionallyyesyesyes
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.2yesyes infooff heap cacheno
User concepts infoAccess controlAccess rights for users and rolesauthentification to access the cache via certificates or http basic authenticationAccess rights for users and rolesnosimple authentication-based access control
More information provided by the system vendor
MongoDBOracle CoherenceOracle NoSQLRiak TSTempoIQ infoformerly TempoDB
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 partiesNavicat 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

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
MongoDBOracle CoherenceOracle NoSQLRiak TSTempoIQ infoformerly TempoDB
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 (finished)

Recent citations in the news

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

MongoDB wants to be the meat in the industry's AI sandwich
2 May 2024, FierceWireless

MongoDB launches tools for developing generative AI apps
2 May 2024, TechTarget

MongoDB aims to jumpstart AI app development with MAAP
1 May 2024, InfoWorld

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

Microservices with Major New Coherence and Helidon Releases
9 August 2022, Oracle

Nike achieves scalability and performance with Oracle Coherence & Exadata
20 December 2012, Oracle

Oracle releases free open source Oracle Coherence community edition
28 June 2020, iTWire

New solutions for Oracle WebLogic on Azure Virtual Machines
1 April 2021, Microsoft

Oracle launches Oracle Banking Cloud Services - ThePaypers
8 February 2023, The Paypers

provided by Google News

Enhance enterprise data security and trust: Must see Blockchain Technology sessions at Oracle CloudWorld 2023
21 August 2023, Oracle

We built a geo-distributed, serverless modern app using the Oracle NoSQL Database Cloud Service
18 November 2021, Oracle

Oracle Beefs Up Its NoSQL Database Offering
3 April 2014, Data Center Knowledge

Oracle Defends Relational DBs Against NoSQL Competitors
25 November 2015, eWeek

NoSQL Rebels Aim Missile at Larry Ellison's Yacht
20 July 2012, WIRED

provided by Google News

NoSQL pioneer Basho stamps its mark on time stamp data with Riak TS
6 October 2015, The Register

Enterprise NoSQL Database for the IoT Becomes Open Source
11 May 2016, ENGINEERING.com

Best open source databases for IoT applications
26 May 2017, Open Source For You

provided by Google News

8 things to consider when applying for an accelerator from 2 C-level execs
29 May 2015, Built In Chicago

provided by Google News



Share this page

Featured Products

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

Neo4j logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Present your product here