DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > GridDB vs. MongoDB vs. searchxml vs. ToroDB vs. VictoriaMetrics

System Properties Comparison GridDB vs. MongoDB vs. searchxml vs. ToroDB vs. VictoriaMetrics

Editorial information provided by DB-Engines
NameGridDB  Xexclude from comparisonMongoDB  Xexclude from comparisonsearchxml  Xexclude from comparisonToroDB  Xexclude from comparisonVictoriaMetrics  Xexclude from comparison
ToroDB seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
DescriptionScalable in-memory time series database optimized for IoT and Big DataOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureDBMS for structured and unstructured content wrapped with an application serverA MongoDB-compatible JSON document store, built on top of PostgreSQLA fast, cost-effective and scalable Time Series DBMS and monitoring solution
Primary database modelTime Series DBMSDocument storeNative XML DBMS
Search engine
Document storeTime Series DBMS
Secondary database modelsKey-value store
Relational DBMS
Spatial 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
Score1.91
Rank#122  Overall
#10  Time Series DBMS
Score400.93
Rank#5  Overall
#1  Document stores
Score0.00
Rank#386  Overall
#7  Native XML DBMS
#25  Search engines
Score1.28
Rank#159  Overall
#15  Time Series DBMS
Websitegriddb.netwww.mongodb.comwww.searchxml.net/­category/­productsgithub.com/­torodb/­servervictoriametrics.com
Technical documentationdocs.griddb.netwww.mongodb.com/­docs/­manualwww.searchxml.net/­support/­handoutsdocs.victoriametrics.com
github.com/­VictoriaMetrics/­VictoriaMetrics/­wiki
DeveloperToshiba CorporationMongoDB, Incinformationpartners gmbh8KdataVictoriaMetrics
Initial release20132009201520162018
Current release5.1, August 20227.0.5, January 20241.0v1.91, May 2023
License infoCommercial or Open SourceOpen Source infoAGPL version 3 and Apache License, version 2.0 , commercial license (standard and advanced editions) also availableOpen 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 infoAGPL-V3Open Source infoApache Version 2.0
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 languageC++C++C++JavaGo
Server operating systemsLinuxLinux
OS X
Solaris
Windows
WindowsAll OS with a Java 7 VMFreeBSD
Linux
macOS
OpenBSD
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-freeschema-free
Typing infopredefined data types such as float or dateyes infonumerical, string, blob, geometry, boolean, timestampyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyesyes 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.noyesnono
Secondary indexesyesyesyes
SQL infoSupport of SQLSQL92, SQL-like TQL (Toshiba Query Language)Read-only SQL queries via the MongoDB Atlas SQL Interfacenono
APIs and other access methodsJDBC
ODBC
Proprietary protocol
RESTful HTTP/JSON API
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
RESTful HTTP API
WebDAV
XQuery
XSLT
Graphite protocol
InfluxDB Line Protocol
OpenTSDB
Prometheus Query API
Prometheus Remote Read/Write
Supported programming languagesC
C++
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
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
C++ infomost other programming languages supported via APIs
Server-side scripts infoStored proceduresnoJavaScriptyes infoon the application serverno
Triggersyesyes infoin MongoDB Atlas onlynonono
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.noneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
yes infosychronisation to multiple collectionsSource-replica replicationSynchronous replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsConnector for using GridDB as an input source and output destination for Hadoop MapReduce jobsyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate consistency within container, eventual consistency across containersEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate ConsistencyEventual Consistency
Immediate Consistency
Eventual Consistency
Foreign keys infoReferential integritynono infotypically not used, however similar functionality with DBRef possiblenonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID at container levelMulti-document ACID Transactions with snapshot isolationmultiple readers, single writernono
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyes 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.2nono
User concepts infoAccess controlAccess rights for users can be defined per databaseAccess rights for users and rolesDomain, group and role-based access control at the document level and for application servicesAccess rights for users and roles
More information provided by the system vendor
GridDBMongoDBsearchxmlToroDBVictoriaMetrics
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

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

More resources
GridDBMongoDBsearchxmlToroDBVictoriaMetrics
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

Enterprise Edition with Improved Fault Tolerance and a New Affordable Monthly Plan for GridDB
15 October 2024, global.toshiba

Toshiba launches cloudy managed IoT database service running its own GridDB
8 April 2021, The Register

Amazon Proposes to Develop New Data Center Campus in Virginia
26 August 2022, w.media

| TOSHIBA DIGITAL SOLUTIONS CORPORATION
30 October 2020, global.toshiba

provided by Google News

The future of AI's data infrastructure: Unlocking the power of GenAI with MongoDB and Capgemini
9 November 2024, TechCrunch

MongoDB (MDB) Stock Declines While Market Improves: Some Information for Investors
8 November 2024, Yahoo Finance

MongoDB: Playing The Long Game In A Fiercely Competitive Market
8 November 2024, Seeking Alpha

This Stock Is Crushing Salesforce, MongoDB And Snowflake In AI Revenue
17 October 2024, Forbes

MongoDB says it’s winning with targeted commercial AI projects
4 October 2024, Blocks & Files

provided by Google News

Open source biz promises to slash bills with observability-as-a-service in the cloud
20 August 2024, The Register

VictoriaMetrics Cloud promises five times cheaper database monitoring
20 August 2024, Techzine Europe

KubeCon24: VictoriaMetrics’ Simpler Alternative to Prometheus
20 March 2024, The New Stack

VictoriaMetrics slashes data storage bills by 90% with world’s most cost-efficient monitoring
30 May 2024, ResponseSource

VictoriaMetrics takes organic growth over investor pressure
11 December 2023, The Register

provided by Google News



Share this page

Featured Products

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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.

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.

Present your product here