DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > LMDB vs. Microsoft Azure SQL Database vs. MongoDB vs. Newts vs. SAP Advantage Database Server

System Properties Comparison LMDB vs. Microsoft Azure SQL Database vs. MongoDB vs. Newts vs. SAP Advantage Database Server

Editorial information provided by DB-Engines
NameLMDB  Xexclude from comparisonMicrosoft Azure SQL Database infoformerly SQL Azure  Xexclude from comparisonMongoDB  Xexclude from comparisonNewts  Xexclude from comparisonSAP Advantage Database Server infoformer name: Sybase ADS  Xexclude from comparison
SAP Advantage Database Server seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
DescriptionA high performant, light-weight, embedded key-value database libraryDatabase as a Service offering with high compatibility to Microsoft SQL ServerOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureTime Series DBMS based on CassandraLow-cost RDBMS with access to ISAM and FoxPro data structures
Primary database modelKey-value storeRelational DBMSDocument storeTime Series DBMSRelational DBMS
Secondary database modelsDocument store
Graph DBMS
Spatial DBMS
Spatial 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.94
Rank#120  Overall
#20  Key-value stores
Score72.95
Rank#16  Overall
#11  Relational DBMS
Score410.24
Rank#5  Overall
#1  Document stores
Score0.00
Rank#385  Overall
#40  Time Series DBMS
Websitewww.symas.com/­symas-embedded-database-lmdbazure.microsoft.com/­en-us/­products/­azure-sql/­databasewww.mongodb.comopennms.github.io/­newtswww.sap.com/products/advantage-database-server.html
Technical documentationwww.lmdb.tech/­docdocs.microsoft.com/­en-us/­azure/­azure-sqlwww.mongodb.com/­docs/­manualgithub.com/­OpenNMS/­newts/­wiki
DeveloperSymasMicrosoftMongoDB, IncOpenNMS GroupSybase, SAP
Initial release20112010200920141993
Current release0.9.32, January 2024V127.0.5, January 2024
License infoCommercial or Open SourceOpen SourcecommercialOpen 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
Cloud-based only infoOnly available as a cloud servicenoyesno 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 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.
  • 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.
Implementation languageCC++C++Java
Server operating systemsLinux
Unix
Windows
hostedLinux
OS X
Solaris
Windows
Linux
OS X
Windows
Linux
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.schema-freeyes
Typing infopredefined data types such as float or dateyesyes 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.noyesnono
Secondary indexesnoyesyesnoyes
SQL infoSupport of SQLnoyesRead-only SQL queries via the MongoDB Atlas SQL Interfacenoyes
APIs and other access methodsADO.NET
JDBC
ODBC
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
HTTP REST
Java API
.NET Client API
ADO.NET
JDBC
ODBC
OLE DB
Supported programming languages.Net
C
C++
Clojure
Go
Haskell
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Nim
Objective C
OCaml
Perl
PHP
Python
R
Ruby
Rust
Swift
Tcl
.Net
C#
Java
JavaScript (Node.js)
PHP
Python
Ruby
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
JavaDelphi
Perl
PHP
Server-side scripts infoStored proceduresnoTransact SQLJavaScriptnoyes
Triggersnoyesyes infoin MongoDB Atlas onlynoyes
Partitioning methods infoMethods for storing different data on different nodesnoneSharding 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 infobased on Cassandranone
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyes, with always 3 replicas availableMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
selectable replication factor infobased on CassandraMulti-source replication infoCONFLICT Trigger to resolve replication conflicts
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Eventual Consistency infobased on Cassandra
Immediate Consistency infobased on Cassandra
Immediate Consistency
Foreign keys infoReferential integritynoyesno infotypically not used, however similar functionality with DBRef possiblenoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDMulti-document ACID Transactions with snapshot isolationnoACID
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.yesyes infoIn-memory storage engine introduced with MongoDB version 3.2nono infocaching of (temporary) tables can be configured
User concepts infoAccess controlnofine grained access rights according to SQL-standardAccess rights for users and rolesnofine grained access rights according to SQL-standard
More information provided by the system vendor
LMDBMicrosoft Azure SQL Database infoformerly SQL AzureMongoDBNewtsSAP Advantage Database Server infoformer name: Sybase ADS
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
LMDBMicrosoft Azure SQL Database infoformerly SQL AzureMongoDBNewtsSAP Advantage Database Server infoformer name: Sybase ADS
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2020
4 January 2021, Paul Andlinger, Matthias Gelbmann

Cloud-based DBMS's popularity grows at high rates
12 December 2019, Paul Andlinger

The popularity of cloud-based DBMSs has increased tenfold in four years
7 February 2017, 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

Threat Actors Exploit Multiple Vulnerabilities in Ivanti Connect Secure and Policy Secure Gateways
29 February 2024, CISA

The Lightning Memory-mapped Database
2 March 2016, InfoQ.com

Akamai launches managed database service
25 April 2022, Blocks & Files

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

The Tom Brady Data Biography
8 September 2023, StatsBomb

provided by Google News

Public Preview: New Azure SQL Database skills introduced to Microsoft Copilot in Azure
21 May 2024, azure.microsoft.com

General availability: Azure SQL updates for late-May 2024
21 May 2024, azure.microsoft.com

Public Preview: Azure SQL updates for late-May 2024
21 May 2024, azure.microsoft.com

Copilot in Azure SQL Database in Private Preview
27 March 2024, InfoQ.com

Getting started with delivering generative AI capabilities in SQL Server and Azure SQL
26 June 2024, Microsoft

provided by Google News

MongoDB’s Rick Houlihan talks prioritizing user experience in digital services
19 September 2024, FedScoop

MongoDB director sells over $400k in company stock
19 September 2024, Investing.com

MongoDB's CPO On AI And Developer Focused Data Technologies: Tech Disruptors
19 September 2024, Bloomberg

MongoDB, Inc. Announces Second Quarter Fiscal 2025 Financial Results
29 August 2024, PR Newswire

Better Database Stock: Oracle vs. MongoDB
15 September 2024, The Motley Fool

provided by Google News

SAP Patch Day: August 2024
4 September 2024, all-about-security.de

Critical Updates Released on August 2024 SAP Security Patch Day
27 August 2024, InsideSAP

SAP Announces Q3 2023 Results: Asia Pacific and Japan View
19 October 2023, SAP 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.

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

Milvus logo

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Present your product here