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

DBMS > Datomic vs. IBM Db2 vs. InterSystems Caché vs. Microsoft Azure AI Search vs. MongoDB

System Properties Comparison Datomic vs. IBM Db2 vs. InterSystems Caché vs. Microsoft Azure AI Search vs. MongoDB

Editorial information provided by DB-Engines
NameDatomic  Xexclude from comparisonIBM Db2 infoformerly named DB2 or IBM Database 2  Xexclude from comparisonInterSystems Caché  Xexclude from comparisonMicrosoft Azure AI Search  Xexclude from comparisonMongoDB  Xexclude from comparison
Caché is a deprecated database engine which is substituted with InterSystems IRIS. It therefore is removed from the DB-Engines Ranking.
DescriptionDatomic builds on immutable values, supports point-in-time queries and uses 3rd party systems for durabilityCommon in IBM host environments, 2 different versions for host and Windows/LinuxA multi-model DBMS and application serverSearch-as-a-service for web and mobile app developmentOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructure
Primary database modelRelational DBMSRelational DBMS infoSince Version 10.5 support for JSON/BSON documents compatible with MongoDBKey-value store
Object oriented DBMS
Relational DBMS
Search engineDocument store
Secondary database modelsDocument store
RDF store infoin Db2 LUW (Linux, Unix, Windows)
Spatial DBMS infowith Db2 Spatial Extender
Document storeVector 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
Score1.76
Rank#145  Overall
#66  Relational DBMS
Score127.49
Rank#8  Overall
#5  Relational DBMS
Score5.71
Rank#64  Overall
#8  Search engines
Score423.96
Rank#5  Overall
#1  Document stores
Websitewww.datomic.comwww.ibm.com/­products/­db2www.intersystems.com/­products/­cacheazure.microsoft.com/­en-us/­services/­searchwww.mongodb.com
Technical documentationdocs.datomic.comwww.ibm.com/­docs/­en/­db2docs.intersystems.comlearn.microsoft.com/­en-us/­azure/­searchwww.mongodb.com/­docs/­manual
DeveloperCognitectIBMInterSystemsMicrosoftMongoDB, Inc
Initial release20121983 infohost version199720152009
Current release1.0.6735, June 202312.1, October 20162018.1.4, May 2020V16.0.7, June 2023
License infoCommercial or Open Sourcecommercial infolimited edition freecommercial infofree version is availablecommercialcommercialOpen Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.
Cloud-based only infoOnly available as a cloud servicenononoyesno infoMongoDB available as DBaaS (MongoDB Atlas)
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 languageJava, ClojureC and C++C++
Server operating systemsAll OS with a Java VMAIX
HP-UX
Linux
Solaris
Windows
z/OS
AIX
HP Open VMS
HP-UX
Linux
OS X
Solaris
Windows
hostedLinux
OS X
Solaris
Windows
Data schemeyesyesdepending on used data modelyesschema-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.
Typing infopredefined data types such as float or dateyesyesyesyesyes 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.noyesno
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLnoyesyesnoRead-only SQL queries via the MongoDB Atlas SQL Interface
APIs and other access methodsRESTful HTTP APIADO.NET
JDBC
JSON style queries infoMongoDB compatible
ODBC
XQuery
.NET Client API
JDBC
ODBC
RESTful HTTP API
RESTful HTTP APIGraphQL
HTTP REST
Prisma
proprietary protocol using JSON
Supported programming languagesClojure
Java
C
C#
C++
Cobol
Delphi
Fortran
Java
Perl
PHP
Python
Ruby
Visual Basic
C#
C++
Java
C#
Java
JavaScript
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
Server-side scripts infoStored proceduresyes infoTransaction FunctionsyesyesnoJavaScript
TriggersBy using transaction functionsyesyesnoyes infoin MongoDB Atlas only
Partitioning methods infoMethods for storing different data on different nodesnone infoBut extensive use of caching in the application peersSharding infoonly with Windows/Unix/Linux VersionnoneSharding infoImplicit feature of the cloud serviceSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.
Replication methods infoMethods for redundantly storing data on multiple nodesnone infoBut extensive use of caching in the application peersyes infowith separate tools (MQ, InfoSphere)Source-replica replicationyes infoImplicit feature of the cloud serviceMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononoyes
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
Foreign keys infoReferential integritynoyesyesnono infotypically not used, however similar functionality with DBRef possible
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACIDnoMulti-document ACID Transactions with snapshot isolation
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyes infousing external storage systems (e.g. Cassandra, DynamoDB, PostgreSQL, Couchbase and others)yesyesyesyes infooptional, enabled by default
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes inforecommended only for testing and developmentyesnoyes infoIn-memory storage engine introduced with MongoDB version 3.2
User concepts infoAccess controlnofine grained access rights according to SQL-standardAccess rights for users, groups and rolesyes infousing Azure authenticationAccess rights for users and roles
More information provided by the system vendor
DatomicIBM Db2 infoformerly named DB2 or IBM Database 2InterSystems CachéMicrosoft Azure AI SearchMongoDB
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
DatomicIBM Db2 infoformerly named DB2 or IBM Database 2InterSystems CachéMicrosoft Azure AI SearchMongoDB
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

