DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Kdb vs. LevelDB vs. Microsoft Azure Synapse Analytics vs. MongoDB vs. Sequoiadb

System Properties Comparison Kdb vs. LevelDB vs. Microsoft Azure Synapse Analytics vs. MongoDB vs. Sequoiadb

Editorial information provided by DB-Engines
NameKdb  Xexclude from comparisonLevelDB  Xexclude from comparisonMicrosoft Azure Synapse Analytics infopreviously named Azure SQL Data Warehouse  Xexclude from comparisonMongoDB  Xexclude from comparisonSequoiadb  Xexclude from comparison
DescriptionHigh performance Time Series DBMSEmbeddable fast key-value storage library that provides an ordered mapping from string keys to string valuesElastic, large scale data warehouse service leveraging the broad eco-system of SQL ServerOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureNewSQL database with distributed OLTP and SQL
Primary database modelTime Series DBMS
Vector DBMS
Key-value storeRelational DBMSDocument storeDocument store
Relational DBMS
Secondary database modelsRelational 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
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score7.55
Rank#53  Overall
#3  Time Series DBMS
#1  Vector DBMS
Score2.35
Rank#111  Overall
#19  Key-value stores
Score20.56
Rank#31  Overall
#19  Relational DBMS
Score421.65
Rank#5  Overall
#1  Document stores
Score0.45
Rank#261  Overall
#41  Document stores
#122  Relational DBMS
Websitekx.comgithub.com/­google/­leveldbazure.microsoft.com/­services/­synapse-analyticswww.mongodb.comwww.sequoiadb.com
Technical documentationcode.kx.comgithub.com/­google/­leveldb/­blob/­main/­doc/­index.mddocs.microsoft.com/­azure/­synapse-analyticswww.mongodb.com/­docs/­manualwww.sequoiadb.com/­en/­index.php?m=Files&a=index
DeveloperKx Systems, a division of First Derivatives plcGoogleMicrosoftMongoDB, IncSequoiadb Ltd.
Initial release2000 infokdb was released 2000, kdb+ in 20032011201620092013
Current release3.6, May 20181.23, February 20216.0.7, June 2023
License infoCommercial or Open Sourcecommercial infofree 32-bit versionOpen Source infoBSDcommercialOpen 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 infoServer: AGPL; Client: Apache V2
Cloud-based only infoOnly available as a cloud servicenonoyesno 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 languageqC++C++C++C++
Server operating systemsLinux
OS X
Solaris
Windows
Illumos
Linux
OS X
Windows
hostedLinux
OS X
Solaris
Windows
Linux
Data schemeyesschema-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-free
Typing infopredefined data types such as float or dateyesnoyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyes infooid, date, timestamp, binary, regex
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.yesnonono
Secondary indexesyes infotable attribute 'grouped'noyesyesyes
SQL infoSupport of SQLSQL-like query language (q)noyesRead-only SQL queries via the MongoDB Atlas SQL InterfaceSQL-like query language
APIs and other access methodsHTTP API
JDBC
Jupyter
Kafka
ODBC
WebSocket
ADO.NET
JDBC
ODBC
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
proprietary protocol using JSON
Supported programming languagesC
C#
C++
Go
J
Java
JavaScript
Lua
MatLab
Perl
PHP
Python
R
Scala
C++
Go
Java info3rd party binding
JavaScript (Node.js) info3rd party binding
Python info3rd party binding
C#
Java
PHP
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++
Java
PHP
Python
Server-side scripts infoStored proceduresuser defined functionsnoTransact SQLJavaScriptJavaScript
Triggersyes infowith viewsnonoyes infoin MongoDB Atlas onlyno
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioningnoneSharding, horizontal partitioningSharding 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 nodesSource-replica replicationnoneyesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infosimilar paradigm used for internal processingnonoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Eventual Consistency
Foreign keys infoReferential integrityyesnono infodocs.microsoft.com/­en-us/­azure/­synapse-analytics/­sql-data-warehouse/­sql-data-warehouse-table-constraintsno infotypically not used, however similar functionality with DBRef possibleno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoACIDMulti-document ACID Transactions with snapshot isolationDocument is locked during a transaction
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyes infowith automatic compression on writesyesyes infooptional, enabled by defaultyes
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.2no
User concepts infoAccess controlrights management via user accountsnoyesAccess rights for users and rolessimple password-based access control
More information provided by the system vendor
KdbLevelDBMicrosoft Azure Synapse Analytics infopreviously named Azure SQL Data WarehouseMongoDBSequoiadb
Specific characteristicsIntegrated columnar database & programming system for streaming, real time and historical...
» more
MongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Competitive advantagesprovides seamless scalability; runs on industry standard server platforms; is top-ranked...
» more
Built around the flexible document data model and unified API, MongoDB is a developer...
» more
Typical application scenariostick database streaming sensor data massive intelligence applications oil and gas...
» more
AI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» more
Key customersGoldman Sachs Morgan Stanley Merrill Lynch J.P. Morgan Deutsche Bank IEX Securities...
» more
ADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» more
Market metricskdb+ performance and reliability proven by our customers in critical infrastructure...
» more
Hundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» more
Licensing and pricing modelsupon request
» more
MongoDB 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
KdbLevelDBMicrosoft Azure Synapse Analytics infopreviously named Azure SQL Data WarehouseMongoDBSequoiadb
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

