DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Alibaba Cloud MaxCompute vs. Apache Drill vs. Google Cloud Bigtable vs. MongoDB vs. Oracle Berkeley DB

System Properties Comparison Alibaba Cloud MaxCompute vs. Apache Drill vs. Google Cloud Bigtable vs. MongoDB vs. Oracle Berkeley DB

Editorial information provided by DB-Engines
NameAlibaba Cloud MaxCompute  Xexclude from comparisonApache Drill  Xexclude from comparisonGoogle Cloud Bigtable  Xexclude from comparisonMongoDB  Xexclude from comparisonOracle Berkeley DB  Xexclude from comparison
DescriptionMaxCompute (previously known as ODPS) is a general purpose, fully managed, multi-tenancy data processing platform for large-scale data warehousingSchema-free SQL Query Engine for Hadoop, NoSQL and Cloud StorageGoogle's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.One of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureWidely used in-process key-value store
Primary database modelRelational DBMS infoa graph-processing framework is available with the graphs being stored in tablesDocument store
Relational DBMS
Key-value store
Wide column store
Document storeKey-value store infosupports sorted and unsorted key sets
Native XML DBMS infoin the Oracle Berkeley DB XML version
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
Score0.78
Rank#221  Overall
#102  Relational DBMS
Score2.28
Rank#119  Overall
#23  Document stores
#56  Relational DBMS
Score3.58
Rank#92  Overall
#14  Key-value stores
#8  Wide column stores
Score423.96
Rank#5  Overall
#1  Document stores
Score2.52
Rank#114  Overall
#20  Key-value stores
#3  Native XML DBMS
Websitewww.alibabacloud.com/­product/­maxcomputedrill.apache.orgcloud.google.com/­bigtablewww.mongodb.comwww.oracle.com/­database/­technologies/­related/­berkeleydb.html
Technical documentationwww.alibabacloud.com/­help/­en/­maxcomputedrill.apache.org/­docscloud.google.com/­bigtable/­docswww.mongodb.com/­docs/­manualdocs.oracle.com/­cd/­E17076_05/­html/­index.html
DeveloperAlibabaApache Software FoundationGoogleMongoDB, IncOracle infooriginally developed by Sleepycat, which was acquired by Oracle
Initial release20162012201520091994
Current release1.20.3, January 20236.0.7, June 202318.1.40, May 2020
License infoCommercial or Open SourcecommercialOpen Source infoApache Version 2commercialOpen 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 infocommercial license available
Cloud-based only infoOnly available as a cloud serviceyesnoyesno infoMongoDB available as DBaaS (MongoDB Atlas)no
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, Java, C++ (depending on the Berkeley DB edition)
Server operating systemshostedLinux
OS X
Windows
hostedLinux
OS X
Solaris
Windows
AIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
Data schemeyesschema-freeschema-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.schema-free
Typing infopredefined data types such as float or dateyesyesnoyes infostring, integer, double, decimal, boolean, date, object_id, geospatialno
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.nononoyes infoonly with the Berkeley DB XML edition
Secondary indexesnononoyesyes
SQL infoSupport of SQLSQL-like query languageSQL SELECT statement is SQL:2003 compliantnoRead-only SQL queries via the MongoDB Atlas SQL Interfaceyes infoSQL interfaced based on SQLite is available
APIs and other access methodsFluentd
Flume
MaxCompute Console
JDBC
ODBC
RESTful HTTP API
gRPC (using protocol buffers) API
HappyBase (Python library)
HBase compatible API (Java)
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
Supported programming languagesJavaC++C#
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
.Net infoFigaro is a .Net framework assembly that extends Berkeley DB XML into an embeddable database engine for .NET
others infoThird-party libraries to manipulate Berkeley DB files are available for many languages
C
C#
C++
Java
JavaScript (Node.js) info3rd party binding
Perl
Python
Tcl
Server-side scripts infoStored proceduresuser defined functions infoin Javauser defined functionsnoJavaScriptno
Triggersnononoyes infoin MongoDB Atlas onlyyes infoonly for the SQL API
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud serviceShardingShardingSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.none
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoImplicit feature of the cloud serviceInternal replication in Colossus, and regional replication between two clusters in different zonesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesyesyesyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencynoneImmediate consistency (for a single cluster), Eventual consistency (for two or more replicated clusters)Eventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Foreign keys infoReferential integritynononono infotypically not used, however similar functionality with DBRef possibleno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoAtomic single-row operationsMulti-document ACID Transactions with snapshot isolationACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyesDepending on the underlying data sourceyesyes infooptional, enabled by defaultyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noDepending on the underlying data sourcenoyes infoIn-memory storage engine introduced with MongoDB version 3.2yes
User concepts infoAccess controlAccess rights for users and rolesDepending on the underlying data sourceAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Access rights for users and rolesno
More information provided by the system vendor
Alibaba Cloud MaxComputeApache DrillGoogle Cloud BigtableMongoDBOracle Berkeley DB
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

