DB-EnginesExtremeDB: the mission critical dbmsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > MongoDB vs. Oracle Berkeley DB vs. QuestDB

System Properties Comparison MongoDB vs. Oracle Berkeley DB vs. QuestDB

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameMongoDB  Xexclude from comparisonOracle Berkeley DB  Xexclude from comparisonQuestDB  Xexclude from comparison
DescriptionOne 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 storeA high performance open source SQL database for time series data
Primary database modelDocument storeKey-value store infosupports sorted and unsorted key sets
Native XML DBMS infoin the Oracle Berkeley DB XML version
Time 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
Relational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score436.61
Rank#5  Overall
#1  Document stores
Score3.71
Rank#101  Overall
#18  Key-value stores
#3  Native XML DBMS
Score2.24
Rank#146  Overall
#12  Time Series DBMS
Websitewww.mongodb.comwww.oracle.com/­technetwork/­database/­database-technologies/­berkeleydb/­overview/­index.htmlquestdb.io
Technical documentationdocs.mongodb.com/­manualdocs.oracle.com/­cd/­E17076_05/­html/­index.htmlquestdb.io/­docs/­introduction
DeveloperMongoDB, IncOracle infooriginally developed by Sleepycat, which was acquired by OracleQuestDB Limited
Initial release200919942014
Current release6.0.5, March 202318.1.40, May 2020
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.Open Source infocommercial license availableOpen Source infoApache 2.0
Cloud-based only infoOnly available as a cloud serviceno 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.
  • 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.
  • ScaleGrid for MongoDB Database: Fully managed hosting for MongoDB Database on a wide variety of cloud providers and On-Premises. Automate your management, scaling and backups through one centralized platform.
Implementation languageC++C, Java, C++ (depending on the Berkeley DB edition)Java
Server operating systemsLinux
OS X
Solaris
Windows
AIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
Linux
macOS
Windows
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-freeyes infoschema-free via InfluxDB Line Protocol
Typing infopredefined data types such as float or dateyes infostring, integer, double, decimal, boolean, date, object_id, geospatialnoyes
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.yes infoonly with the Berkeley DB XML editionno
Secondary indexesyesyesno
SQL infoSupport of SQLRead-only SQL queries via the MongoDB Connector for BIyes infoSQL interfaced based on SQLite is availableSQL-like query language
APIs and other access methodsproprietary protocol using JSONHTTP REST
InfluxDB Line Protocol (TCP/UDP)
JDBC
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
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
C infoPostgreSQL driver
C++
Go
Java
JavaScript (Node.js)
Python
Rust infoover HTTP
Server-side scripts infoStored proceduresJavaScriptnono
Triggersyes infoin MongoDB Atlas onlyyes infoonly for the SQL APIno
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.nonehorizontal partitioning (by timestamps)
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Source-replica replicationConfigurable consistency for N replicas
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Immediate Consistency
Foreign keys infoReferential integrityno infotypically not used, however similar functionality with DBRef possiblenono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataMulti-document ACID Transactions with snapshot isolationACIDACID for single-table writes
Concurrency infoSupport for concurrent manipulation of datayesyes
Durability infoSupport for making data persistentyes infooptional, enabled by defaultyesyes
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 infothrough memory mapped files
User concepts infoAccess controlAccess rights for users and rolesno
More information provided by the system vendor
MongoDBOracle Berkeley DBQuestDB
Specific characteristicsMongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Relational model with native time series support Column based storage and time partitioned...
» more
Competitive advantagesBuilt around the flexible document data model and unified API, MongoDB is a developer...
» more
Real-time data ingestion and istant SQL queries for time series High performance...
» more
Typical application scenariosInternet of Things and Time Series (Bosch, GE Healthcare, Jaguar Land Rover) Mobile...
» more
Application metrics Financial market data and algo trading DevOps monitoring Real-time...
» more
Key customersADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» more
Market metrics365+ million downloads, over 150,000+ Atlas clusters provisioned every month handling...
» more
Licensing and pricing modelsMongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» more
Apache 2.0.
» more
News

Exploring Financial Tick Data with Jupyter Notebook and Pandas
22 May 2023

Time-Series Data Visualization with Apache Superset and QuestDB
19 May 2023

Optimizing the Optimizer: the Time-Series Benchmark Suite
18 May 2023

QuestDB 7.1.2 Release
16 May 2023

Investigating Linux Phantom Disk Reads
2 May 2023

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

Navicat for MongoDB gives you a highly effective GUI interface for MongoDB database management, administration and development.
» more

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

More resources
MongoDBOracle Berkeley DBQuestDB
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

MongoDB and Alibaba Cloud Extend Global Partnership
25 May 2023, PR Newswire

FerretDB Provides Alternative to MongoDB
19 May 2023, Datanami

ScyllaDB vs. MongoDB: When to Use Each
12 May 2023, The New Stack

MongoDB, Inc. to Host Investor Session at MongoDB.local NYC 2023
26 May 2023, Galveston County Daily News

MongoDB Stock: Stretched Valuation (NASDAQ:MDB)
27 May 2023, Seeking Alpha

provided by Google News

Oracle Berkeley DB
13 January 2023, oracle.com

Berkeley-db-1.xx keeps reporting errors when compiling · micropython · Discussion #10658
4 February 2023, GitHub

Berkeley DB (BDB) is a software library that provides a high-performance embedded database for key-value data. It is a ...
29 January 2023, tea.xyz

Oracle Berkeley DB - Market Share, Competitor Insights in Database
17 March 2023, 6sense.com

Berkeley DB XML Contextual Menu Actions (Deprecated)
21 March 2023, oxygenxml.com

provided by Google News

Aquis picks QuestDB to power financial exchange Infra
2 November 2022, IBS Intelligence

QuestDB snares $12M Series A with hosted version coming soon
3 November 2021, TechCrunch

Read the Pitch Deck Database Startup QuestDB Used to Raise $12 ...
11 November 2021, Business Insider

Q&A: Nicolas Hourcard, QuestDB: The advantages of a time-series ...
3 December 2020, Developer News

5 Awesome Java Projects People Don't Know About Vol 3 — Time ...
21 April 2023, tomaszs2.medium.com

provided by Google News

Job opportunities

MongoDB Engineer
Alltech International, Remote

Technical Support Analyst
Sakari, Remote

MongoDB Database Administrator (Remote Opportunity)
VetsEZ, Remote

Junior Backend Developer
Actum Lab, Austin, TX

Web Development Opportunities
SuretyBonds.com, Remote

Product Manager
NXLog, Remote

jobs by Indeed



Share this page

Featured Products

Cassandra Forward online event

Want to level up your Cassandra game?
If you missed the event or would like to re-watch a session, replays are available now. Watch now!

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

Neo4j logo

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

Redis logo

The world’s most loved real‑time data platform.
Try free

Vertica logo

Vertica Accelerator. The fastest analytics and machine learning, delivered as SaaS, with automated setup, administration, and management. Free trial.

Present your product here