Conferences, events and webinars

Intro to MongoDB
Webinar, 11am ET, 1 May 2024

Recent citations in the news

Turbocharging the Engine: KX Unleashes AI-First Transformation with kdb+
28 February 2024, Business Wire

Introducing Amazon FinSpace with Managed kdb Insights, a fully managed analytics engine, commonly used by capital ...
18 May 2023, AWS Blog

KX ANNOUNCES KDB INSIGHTS AS FULLY MANAGED SERVICE ON AMAZON FINSPACE
18 May 2023, PR Newswire

McLaren Applied and KX partner to enhance ATLAS software analytics capabilities
9 August 2023, Professional Motorsport World

KX Brings the Power and Performance of kdb+ to Python Developers with PyKX
7 June 2023, Datanami

provided by Google News

LevelDB in Ruby — SitePoint
22 October 2014, SitePoint

Microsoft Teams stores auth tokens as cleartext in Windows, Linux, Macs
14 September 2022, BleepingComputer

Pliops unveils XDP-Rocks for RocksDB – Blocks and Files
19 October 2022, Blocks & Files

XanMod, Liquorix Kernels Offer Some Advantages On AMD Ryzen 5 Notebook
26 July 2021, Phoronix

Rust-Based Info Stealers Abuse GitHub Codespaces
19 May 2023, Trend Micro

provided by Google News

General Available: Azure Synapse Runtime for Apache Spark 3.4 is now GA | Azure updates
8 April 2024, azure.microsoft.com

Migrate Microsoft Azure Synapse Analytics to Amazon Redshift using AWS SCT | Amazon Web Services
18 October 2023, AWS Blog

Azure Synapse vs. Databricks: Data Platform Comparison 2024
26 March 2024, eWeek

Azure Synapse Runtime for Apache Spark 3.2 End of Support | Azure updates
22 March 2024, azure.microsoft.com

Azure Synapse Analytics: Everything you need to know about Microsoft's cloud analytics platform
24 September 2023, DataScientest

provided by Google News

MongoDB CEO Dev Ittycheria talks AI hype and the database evolution as he crosses 10-year mark
28 April 2024, TechCrunch

Stocks With Rising Relative Strength: MongoDB
29 April 2024, Investor's Business Daily

AI has yet to transform my life, CEO says
29 April 2024, Business Insider

$1000 Invested In MongoDB 5 Years Ago Would Be Worth This Much Today
30 April 2024, Investing.com UK

Looking Into MongoDB's Recent Short Interest - MongoDB (NASDAQ:MDB)
29 April 2024, Benzinga

provided by Google News



Share this page

Featured Products

RaimaDB logo

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

SingleStore logo

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

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