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 Impala vs. GeoMesa vs. MongoDB vs. Spark SQL vs. Transbase

System Properties Comparison Apache Impala vs. GeoMesa vs. MongoDB vs. Spark SQL vs. Transbase

Editorial information provided by DB-Engines
NameApache Impala  Xexclude from comparisonGeoMesa  Xexclude from comparisonMongoDB  Xexclude from comparisonSpark SQL  Xexclude from comparisonTransbase  Xexclude from comparison
DescriptionAnalytic DBMS for HadoopGeoMesa is a distributed spatio-temporal DBMS based on various systems as storage layer.One of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureSpark SQL is a component on top of 'Spark Core' for structured data processingA resource-optimized, high-performance, universally applicable RDBMS
Primary database modelRelational DBMSSpatial DBMSDocument storeRelational DBMSRelational DBMS
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
Score12.45
Rank#40  Overall
#24  Relational DBMS
Score0.86
Rank#205  Overall
#4  Spatial DBMS
Score421.08
Rank#5  Overall
#1  Document stores
Score18.04
Rank#33  Overall
#20  Relational DBMS
Score0.17
Rank#334  Overall
#148  Relational DBMS
Websiteimpala.apache.orgwww.geomesa.orgwww.mongodb.comspark.apache.org/­sqlwww.transaction.de/­en/­products/­transbase.html
Technical documentationimpala.apache.org/­impala-docs.htmlwww.geomesa.org/­documentation/­stable/­user/­index.htmlwww.mongodb.com/­docs/­manualspark.apache.org/­docs/­latest/­sql-programming-guide.htmlwww.transaction.de/­en/­products/­transbase/­features.html
DeveloperApache Software Foundation infoApache top-level project, originally developed by ClouderaCCRi and othersMongoDB, IncApache Software FoundationTransaction Software GmbH
Initial release20132014200920141987
Current release4.1.0, June 20225.0.0, May 20246.0.7, June 20233.5.0 ( 2.13), September 2023Transbase 8.3, 2022
License infoCommercial or Open SourceOpen Source infoApache Version 2Open Source infoApache License 2.0Open 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 infoApache 2.0commercial infofree development license
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++ScalaC++ScalaC and C++
Server operating systemsLinuxLinux
OS X
Solaris
Windows
Linux
OS X
Windows
FreeBSD
Linux
macOS
Solaris
Windows
Data schemeyesyesschema-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.yesyes
Typing infopredefined data types such as float or dateyesyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyesyes
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.nononono
Secondary indexesyesyesyesnoyes
SQL infoSupport of SQLSQL-like DML and DDL statementsnoRead-only SQL queries via the MongoDB Atlas SQL InterfaceSQL-like DML and DDL statementsyes
APIs and other access methodsJDBC
ODBC
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
JDBC
ODBC
ADO.NET
JDBC
ODBC
Proprietary native API
Supported programming languagesAll 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
Java
Python
R
Scala
C
C#
C++
Java
JavaScript
Kotlin
Objective-C
PHP
Python
Server-side scripts infoStored proceduresyes infouser defined functions and integration of map-reducenoJavaScriptnoyes
Triggersnonoyes infoin MongoDB Atlas onlynoyes
Partitioning methods infoMethods for storing different data on different nodesShardingdepending on storage layerSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.yes, utilizing Spark Core
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factordepending on storage layerMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
noneSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infoquery execution via MapReduceyesyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistencydepending on storage layerEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate Consistency
Foreign keys infoReferential integritynonono infotypically not used, however similar functionality with DBRef possiblenoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoMulti-document ACID Transactions with snapshot isolationnoyes
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyes infooptional, enabled by defaultyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nodepending on storage layeryes infoIn-memory storage engine introduced with MongoDB version 3.2nono
User concepts infoAccess controlAccess rights for users, groups and roles infobased on Apache Sentry and Kerberosyes infodepending on the DBMS used for storageAccess rights for users and rolesnofine grained access rights according to SQL-standard
More information provided by the system vendor
Apache ImpalaGeoMesaMongoDBSpark SQLTransbase
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 ImpalaGeoMesaMongoDBSpark SQLTransbase
DB-Engines blog posts

Spatial database management systems
6 April 2021, Matthias Gelbmann

show all

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 Impala becomes Top-Level Project
28 November 2017, SDTimes.com

Cloudera Bringing Impala to AWS Cloud
28 November 2017, Datanami

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

Updates & Upserts in Hadoop Ecosystem with Apache Kudu
27 October 2017, KDnuggets

provided by Google News

Bendigo and Adelaide Bank Partners with MongoDB to Modernize Core Banking Technology Using Generative AI
13 June 2024, Yahoo Finance

Should You Buy MongoDB, Snowflake, and Atlassian at Their 52-Week Lows?
6 June 2024, The Motley Fool

MongoDB loses nearly a quarter of its value after adjusting revenue forecasts
31 May 2024, The Register

MongoDB shares sink 23% after management trims guidance
30 May 2024, CNBC

MongoDB Stock Sinks 20% As Company Lowers Sales Guidance
31 May 2024, Investor's Business Daily

provided by Google News

Use Amazon Athena with Spark SQL for your open-source transactional table formats | Amazon Web Services
24 January 2024, AWS Blog

What is Apache Spark? The big data platform that crushed Hadoop
3 April 2024, InfoWorld

Cracking the Apache Spark Interview: 80+ Top Questions and Answers for 2024
1 April 2024, Simplilearn

Performance Insights from Sigma Rule Detections in Spark Streaming
1 June 2024, Towards Data Science

Simba Technologies(R) Introduces New, Powerful JDBC Driver With SQL Connector for Apache Spark(TM)
17 March 2024, Yahoo Singapore News

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

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