CData: Connect to Big Data & NoSQL through standard Drivers.
» 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
Alibaba Cloud MaxComputeApache DrillGoogle Cloud BigtableMongoDBOracle Berkeley DB
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

Recent citations in the news

Alibaba Cloud introduces serverless AI solution to boost enterprise efficiency
31 January 2024, Backend News

Alibaba Cloud To Launch Big Data Service in Europe
15 June 2017, Alizila

Streaming Data Services Comparison: Alibaba Cloud, AWS, Azure, Google Cloud, IBM Cloud
20 January 2020, Wire19

How Big Data Platform Helped Power Last Year's Double 11
3 March 2020, DataDrivenInvestor

Alibaba VP Yangqing Jia to Quit and Start Own AI Business
21 March 2023, Pandaily

provided by Google News

Using Apache Iceberg for Developing Modern Data Tables
3 October 2023, Open Source For You

Analyse Kafka messages with SQL queries using Apache Drill
23 September 2019, Towards Data Science

Apache Drill case study: A tutorial on processing CSV files
9 June 2016, TheServerSide.com

Apache Drill improves big data SQL query engine
31 August 2021, TechTarget

Apache Drill Eliminates ETL, Data Transformation for MapR Database
11 April 2016, The New Stack

provided by Google News

Google expands BigQuery with Gemini, brings vector support to cloud databases
29 February 2024, VentureBeat

What is Google Bigtable? | Definition from TechTarget
1 March 2022, TechTarget

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

Review: Google Bigtable scales with ease
7 September 2016, InfoWorld

Google Cloud makes it cheaper to run smaller workloads on Bigtable
7 April 2020, TechCrunch

provided by Google News

MongoDB, Inc. to Host Investor Session at MongoDB.local NYC 2024
18 April 2024, StreetInsider.com

MongoDB (NASDAQ:MDB) shareholders have earned a 23% CAGR over the last five years
14 April 2024, Yahoo Finance

MongoDB (NASDAQ:MDB) Price Target Cut to $440.00 by Analysts at KeyCorp
18 April 2024, MarketBeat

'Initial Wave Of AI Software Growth' To Spur Microsoft, Salesforce, Palantir, MongoDB, Oracle, Snowflake,
15 April 2024, Benzinga

Proper SQL comes to MongoDB applications .. with the Oracle Database!
2 April 2024, Oracle

provided by Google News

ACM recognizes far-reaching technical achievements with special awards
26 May 2021, EurekAlert

Database Trends Report: SQL Beats NoSQL, MySQL Most Popular -- ADTmag
5 March 2019, ADT Magazine

A Quick Look at Open Source Databases for Mobile App Development
29 April 2018, Open Source For You

Motorola A780 Linux based smartphone to have mobile database
14 September 2004, Geekzone

Squid 5.1 arrives after three years of development and these are its novelties
14 October 2021, Desde Linux

provided by Google News



Share this page

Featured Products

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it 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

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

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

Present your product here