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

DBMS > AlaSQL vs. Graph Engine vs. HBase vs. MongoDB vs. Postgres-XL

System Properties Comparison AlaSQL vs. Graph Engine vs. HBase vs. MongoDB vs. Postgres-XL

Editorial information provided by DB-Engines
NameAlaSQL  Xexclude from comparisonGraph Engine infoformer name: Trinity  Xexclude from comparisonHBase  Xexclude from comparisonMongoDB  Xexclude from comparisonPostgres-XL  Xexclude from comparison
DescriptionJavaScript DBMS libraryA distributed in-memory data processing engine, underpinned by a strongly-typed RAM store and a general distributed computation engineWide-column store based on Apache Hadoop and on concepts of BigTableOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureBased on PostgreSQL enhanced with MPP and write-scale-out cluster features
Primary database modelDocument store
Relational DBMS
Graph DBMS
Key-value store
Wide column storeDocument storeRelational 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
Document store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.46
Rank#260  Overall
#40  Document stores
#121  Relational DBMS
Score0.61
Rank#240  Overall
#21  Graph DBMS
#35  Key-value stores
Score30.50
Rank#26  Overall
#2  Wide column stores
Score421.65
Rank#5  Overall
#1  Document stores
Score0.49
Rank#256  Overall
#117  Relational DBMS
Websitealasql.orgwww.graphengine.iohbase.apache.orgwww.mongodb.comwww.postgres-xl.org
Technical documentationgithub.com/­AlaSQL/­alasqlwww.graphengine.io/­docs/­manualhbase.apache.org/­book.htmlwww.mongodb.com/­docs/­manualwww.postgres-xl.org/­documentation
DeveloperAndrey Gershun & Mathias R. WulffMicrosoftApache Software Foundation infoApache top-level project, originally developed by PowersetMongoDB, Inc
Initial release20142010200820092014 infosince 2012, originally named StormDB
Current release2.3.4, January 20216.0.7, June 202310 R1, October 2018
License infoCommercial or Open SourceOpen Source infoMIT-LicenseOpen Source infoMIT LicenseOpen 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 infoMozilla public license
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 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 languageJavaScript.NET and CJavaC++C
Server operating systemsserver-less, requires a JavaScript environment (browser, Node.js).NETLinux
Unix
Windows infousing Cygwin
Linux
OS X
Solaris
Windows
Linux
macOS
Data schemeschema-freeyesschema-free, schema definition possibleschema-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
Typing infopredefined data types such as float or datenoyesoptions to bring your own types, AVROyes 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.nononoyes infoXML type, but no XML query functionality
Secondary indexesnonoyesyes
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.nonoRead-only SQL queries via the MongoDB Atlas SQL Interfaceyes infodistributed, parallel query execution
APIs and other access methodsJavaScript APIRESTful HTTP APIJava API
RESTful HTTP API
Thrift
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
Supported programming languagesJavaScriptC#
C++
F#
Visual Basic
C
C#
C++
Groovy
Java
PHP
Python
Scala
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
.Net
C
C++
Delphi
Erlang
Java
JavaScript (Node.js)
Perl
PHP
Python
Tcl
Server-side scripts infoStored proceduresnoyesyes infoCoprocessors in JavaJavaScriptuser defined functions
Triggersyesnoyesyes infoin MongoDB Atlas onlyyes
Partitioning methods infoMethods for storing different data on different nodesnonehorizontal partitioningShardingSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.horizontal partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-source replication
Source-replica replication
Multi-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate Consistency or Eventual ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate Consistency
Foreign keys infoReferential integrityyesnonono infotypically not used, however similar functionality with DBRef possibleyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infoonly for local storage and DOM-storagenoSingle row ACID (across millions of columns)Multi-document ACID Transactions with snapshot isolationACID infoMVCC
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyes infoby using IndexedDB, SQL.JS or proprietary FileStorageoptional: either by committing a write-ahead log (WAL) to the local persistent storage or by dumping the memory to a persistent storageyesyes infooptional, enabled by defaultyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesyes infoIn-memory storage engine introduced with MongoDB version 3.2no
User concepts infoAccess controlnoAccess Control Lists (ACL) for RBAC, integration with Apache Ranger for RBAC & ABACAccess rights for users and rolesfine grained access rights according to SQL-standard
More information provided by the system vendor
AlaSQLGraph Engine infoformer name: TrinityHBaseMongoDBPostgres-XL
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

Studio 3T: The world's favorite IDE for working with MongoDB
» 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
AlaSQLGraph Engine infoformer name: TrinityHBaseMongoDBPostgres-XL
DB-Engines blog posts

Cloudera's HBase PaaS offering now supports Complex Transactions
11 August 2021,  Krishna Maheshwari (sponsor) 

Why is Hadoop not listed in the DB-Engines Ranking?
13 May 2013, Paul Andlinger

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

Create a Marvel Database with SQL and Javascript, the easy way
2 July 2019, Towards Data Science

HarperDB - How and Why We Built It From The Ground Up on NodeJS
28 February 2021, hackernoon.com

Multi faceted data exploration in the browser using Leaflet and amCharts
3 May 2020, Towards Data Science

provided by Google News

Trinity
2 June 2023, Microsoft

Open source Microsoft Graph Engine takes on Neo4j
13 February 2017, InfoWorld

IBM releases Graph, a service that can outperform SQL databases
27 July 2016, GeekWire

Aerospike Is Now a Graph Database, Too
21 June 2023, Datanami

The graph analytics landscape 2019 - DataScienceCentral.com
27 February 2019, Data Science Central

provided by Google News

MongoDB CEO Ittycheria: AI Has Reached 'A Crucible Moment' In Its Development.
9 May 2024, CRN

Choosing the Best MongoDB Reporting Tool for Your Team
11 May 2024, Medium

Build RAG applications with MongoDB Atlas, now available in Knowledge Bases for Amazon Bedrock | Amazon Web ...
2 May 2024, AWS Blog

MongoDB, Inc. Announces Date of First Quarter Fiscal 2025 Earnings Call
10 May 2024, StreetInsider.com

New York Life Investment Management LLC Grows Stock Holdings in MongoDB, Inc. (NASDAQ:MDB)
10 May 2024, Defense World

provided by Google News



Share this page

Featured Products

Milvus logo

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

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Present your product here