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 > Apache Drill vs. Apache Impala vs. MongoDB vs. OpenQM vs. searchxml

System Properties Comparison Apache Drill vs. Apache Impala vs. MongoDB vs. OpenQM vs. searchxml

Editorial information provided by DB-Engines
NameApache Drill  Xexclude from comparisonApache Impala  Xexclude from comparisonMongoDB  Xexclude from comparisonOpenQM infoalso called QM  Xexclude from comparisonsearchxml  Xexclude from comparison
DescriptionSchema-free SQL Query Engine for Hadoop, NoSQL and Cloud StorageAnalytic DBMS for HadoopOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureQpenQM is a high-performance, self-tuning, multi-value DBMSDBMS for structured and unstructured content wrapped with an application server
Primary database modelDocument store
Relational DBMS
Relational DBMSDocument storeMultivalue DBMSNative XML DBMS
Search engine
Secondary database modelsDocument storeSpatial 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
Score1.95
Rank#127  Overall
#23  Document stores
#60  Relational DBMS
Score13.77
Rank#40  Overall
#24  Relational DBMS
Score421.65
Rank#5  Overall
#1  Document stores
Score0.27
Rank#298  Overall
#10  Multivalue DBMS
Score0.00
Rank#383  Overall
#7  Native XML DBMS
#25  Search engines
Websitedrill.apache.orgimpala.apache.orgwww.mongodb.comwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-open-qmwww.searchxml.net/­category/­products
Technical documentationdrill.apache.org/­docsimpala.apache.org/­impala-docs.htmlwww.mongodb.com/­docs/­manualwww.searchxml.net/­support/­handouts
DeveloperApache Software FoundationApache Software Foundation infoApache top-level project, originally developed by ClouderaMongoDB, IncRocket Software, originally Martin Phillipsinformationpartners gmbh
Initial release20122013200919932015
Current release1.20.3, January 20234.1.0, June 20226.0.7, June 20233.4-121.0
License infoCommercial or Open SourceOpen Source infoApache Version 2Open 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.Open Source infoGPLv2, extended commercial license availablecommercial
Cloud-based only infoOnly available as a cloud servicenonono 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 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++C++C++
Server operating systemsLinux
OS X
Windows
LinuxLinux
OS X
Solaris
Windows
AIX
FreeBSD
Linux
macOS
Raspberry Pi
Solaris
Windows
Windows
Data schemeschema-freeyesschema-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.yes infowith some exceptionsschema-free
Typing infopredefined data types such as float or dateyesyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyes
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.nonoyesyes
Secondary indexesnoyesyesyesyes
SQL infoSupport of SQLSQL SELECT statement is SQL:2003 compliantSQL-like DML and DDL statementsRead-only SQL queries via the MongoDB Atlas SQL Interfacenono
APIs and other access methodsJDBC
ODBC
RESTful HTTP API
JDBC
ODBC
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
RESTful HTTP API
WebDAV
XQuery
XSLT
Supported programming languagesC++All languages supporting JDBC/ODBCActionscript 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
Basic
C
Java
Objective C
PHP
Python
C++ infomost other programming languages supported via APIs
Server-side scripts infoStored proceduresuser defined functionsyes infouser defined functions and integration of map-reduceJavaScriptyesyes infoon the application server
Triggersnonoyes infoin MongoDB Atlas onlyyesno
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.yesnone
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factorMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
yesyes infosychronisation to multiple collections
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesyes infoquery execution via MapReduceyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneEventual ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonono infotypically not used, however similar functionality with DBRef possiblenono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoMulti-document ACID Transactions with snapshot isolationACIDmultiple readers, single writer
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentDepending on the underlying data sourceyesyes infooptional, enabled by defaultyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.Depending on the underlying data sourcenoyes infoIn-memory storage engine introduced with MongoDB version 3.2no
User concepts infoAccess controlDepending on the underlying data sourceAccess rights for users, groups and roles infobased on Apache Sentry and KerberosAccess rights for users and rolesAccess rights can be defined down to the item levelDomain, group and role-based access control at the document level and for application services
More information provided by the system vendor
Apache DrillApache ImpalaMongoDBOpenQM infoalso called QMsearchxml
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

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
Apache DrillApache ImpalaMongoDBOpenQM infoalso called QMsearchxml
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

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

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

Apache Drill Poised to Crack Tough Data Challenges
19 May 2015, Datanami

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

Drill Mines Diverse Data Sets, Google Style
20 May 2015, The Next Platform

provided by Google News

Apache Impala 4 Supports Operator Multi-Threading
29 July 2021, iProgrammer

Cloudera Bringing Impala to AWS Cloud
28 November 2017, Datanami

Apache Impala becomes Top-Level Project
28 November 2017, SDTimes.com

Apache Doris just 'graduated': Why care about this SQL data warehouse
24 June 2022, InfoWorld

Hudi: Uber Engineering’s Incremental Processing Framework on Apache Hadoop
12 March 2017, Uber

provided by Google News

Top MongoDB Interview Questions and Answers
21 May 2024, Simplilearn

Loss-Making MongoDB, Inc. (NASDAQ:MDB) Expected To Breakeven In The Medium-Term
23 May 2024, Yahoo Finance

MongoDB Furthers Commitment to Security and Compliance with New Industry Certifications
23 May 2024, PR Newswire

MongoDB (NASDAQ:MDB) Shares Down 2.8%
24 May 2024, MarketBeat

MongoDB Stock Sinks As Market Gains: Here's Why
21 May 2024, Markets Insider

provided by Google News



Share this page

Featured Products

SingleStore logo

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

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

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