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

DBMS > Google Cloud Bigtable vs. Milvus vs. MongoDB vs. Oracle Rdb vs. Warp 10

System Properties Comparison Google Cloud Bigtable vs. Milvus vs. MongoDB vs. Oracle Rdb vs. Warp 10

Editorial information provided by DB-Engines
NameGoogle Cloud Bigtable  Xexclude from comparisonMilvus  Xexclude from comparisonMongoDB  Xexclude from comparisonOracle Rdb  Xexclude from comparisonWarp 10  Xexclude from comparison
DescriptionGoogle's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.A DBMS designed for efficient storage of vector data and vector similarity searchesOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureTimeSeries DBMS specialized on timestamped geo data based on LevelDB or HBase
Primary database modelKey-value store
Wide column store
Vector DBMSDocument storeRelational 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
Score2.97
Rank#92  Overall
#15  Key-value stores
#8  Wide column stores
Score3.01
Rank#89  Overall
#4  Vector DBMS
Score410.24
Rank#5  Overall
#1  Document stores
Score1.04
Rank#184  Overall
#84  Relational DBMS
Score0.06
Rank#351  Overall
#35  Time Series DBMS
Websitecloud.google.com/­bigtablemilvus.iowww.mongodb.comwww.oracle.com/­database/­technologies/­related/­rdb.htmlwww.warp10.io
Technical documentationcloud.google.com/­bigtable/­docsmilvus.io/­docs/­overview.mdwww.mongodb.com/­docs/­manualwww.oracle.com/­database/­technologies/­related/­rdb-doc.htmlwww.warp10.io/­content/­02_Getting_started
DeveloperGoogleMongoDB, IncOracle, originally developed by Digital Equipment Corporation (DEC)SenX
Initial release20152019200919842015
Current release2.4.4, May 20247.0.5, January 20247.4.1.1, 2021
License infoCommercial or Open SourcecommercialOpen Source infoApache Version 2.0Open 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 infoApache License 2.0
Cloud-based only infoOnly available as a cloud serviceyesnono infoMongoDB available as DBaaS (MongoDB Atlas)nono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Zilliz Cloud – Cloud-native service for Milvus
  • 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++, GoC++Java
Server operating systemshostedLinux
macOS info10.14 or later
Windows infowith WSL 2 enabled
Linux
OS X
Solaris
Windows
HP Open VMSLinux
OS X
Windows
Data schemeschema-freeschema-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.Flexible Schema (defined schema, partial schema, schema free)schema-free
Typing infopredefined data types such as float or datenoVector, Numeric and Stringyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyesyes
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 indexesnonoyesyesno
SQL infoSupport of SQLnonoRead-only SQL queries via the MongoDB Atlas SQL Interfaceyesno
APIs and other access methodsgRPC (using protocol buffers) API
HappyBase (Python library)
HBase compatible API (Java)
RESTful HTTP APIGraphQL
HTTP REST
Prisma
proprietary protocol using JSON
HTTP API
Jupyter
WebSocket
Supported programming languagesC#
C++
Go
Java
JavaScript (Node.js)
Python
C++
Go
Java
JavaScript (Node.js)
Python
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
Server-side scripts infoStored proceduresnonoJavaScriptyes infoWarpScript
Triggersnonoyes infoin MongoDB Atlas onlyno
Partitioning methods infoMethods for storing different data on different nodesShardingShardingSharding 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 infobased on HBase
Replication methods infoMethods for redundantly storing data on multiple nodesInternal replication in Colossus, and regional replication between two clusters in different zonesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
selectable replication factor infobased on HBase
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnoyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate consistency (for a single cluster), Eventual consistency (for two or more replicated clusters)Bounded Staleness
Eventual Consistency
Immediate Consistency
Session Consistency
Tunable Consistency
Eventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate ConsistencyImmediate Consistency infobased on HBase
Foreign keys infoReferential integritynonono infotypically not used, however similar functionality with DBRef possibleyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic single-row operationsnoMulti-document ACID Transactions with snapshot isolationyes, on a single nodeno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyes infooptional, enabled by defaultyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes infoIn-memory storage engine introduced with MongoDB version 3.2noyes
User concepts infoAccess controlAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Role based access control and fine grained access rightsAccess rights for users and rolesMandatory use of cryptographic tokens, containing fine-grained authorizations
More information provided by the system vendor
Google Cloud BigtableMilvusMongoDBOracle RdbWarp 10
Specific characteristicsMilvus is an open-source and cloud-native vector database built for production-ready...
» more
MongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Competitive advantagesHighly available, versatile, and robust with millisecond latency. Supports batch...
» more
Built around the flexible document data model and unified API, MongoDB is a developer...
» more
Typical application scenariosRAG: retrieval augmented generation Video media : video understanding, video deduplication....
» more
AI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» more
Key customersMilvus is trusted by thousands of enterprises, including PayPal, eBay, IKEA, LINE,...
» more
ADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» more
Market metricsAs of January 2024, 25k+ GitHub stars 10M+ downloads and installations​ ​ 3k+ enterprise...
» more
Hundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» more
Licensing and pricing modelsMilvus was released under the open-source Apache License 2.0 in October 2019. Fully-managed...
» 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 partiesCData: 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

Studio 3T: The world's favorite IDE for working with MongoDB
» more

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

More resources
Google Cloud BigtableMilvusMongoDBOracle RdbWarp 10
DB-Engines blog posts

Vector databases
2 June 2023, Matthias Gelbmann

show all

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

Google Cloud adds graph processing to Spanner, SQL support to Bigtable
1 August 2024, InfoWorld

Google introduces Bigtable SQL access and Spanner's new AI-ready features
1 August 2024, ZDNet

Google's AI-First Strategy Brings Vector Support To Cloud Databases
1 March 2024, Forbes

Google Cloud Adds GenAI, Core Enhancements Across Data Platform
1 August 2024, The New Stack

Google Introduces Autoscaling for Cloud Bigtable for Optimizing Costs
31 January 2022, InfoQ.com

provided by Google News

How NVIDIA GPU Acceleration Supercharged Milvus Vector Database
26 March 2024, The New Stack

AI-Powered Search Engine With Milvus Vector Database on Vultr - SitePoint
30 August 2024, SitePoint

IBM watsonx.data’s integrated vector database: unify, prepare, and deliver your data for AI
9 April 2024, IBM

10 top vector database options for similarity searches
8 August 2024, TechTarget

Milvus 2.4 Unveils Game-Changing Features for Enhanced Vector Search
20 March 2024, GlobeNewswire

provided by Google News

MongoDB’s Rick Houlihan talks prioritizing user experience in digital services
19 September 2024, FedScoop

MongoDB director sells over $400k in company stock
19 September 2024, Investing.com

MongoDB's CPO On AI And Developer Focused Data Technologies: Tech Disruptors
19 September 2024, Bloomberg

MongoDB, Inc. Announces Second Quarter Fiscal 2025 Financial Results
29 August 2024, PR Newswire

Better Database Stock: Oracle vs. MongoDB
15 September 2024, The Motley Fool

provided by Google News

Oracle Adds New AI-Enabling Features To MySQL HeatWave
23 March 2023, Forbes

Oracle Business Model
13 June 2023, Business Model Analyst

provided by Google News

Launched Just A Year Ago, Open-Source Scality S3 Server Gains Extraordinary Momentum As It Simplifies The Life Of Developers
28 June 2017, PR Newswire

provided by Google News



Share this page

Featured Products

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.

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

Present your product here