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 > MongoDB vs. Oracle Berkeley DB vs. Quasardb vs. Splice Machine vs. StarRocks

System Properties Comparison MongoDB vs. Oracle Berkeley DB vs. Quasardb vs. Splice Machine vs. StarRocks

Editorial information provided by DB-Engines
NameMongoDB  Xexclude from comparisonOracle Berkeley DB  Xexclude from comparisonQuasardb  Xexclude from comparisonSplice Machine  Xexclude from comparisonStarRocks  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 storeDistributed, high-performance timeseries databaseOpen-Source SQL RDBMS for Operational and Analytical use cases with native Machine Learning, powered by Hadoop and SparkAn open source, high-performance columnar analytical database that enables real-time, multi-dimensional, and highly concurrent data analytics infoForked from Apache Doris
Primary database modelDocument storeKey-value store infosupports sorted and unsorted key sets
Native XML DBMS infoin the Oracle Berkeley DB XML version
Time Series DBMSRelational 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
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score421.08
Rank#5  Overall
#1  Document stores
Score2.01
Rank#126  Overall
#21  Key-value stores
#3  Native XML DBMS
Score0.21
Rank#322  Overall
#29  Time Series DBMS
Score0.54
Rank#252  Overall
#115  Relational DBMS
Score0.93
Rank#198  Overall
#93  Relational DBMS
Websitewww.mongodb.comwww.oracle.com/­database/­technologies/­related/­berkeleydb.htmlquasar.aisplicemachine.comwww.starrocks.io
Technical documentationwww.mongodb.com/­docs/­manualdocs.oracle.com/­cd/­E17076_05/­html/­index.htmldoc.quasar.ai/­mastersplicemachine.com/­how-it-worksdocs.starrocks.io/­en-us/­latest/­introduction/­StarRocks_intro
DeveloperMongoDB, IncOracle infooriginally developed by Sleepycat, which was acquired by OraclequasardbSplice MachineThe Linux Foundation infosince Feb 2023
Initial release20091994200920142020
Current release6.0.7, June 202318.1.40, May 20203.14.1, January 20243.1, March 20213.3, June 2024
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 availablecommercial infoFree community edition, Non-profit organizations and non-commercial usage are eligible for free licensesOpen Source infoAGPL 3.0, commercial license availableOpen Source infoApache Version 2.0
Cloud-based only infoOnly available as a cloud serviceno infoMongoDB available as DBaaS (MongoDB Atlas)nononono
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.
  • 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.
Implementation languageC++C, Java, C++ (depending on the Berkeley DB edition)C++JavaC++, Java
Server operating systemsLinux
OS X
Solaris
Windows
AIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
BSD
Linux
OS X
Windows
Linux
OS X
Solaris
Windows
Linux
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-freeschema-freeyesyes
Typing infopredefined data types such as float or dateyes infostring, integer, double, decimal, boolean, date, object_id, geospatialnoyes infointeger and binaryyesyes
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 editionnono
Secondary indexesyesyesyes infowith tagsyesyes
SQL infoSupport of SQLRead-only SQL queries via the MongoDB Atlas SQL Interfaceyes infoSQL interfaced based on SQLite is availableSQL-like query languageyesyes
APIs and other access methodsGraphQL
HTTP REST
Prisma
proprietary protocol using JSON
HTTP APIJDBC
Native Spark Datasource
ODBC
JDBC
MySQL protocol
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
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
.Net
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
R
C#
C++
Java
JavaScript (Node.js)
Python
R
Scala
Java
Server-side scripts infoStored proceduresJavaScriptnonoyes infoJavauser defined functions
Triggersyes infoin MongoDB Atlas onlyyes infoonly for the SQL APInoyesno
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.noneSharding infoconsistent hashingShared Nothhing Auto-Sharding, Columnar Partitioninghorizontal partitioning (by range and hash)
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Source-replica replicationSource-replica replication with selectable replication factorMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnowith Hadoop integrationYes, via Full Spark Integrationno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityno infotypically not used, however similar functionality with DBRef possiblenonoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataMulti-document ACID Transactions with snapshot isolationACIDACIDACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyes, multi-version concurrency control (MVCC)yes
Durability infoSupport for making data persistentyes infooptional, enabled by defaultyesyes infoby using LevelDByesyes
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 infoTransient modeyesno
User concepts infoAccess controlAccess rights for users and rolesnoCryptographically strong user authentication and audit trailAccess rights for users, groups and roles according to SQL-standardRole based access control and fine grained access rights
More information provided by the system vendor
MongoDBOracle Berkeley DBQuasardbSplice MachineStarRocks
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

Navicat 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

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

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

American International Group Inc. Has $2.49 Million Stock Position in MongoDB, Inc. (NASDAQ:MDB)
25 June 2024, Defense World

CloudMile Wins MongoDB Emerging Markets Partner of the Year Award for Driving Data Innovation and Business ...
25 June 2024, newschannelnebraska.com

CloudMile Clinches MongoDB Award for Data Innovation in Southeast Asia
25 June 2024, CEO Insights Asia

Why MongoDB Plunged Over 35% in May
5 June 2024, The Motley Fool

Why We're Not Concerned Yet About MongoDB, Inc.'s (NASDAQ:MDB) 41% Share Price Plunge
19 June 2024, Simply Wall St

provided by Google News

Margo Seltzer Named ACM Athena Lecturer for Technical and Mentoring Contributions
26 April 2023, HPCwire

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

Margo I. Seltzer | Berkman Klein Center
18 August 2020, Berkman Klein Center

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

Oracle buys Sleepycat Software
14 February 2006, MarketWatch

provided by Google News

Record quasar is most luminous object in the universe
20 February 2024, EarthSky

Quasar Partners with PTC to Empower IoT Customers with High-Performance Data Solutions
11 September 2023, Datanami

QUASAR yacht (Bilgin, 46.8m, 2016)
3 July 2023, Boat International

Real-time analytics database startup Imply raises $70M in Series C funding
16 June 2021, SiliconANGLE News

Astronomers Just Found the Brightest Quasar in the Early Universe
9 January 2019, Livescience.com

provided by Google News

Machine learning data pipeline outfit Splice Machine files for insolvency
26 August 2021, The Register

Splice Machine Launches the Splice Machine Feature Store to Simplify Feature Engineering and Democratize Machine ...
19 January 2021, PR Newswire

Splice Machine Launches Feature Store to Simplify Feature Engineering
19 January 2021, Datanami

Real-time machine learning with Splice Machine's ML Manager
17 April 2019, TechTarget

How To Axe Db2 But Keep Your Code
10 March 2020, Towards Data Science

provided by Google News

CelerData: How This Company Reduces Data Migration And Direct Analysis Costs In Data Lakes
21 December 2023, Pulse 2.0

StarRocks analytical DB heads to Linux Foundation
14 February 2023, VentureBeat

StarRocks Brings Speedy OLAP Database to the Cloud
14 July 2022, Datanami

StarRocks launches managed DBaaS for real-time analytics
14 July 2022, InfoWorld

StarRocks Launches Beta of Cloud Service for Its Analytics Engine
15 July 2022, The New Stack

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

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

Present your product here