DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Apache Drill vs. MongoDB vs. mSQL vs. Oracle NoSQL vs. Sphinx

System Properties Comparison Apache Drill vs. MongoDB vs. mSQL vs. Oracle NoSQL vs. Sphinx

Editorial information provided by DB-Engines
NameApache Drill  Xexclude from comparisonMongoDB  Xexclude from comparisonmSQL infoMini SQL  Xexclude from comparisonOracle NoSQL  Xexclude from comparisonSphinx  Xexclude from comparison
DescriptionSchema-free SQL Query Engine for Hadoop, NoSQL and Cloud StorageOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructuremSQL (Mini SQL) is a simple and lightweight RDBMSA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesOpen source search engine for searching in data from different sources, e.g. relational databases
Primary database modelDocument store
Relational DBMS
Document storeRelational DBMSDocument store
Key-value store
Relational DBMS
Search engine
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.28
Rank#119  Overall
#23  Document stores
#56  Relational DBMS
Score423.96
Rank#5  Overall
#1  Document stores
Score1.67
Rank#151  Overall
#70  Relational DBMS
Score2.96
Rank#103  Overall
#18  Document stores
#17  Key-value stores
#52  Relational DBMS
Score6.03
Rank#60  Overall
#6  Search engines
Websitedrill.apache.orgwww.mongodb.comhughestech.com.au/­products/­msqlwww.oracle.com/­database/­nosql/­technologies/­nosqlsphinxsearch.com
Technical documentationdrill.apache.org/­docswww.mongodb.com/­docs/­manualdocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmlsphinxsearch.com/­docs
DeveloperApache Software FoundationMongoDB, IncHughes TechnologiesOracleSphinx Technologies Inc.
Initial release20122009199420112001
Current release1.20.3, January 20236.0.7, June 20234.4, October 202123.3, December 20233.5.1, February 2023
License infoCommercial or Open SourceOpen Source infoApache Version 2Open Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.commercial infofree licenses can be providedOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)Open Source infoGPL version 2, commercial licence available
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 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++CJavaC++
Server operating systemsLinux
OS X
Windows
Linux
OS X
Solaris
Windows
AIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Linux
Solaris SPARC/x86
FreeBSD
Linux
NetBSD
OS X
Solaris
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.yesSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.yes
Typing infopredefined data types such as float or dateyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyesoptionalno
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.nonono
Secondary indexesnoyesyesyesyes infofull-text index on all search fields
SQL infoSupport of SQLSQL SELECT statement is SQL:2003 compliantRead-only SQL queries via the MongoDB Atlas SQL InterfaceA subset of ANSI SQL is implemented infono subqueries, aggregate functions, views, foreign keys, triggersSQL-like DML and DDL statementsSQL-like query language (SphinxQL)
APIs and other access methodsJDBC
ODBC
RESTful HTTP API
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
JDBC
ODBC
RESTful HTTP APIProprietary protocol
Supported programming languagesC++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
C++
Delphi
Java
Perl
PHP
Tcl
C
C#
Go
Java
JavaScript (Node.js)
Python
C++ infounofficial client library
Java
Perl infounofficial client library
PHP
Python
Ruby infounofficial client library
Server-side scripts infoStored proceduresuser defined functionsJavaScriptnonono
Triggersnoyes 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.noneShardingSharding infoPartitioning is done manually, search queries against distributed index is supported
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
noneElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featurenone
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesyesnowith Hadoop integrationno
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
noneEventual Consistency
Immediate Consistency infodepending on configuration
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 datanoMulti-document ACID Transactions with snapshot isolationnoconfigurable infoACID within a storage node (=shard)no
Concurrency infoSupport for concurrent manipulation of datayesyesnoyesyes
Durability infoSupport for making data persistentDepending on the underlying data sourceyes infooptional, enabled by defaultyesyesyes infoThe original contents of fields are not stored in the Sphinx index.
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.Depending on the underlying data sourceyes infoIn-memory storage engine introduced with MongoDB version 3.2noyes infooff heap cache
User concepts infoAccess controlDepending on the underlying data sourceAccess rights for users and rolesnoAccess rights for users and rolesno
More information provided by the system vendor
Apache DrillMongoDBmSQL infoMini SQLOracle NoSQLSphinx
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 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
Apache DrillMongoDBmSQL infoMini SQLOracle NoSQLSphinx
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

The DB-Engines ranking includes now search engines
4 February 2013, Paul Andlinger

show all

Conferences, events and webinars

Intro to MongoDB
Webinar, 11am ET, 1 May 2024

Recent citations in the news

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

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

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

Vodafone's New Developer Speed and Dexterity—Powered by MongoDB
23 April 2024, WIRED

MongoDB annual event focuses on accelerating AI momentum
22 April 2024, SiliconANGLE News

MongoDB initiated with Buy rating at Loop Capital (MDB)
23 April 2024, Seeking Alpha

A support level that should be taken advantage of
23 April 2024, Marketscreener.com

Why MongoDB (MDB) Stock Is Up Today By Stock Story
23 April 2024, Investing.com Canada

provided by Google News

Make Your MySQL Server More Secure With These 7 Steps - MUO
1 December 2022, MakeUseOf

Writing a Web Service in Perl
9 July 2003, PCQuest

Higher Education PS rules out ghost students before PAC - Zambia
29 November 2018, diggers.news

provided by Google News

Enhance enterprise data security and trust: Must see Blockchain Technology sessions at Oracle CloudWorld 2023
21 August 2023, Oracle

We built a geo-distributed, serverless modern app using the Oracle NoSQL Database Cloud Service
18 November 2021, Oracle

Oracle NoSQL database comes to the cloud
2 April 2020, TechTarget

Oracle Beefs Up Its NoSQL Database Offering
3 April 2014, Data Center Knowledge

Oracle Defends Relational DBs Against NoSQL Competitors
25 November 2015, eWeek

provided by Google News

Switching From Sphinx to MkDocs Documentation — What Did I Gain and Lose
2 February 2024, Towards Data Science

Manticore is a Faster Alternative to Elasticsearch in C++
25 July 2022, hackernoon.com

Perplexity AI: From Its Use To Operation, Everything You Need To Know About Googles Newest Challenger
11 January 2024, Free Press Journal

The Pirate Bay was recently down for over a week due to a DDoS attack
29 October 2019, The Hacker News

How to Build 600+ Links in One Month
4 September 2020, Search Engine Journal

provided by Google News



Share this page

Featured Products

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

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.

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

SingleStore logo

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

Present your product here