Stanchion Turns SQLite Into A Column Store
15 February 2024, iProgrammer

Nubank buys firm behind Clojure programming language
28 July 2020, Finextra

Zoona Case Study
16 December 2017, AWS Blog

Architecting Software for Leverage
13 November 2021, InfoQ.com

TerminusDB Takes on Data Collaboration with a git-Like Approach
1 December 2020, The New Stack

provided by Google News

Performance optimization of full load and ongoing replication tasks from self-managed Db2 to Amazon RDS for Db2 ...
24 April 2024, AWS Blog

IBM's vintage Db2 database jumps on AWS's cloud bandwagon
29 November 2023, The Register

Precisely says it's smoothing migration of Db2 analytics data to AWS cloud – Blocks and Files
5 April 2024, Blocks and Files

IBM Collaborates with AWS to Launch a New Cloud Database Offering, Enabling Customers to Optimize Data ...
27 November 2023, IBM Newsroom

Precisely Supports Amazon RDS for Db2 Service with Real-Time Data Integration Capabilities
3 April 2024, precisely.com

provided by Google News

Defense Health Agency Awards Four Points Technology $39 Million for Intersystems Software Licenses and Maintenance
21 September 2023, ClearanceJobs

AWS, GCP, Oracle, Azure, SAP Lead Cloud DBMS Market: Gartner
12 February 2022, CRN

Announcing IBM Spectrum Sentinel: Building a Cyber Resilient Future
24 June 2022, ibm.com

Associative Data Modeling Demystified - Part1 - DataScienceCentral.com
9 July 2016, Data Science Central

Nearly three years on from Cambridge's Epic go-live
23 August 2017, Digital Health

provided by Google News

Announcing updates to Azure AI Search to help organizations build and scale generative AI applications
4 April 2024, azure.microsoft.com

Public Preview of Azure OpenAI and AI Search in-app connectors for Logic Apps (Standard) | Azure updates
2 April 2024, azure.microsoft.com

Microsoft’s Azure AI Search updated with increased storage, vector index size
5 April 2024, InfoWorld

Microsoft Azure AI Search just got a massive storage increase - here's what you need to know
8 April 2024, ITPro

Microsoft Azure AI adds storage power, large RAG app support
5 April 2024, VentureBeat

provided by Google News

MongoDB: Strong Long-Term Growth Ahead (NASDAQ:MDB)
25 April 2024, Seeking Alpha

Microsoft's Azure Strength Could Rub Off On This Warren Buffett-Backed Stock And Another Big Cloud Player
26 April 2024, Benzinga

Why MongoDB (MDB) Stock Is Up Today By Stock Story
23 April 2024, Investing.com

A support level that should be taken advantage of
23 April 2024, Marketscreener.com

Proper SQL comes to MongoDB applications .. with the Oracle Database!
2 April 2024, blogs.oracle.com

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.

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it 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