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

DBMS > Apache Impala vs. Axibase vs. Bangdb vs. MongoDB vs. SWC-DB

System Properties Comparison Apache Impala vs. Axibase vs. Bangdb vs. MongoDB vs. SWC-DB

Editorial information provided by DB-Engines
NameApache Impala  Xexclude from comparisonAxibase  Xexclude from comparisonBangdb  Xexclude from comparisonMongoDB  Xexclude from comparisonSWC-DB infoSuper Wide Column Database  Xexclude from comparison
DescriptionAnalytic DBMS for HadoopScalable TimeSeries DBMS based on HBase with integrated rule engine and visualizationConverged and high performance database for device data, events, time series, document and graphOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureA high performance, scalable Wide Column DBMS
Primary database modelRelational DBMSTime Series DBMSDocument store
Graph DBMS
Time Series DBMS
Document storeWide column store
Secondary database modelsDocument storeSpatial DBMSSpatial 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
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score12.45
Rank#40  Overall
#24  Relational DBMS
Score0.35
Rank#282  Overall
#25  Time Series DBMS
Score0.16
Rank#338  Overall
#47  Document stores
#32  Graph DBMS
#31  Time Series DBMS
Score421.08
Rank#5  Overall
#1  Document stores
Score0.08
Rank#364  Overall
#13  Wide column stores
Websiteimpala.apache.orgaxibase.com/­docs/­atsd/­financebangdb.comwww.mongodb.comgithub.com/­kashirin-alex/­swc-db
www.swcdb.org
Technical documentationimpala.apache.org/­impala-docs.htmldocs.bangdb.comwww.mongodb.com/­docs/­manual
DeveloperApache Software Foundation infoApache top-level project, originally developed by ClouderaAxibase CorporationSachin Sinha, BangDBMongoDB, IncAlex Kashirin
Initial release20132013201220092020
Current release4.1.0, June 202215585BangDB 2.0, October 20216.0.7, June 20230.5, April 2021
License infoCommercial or Open SourceOpen Source infoApache Version 2commercial infoCommunity Edition (single node) is free, Enterprise Edition (distributed) is paidOpen Source infoBSD 3Open 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 infoGPL V3
Cloud-based only infoOnly available as a cloud servicenononono infoMongoDB available as DBaaS (MongoDB Atlas)no
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++JavaC, C++C++C++
Server operating systemsLinuxLinuxLinuxLinux
OS X
Solaris
Windows
Linux
Data schemeyesyesschema-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.schema-free
Typing infopredefined data types such as float or dateyesyes infoshort, integer, long, float, double, decimal, stringyes: string, long, double, int, geospatial, stream, eventsyes infostring, integer, double, decimal, boolean, date, object_id, geospatial
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 indexesyesnoyes infosecondary, composite, nested, reverse, geospatialyes
SQL infoSupport of SQLSQL-like DML and DDL statementsSQL-like query languageSQL like support with command line toolRead-only SQL queries via the MongoDB Atlas SQL InterfaceSQL-like query language
APIs and other access methodsJDBC
ODBC
JDBC
Proprietary protocol (Network API)
RESTful HTTP API
Proprietary protocol
RESTful HTTP API
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
Proprietary protocol
Thrift
Supported programming languagesAll languages supporting JDBC/ODBCGo
Java
PHP
Python
R
Ruby
C
C#
C++
Java
Python
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++
Server-side scripts infoStored proceduresyes infouser defined functions and integration of map-reduceyesnoJavaScriptno
Triggersnoyesyes, Notifications (with Streaming only)yes infoin MongoDB Atlas onlyno
Partitioning methods infoMethods for storing different data on different nodesShardingShardingSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.Sharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factorSource-replica replicationselectable replication factor, Knob for CAP (enterprise version only)Multi-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infoquery execution via MapReduceyesnoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyTunable consistency, set CAP knob accordinglyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate Consistency
Foreign keys infoReferential integritynononono infotypically not used, however similar functionality with DBRef possible
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoACIDMulti-document ACID Transactions with snapshot isolation
Concurrency infoSupport for concurrent manipulation of datayesyesyes, optimistic concurrency controlyesyes
Durability infoSupport for making data persistentyesyesyes, implements WAL (Write ahead log) as wellyes infooptional, enabled by defaultyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes, run db with in-memory only modeyes infoIn-memory storage engine introduced with MongoDB version 3.2no
User concepts infoAccess controlAccess rights for users, groups and roles infobased on Apache Sentry and Kerberosyes (enterprise version only)Access rights for users and roles
More information provided by the system vendor
Apache ImpalaAxibaseBangdbMongoDBSWC-DB infoSuper Wide Column Database
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 partiesNavicat 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

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 ImpalaAxibaseBangdbMongoDBSWC-DB infoSuper Wide Column Database
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 Impala 4 Supports Operator Multi-Threading
29 July 2021, iProgrammer

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

Cloudera Bringing Impala to AWS Cloud
28 November 2017, Datanami

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

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

provided by Google News

The Ultimate ATV Test: Suzuki's King Quad 750 AXI Rugged Package vs. Alaska's Hunting Season
20 April 2021, Outdoor Life

Time Series Databases Software Market - A comprehensive study by Key Players | Warp 10, Amazon Timestream ...
6 February 2020, openPR

provided by Google News

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

Why MongoDB Stock Plunged Today
31 May 2024, The Motley Fool

MongoDB stock sinks after lowering full-year guidance
31 May 2024, Yahoo Finance

MongoDB stock dives 25% on skinny revenue beat, underwhelming guidance By Investing.com
30 May 2024, Investing.com

MongoDB Stock Plunges On Weak Guidance—Watch This Key Chart Level
31 May 2024, Investopedia

provided by Google News

2022 All O-Zone Football Team
17 December 2022, Ozarks Sports Zone

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.

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Present your product here