DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > GridGain vs. MongoDB vs. RethinkDB vs. Titan vs. Vitess

System Properties Comparison GridGain vs. MongoDB vs. RethinkDB vs. Titan vs. Vitess

Editorial information provided by DB-Engines
NameGridGain  Xexclude from comparisonMongoDB  Xexclude from comparisonRethinkDB  Xexclude from comparisonTitan  Xexclude from comparisonVitess  Xexclude from comparison
Titan has been decommisioned after the takeover by Datastax. It will be removed from the DB-Engines ranking. A fork has been open-sourced as JanusGraph.
DescriptionGridGain is an in-memory computing platform, built on Apache IgniteOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureDBMS for the Web with a mechanism to push updated query results to applications in realtime.Titan is a Graph DBMS optimized for distributed clusters.Scalable, distributed, cloud-native DBMS, extending MySQL
Primary database modelColumnar
Key-value store
Object oriented DBMS
Relational DBMS
Document storeDocument storeGraph DBMSRelational 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
Spatial DBMSDocument store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.33
Rank#154  Overall
#1  Columnar
#26  Key-value stores
#2  Object oriented DBMS
#70  Relational DBMS
Score402.51
Rank#5  Overall
#1  Document stores
Score2.30
Rank#105  Overall
#19  Document stores
Score0.99
Rank#185  Overall
#84  Relational DBMS
Websitewww.gridgain.comwww.mongodb.comrethinkdb.comgithub.com/­thinkaurelius/­titanvitess.io
Technical documentationwww.gridgain.com/­docs/­index.htmlwww.mongodb.com/­docs/­manualrethinkdb.com/­docsgithub.com/­thinkaurelius/­titan/­wikivitess.io/­docs
DeveloperGridGain Systems, Inc.MongoDB, IncThe Linux Foundation infosince July 2017Aurelius, owned by DataStaxThe Linux Foundation, PlanetScale
Initial release20072009200920122013
Current releaseGridGain 8.5.17.0.5, January 20242.4.1, August 202015.0.2, December 2022
License infoCommercial or Open Sourcecommercial, 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 infoApache Version 2Open Source infoApache license, version 2.0Open Source infoApache Version 2.0, commercial licenses available
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 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 languageJava, C++, .Net, Python, REST, SQLC++C++JavaGo
Server operating systemsLinux
OS X
Solaris
Windows
z/OS
Linux
OS X
Solaris
Windows
Linux
OS X
Windows
Linux
OS X
Unix
Windows
Docker
Linux
macOS
Data schemeyesschema-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-freeyesyes
Typing infopredefined data types such as float or dateyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyes infostring, binary, float, bool, date, geometryyesyes
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 indexesyesyesyesyesyes
SQL infoSupport of SQLANSI-99 for query and DML statements, subset of DDLRead-only SQL queries via the MongoDB Atlas SQL Interfacenonoyes infowith proprietary extensions
APIs and other access methodsHDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
Java API
TinkerPop Blueprints
TinkerPop Frames
TinkerPop Gremlin
TinkerPop Rexster
ADO.NET
JDBC
MySQL protocol
ODBC
Supported programming languagesC#
C++
Java
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 infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
Clojure
Java
Python
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Server-side scripts infoStored proceduresyes (compute grid and cache interceptors can be used instead)JavaScriptyesyes infoproprietary syntax
Triggersyes (cache interceptors and events)yes infoin MongoDB Atlas onlyClient-side triggers through changefeedsyesyes
Partitioning methods infoMethods for storing different data on different nodesShardingSharding 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 inforange basedyes infovia pluggable storage backendsSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyes (replicated cache)Multi-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Source-replica replicationyesMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes (compute grid and hadoop accelerator)yesyesyes infovia Faunus, a graph analytics engineno
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 ConsistencyEventual Consistency
Immediate Consistency
Eventual Consistency across shards
Immediate Consistency within a shard
Foreign keys infoReferential integritynono infotypically not used, however similar functionality with DBRef possiblenoyes infoRelationships in graphyes infonot for MyISAM storage engine
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDMulti-document ACID Transactions with snapshot isolationAtomic single-document operationsACIDACID at shard level
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoMVCC basedyesyes infotable locks or row locks depending on storage engine
Durability infoSupport for making data persistentyesyes infooptional, enabled by defaultyesyes infoSupports various storage backends: Cassandra, HBase, Berkeley DB, Akiban, Hazelcastyes
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.2noyes
User concepts infoAccess controlRole-based access control
Security Hooks for custom implementations
Access rights for users and rolesyes infousers and table-level permissionsUser authentification and security via Rexster Graph ServerUsers with fine-grained authorization concept infono user groups or roles
More information provided by the system vendor
GridGainMongoDBRethinkDBTitanVitess
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 parties
» more

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

