DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Ignite vs. Microsoft Azure Table Storage vs. MongoDB vs. Sadas Engine vs. Transbase

System Properties Comparison Ignite vs. Microsoft Azure Table Storage vs. MongoDB vs. Sadas Engine vs. Transbase

Editorial information provided by DB-Engines
NameIgnite  Xexclude from comparisonMicrosoft Azure Table Storage  Xexclude from comparisonMongoDB  Xexclude from comparisonSadas Engine  Xexclude from comparisonTransbase  Xexclude from comparison
DescriptionApache Ignite is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads, delivering in-memory speeds at petabyte scale.A Wide Column Store for rapid development using massive semi-structured datasetsOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureSADAS Engine is a columnar DBMS specifically designed for high performance in data warehouse environmentsA resource-optimized, high-performance, universally applicable RDBMS
Primary database modelKey-value store
Relational DBMS
Wide column storeDocument storeRelational DBMSRelational 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
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.16
Rank#96  Overall
#15  Key-value stores
#49  Relational DBMS
Score4.48
Rank#75  Overall
#6  Wide column stores
Score421.65
Rank#5  Overall
#1  Document stores
Score0.00
Rank#383  Overall
#158  Relational DBMS
Score0.11
Rank#341  Overall
#150  Relational DBMS
Websiteignite.apache.orgazure.microsoft.com/­en-us/­services/­storage/­tableswww.mongodb.comwww.sadasengine.comwww.transaction.de/­en/­products/­transbase.html
Technical documentationapacheignite.readme.io/­docswww.mongodb.com/­docs/­manualwww.sadasengine.com/­en/­sadas-engine-download-free-trial-and-documentation/­#documentationwww.transaction.de/­en/­products/­transbase/­features.html
DeveloperApache Software FoundationMicrosoftMongoDB, IncSADAS s.r.l.Transaction Software GmbH
Initial release20152012200920061987
Current releaseApache Ignite 2.66.0.7, June 20238.0Transbase 8.3, 2022
License infoCommercial or Open SourceOpen Source infoApache 2.0commercialOpen Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.commercial infofree trial version availablecommercial infofree development license
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.
Implementation languageC++, Java, .NetC++C++C and C++
Server operating systemsLinux
OS X
Solaris
Windows
hostedLinux
OS X
Solaris
Windows
AIX
Linux
Windows
FreeBSD
Linux
macOS
Solaris
Windows
Data schemeyesschema-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.yesyes
Typing infopredefined data types such as float or dateyesyesyes 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.yesnonono
Secondary indexesyesnoyesyesyes
SQL infoSupport of SQLANSI-99 for query and DML statements, subset of DDLnoRead-only SQL queries via the MongoDB Atlas SQL Interfaceyesyes
APIs and other access methodsHDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
RESTful HTTP APIGraphQL
HTTP REST
Prisma
proprietary protocol using JSON
JDBC
ODBC
Proprietary protocol
ADO.NET
JDBC
ODBC
Proprietary native API
Supported programming languagesC#
C++
Java
PHP
Python
Ruby
Scala
.Net
C#
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
.Net
C
C#
C++
Groovy
Java
PHP
Python
C
C#
C++
Java
JavaScript
Kotlin
Objective-C
PHP
Python
Server-side scripts infoStored proceduresyes (compute grid and cache interceptors can be used instead)noJavaScriptnoyes
Triggersyes (cache interceptors and events)noyes infoin MongoDB Atlas onlynoyes
Partitioning methods infoMethods for storing different data on different nodesShardingSharding 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.horizontal partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesyes (replicated cache)yes infoimplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Multi-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
noneSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes (compute grid and hadoop accelerator)noyesnono
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
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonono infotypically not used, however similar functionality with DBRef possibleyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDoptimistic lockingMulti-document ACID Transactions with snapshot isolationyes
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.yesnoyes infoIn-memory storage engine introduced with MongoDB version 3.2yes infomanaged by 'Learn by Usage'no
User concepts infoAccess controlSecurity Hooks for custom implementationsAccess rights based on private key authentication or shared access signaturesAccess rights for users and rolesAccess rights for users, groups and roles according to SQL-standardfine grained access rights according to SQL-standard
More information provided by the system vendor
IgniteMicrosoft Azure Table StorageMongoDBSadas EngineTransbase
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

Studio 3T: The world's favorite IDE for working with MongoDB
» 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
IgniteMicrosoft Azure Table StorageMongoDBSadas EngineTransbase
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

GridGain Announces Call for Speakers for Virtual Apache Ignite Summit 2024
8 February 2024, PR Newswire

GridGain Showcases Power of Apache Ignite at Community Over Code Conference
5 October 2023, Datanami

Apache Ignite: An Overview
6 September 2023, Open Source For You

What is Apache Ignite? How is Apache Ignite Used?
18 July 2022, The Stack

Real-time in-memory OLTP and Analytics with Apache Ignite on AWS | Amazon Web Services
14 May 2016, AWS Blog

provided by Google News

Azure Cosmos DB Data Migration tool imports from Azure Table storage | Azure updates
5 May 2015, Microsoft

How to Use C# Azure.Data.Tables SDK with Azure Cosmos DB
9 July 2021, hackernoon.com

How to use Azure Table storage in .Net
14 January 2019, InfoWorld

How to write data to Azure Table Store with an Azure Function
14 April 2017, Experts Exchange

Testing Precompiled Azure Functions Locally with Storage Emulator
8 March 2018, Visual Studio Magazine

provided by Google News

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

The Google/MongoDB tie-in: Gemini Code Assist analyzed
3 May 2024, SiliconANGLE News

MongoDB Launches 'One-Stop-Shop' Program For Building Advanced GenAI Applications
1 May 2024, CRN

MongoDB Atlas Stream Processing is finally here
2 May 2024, InfoWorld

MongoDB and Google Cloud Collaborate to Optimize Gemini Code Assist for Developers Building Applications on ...
2 May 2024, Yahoo Finance

provided by Google News



Share this page

Featured Products

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

Neo4j logo

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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