More resources
GridGainMongoDBRethinkDBTitanVitess
DB-Engines blog posts

DB-Engines shares Q1 2025 database industry rankings and top climbers: Snowflake and PostgreSQL trending
1 May 2025, DB-Engines

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

show all

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Graph DBMS increased their popularity by 500% within the last 2 years
3 March 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21 January 2014, Matthias Gelbmann

show all

Recent citations in the news

GridGain Sponsors Leading Data, Analytics and AI Industry Events
1 May 2025, PR Newswire

GridGain Appoints Mark Lockareff as President and CEO Amid Strong Company Momentum
22 January 2025, PR Newswire

Storage news ticker – February 7
7 February 2025, Blocks and Files

GridGain, Apache Ignite founder talks in-memory databases
11 August 2022, TechTarget

GridGain Names Katherine Barnhisel Rincon as Chief Marketing Officer
20 December 2022, GlobeNewswire

provided by Google News

MongoDB Stock Analysis: Buy, Hold, or Sell?
6 May 2025, The Motley Fool

MongoDB, Inc. (MDB): Among Paul Tudor Jones’ Stock Picks with Huge Upside Potential
10 May 2025, Yahoo Finance

MongoDB Announces Acquisition of Voyage AI to Enable Organizations to Build Trustworthy AI Applications
24 February 2025, PR Newswire

Improving MongoDB Atlas Search Elasticity with Amazon S3 | Amazon Web Services
2 April 2025, Amazon Web Services (AWS)

MongoDB shares slip following interim CFO resignation
22 April 2025, The CFO

provided by Google News

How to Use RethinkDB with Node.js Applications
7 November 2024, SitePoint

An introduction to building realtime apps with RethinkDB
4 June 2015, devmio

NoSQL Software Market May See Big Move | MongoDB, MarkLogic, RethinkDB
10 June 2022, openPR.com

MongoDB: The Popular Database for the Internet of Things
15 August 2023, Open Source For You

Open Source Software Is Big Business With Big Funding
17 April 2017, Crunchbase News

provided by Google News

DataStax Acquires Aurelius and its TitanDB Graph Database
31 May 2024, Data Center Knowledge

Building a Graph Database on AWS Using Amazon DynamoDB and Titan
22 October 2015, Amazon Web Services (AWS)

Titan Graph Database Integration with DynamoDB: World-class Performance, Availability, and Scale for New Workloads
20 August 2015, All Things Distributed

Performance Tuning Your Titan Graph Database on AWS
14 December 2015, Amazon Web Services (AWS)

DSE Graph review: Graph database does double duty
14 November 2019, InfoWorld

provided by Google News

Deepthi Sigireddi on Distributed Database Architecture in the Cloud Native Era
20 May 2024, infoq.com

PlanetScale grabs YouTube-developed open-source tech, promises Vitess DBaaS with on-the-fly schema changes
18 May 2021, theregister.com

3 Cloud-Native Database Tools From CNCF
26 July 2022, Cloud Native Now

PlanetScale Announces $30M Series B Funding to Accelerate Adoption of Instantly Provisioned and Infinitely Scalable Database
23 June 2021, Business Wire

Update CNCF’s Vitess Scales MySQL with the Help of Kubernetes
29 March 2022, InApps Technology

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

RaimaDB logo

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

Present your product here