DB-EnginesEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > AllegroGraph vs. EsgynDB vs. MongoDB vs. Percona Server for MongoDB vs. TDSQL for MySQL

System Properties Comparison AllegroGraph vs. EsgynDB vs. MongoDB vs. Percona Server for MongoDB vs. TDSQL for MySQL

Editorial information provided by DB-Engines
NameAllegroGraph  Xexclude from comparisonEsgynDB  Xexclude from comparisonMongoDB  Xexclude from comparisonPercona Server for MongoDB  Xexclude from comparisonTDSQL for MySQL  Xexclude from comparison
DescriptionHigh performance, persistent RDF store with additional support for Graph DBMSEnterprise-class SQL-on-Hadoop solution, powered by Apache TrafodionOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureA drop-in replacement for MongoDB Community Edition with enterprise-grade features.A high-performance distributed database management system with features such as automatic sharding, intelligent operation and maintenance, elastic scalability without downtime, and enterprise-grade security. It is highly compatible with MySQL.
Primary database modelDocument store infowith version 6.5
Graph DBMS
RDF store
Vector DBMS
Relational DBMSDocument storeDocument storeRelational DBMS
Secondary database modelsSpatial 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
Document store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.80
Rank#210  Overall
#35  Document stores
#18  Graph DBMS
#7  RDF stores
#11  Vector DBMS
Score0.15
Rank#326  Overall
#144  Relational DBMS
Score405.21
Rank#5  Overall
#1  Document stores
Score0.47
Rank#252  Overall
#39  Document stores
Score0.95
Rank#194  Overall
#90  Relational DBMS
Websiteallegrograph.comwww.esgyn.cnwww.mongodb.comwww.percona.com/­mongodb/­software/­percona-server-for-mongodbwww.tencentcloud.com/­products/­dcdb
Technical documentationfranz.com/­agraph/­support/­documentation/­current/­agraph-introduction.htmlwww.mongodb.com/­docs/­manualdocs.percona.com/­percona-distribution-for-mongodbwww.tencentcloud.com/­document/­product/­1042
DeveloperFranz Inc.EsgynMongoDB, IncPerconaTencent
Initial release20042015200920152013
Current release8.0, December 20237.0.5, January 20243.4.10-2.10, November 2017
License infoCommercial or Open Sourcecommercial infoLimited community edition freecommercialOpen 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 infoGPL Version 2commercial
Cloud-based only infoOnly available as a cloud servicenonono infoMongoDB available as DBaaS (MongoDB Atlas)noyes
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • 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.
  • 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++, JavaC++C++
Server operating systemsLinux
OS X
Windows
LinuxLinux
OS X
Solaris
Windows
Linuxhosted
Data schemeyes infoRDF schemasyesschema-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 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.no infobulk load of XML files possiblenonono
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLSPARQL is used as query languageyesRead-only SQL queries via the MongoDB Atlas SQL Interfacenoyes
APIs and other access methodsRESTful HTTP API
SPARQL
ADO.NET
JDBC
ODBC
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
proprietary protocol using JSONJDBC
ODBC
Supported programming languagesC#
Clojure
Java
Lisp
Perl
Python
Ruby
Scala
All languages supporting JDBC/ODBC/ADO.NetActionscript 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
Actionscript
C
C#
C++
Clojure
ColdFusion
D
Dart
Delphi
Erlang
Go
Groovy
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Scala
Smalltalk
C
C#
C++
Java
PHP
Python
Ruby
Server-side scripts infoStored proceduresyes infoJavaScript or Common LispJava Stored ProceduresJavaScriptJavaScriptyes
Triggersyesnoyes infoin MongoDB Atlas onlynoyes
Partitioning methods infoMethods for storing different data on different nodeswith FederationShardingSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.ShardingAutomatic sharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
Multi-source replication between multi datacentersMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Source-replica replicationMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesyesyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationImmediate ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Eventual Consistency
Immediate Consistency
Immediate Consistency
Foreign keys infoReferential integritynoyesno infotypically not used, however similar functionality with DBRef possiblenono
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.nonoyes infoIn-memory storage engine introduced with MongoDB version 3.2yes infovia In-Memory Engineno
User concepts infoAccess controlUsers with fine-grained authorization concept, user roles and pluggable authenticationfine grained access rights according to SQL-standardAccess rights for users and rolesAccess rights for users and rolesUsers with fine-grained authorization concept
More information provided by the system vendor
AllegroGraphEsgynDBMongoDBPercona Server for MongoDBTDSQL for MySQL
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
News

AllegroGraph Named a 2024 Trend Setting Product
16 September 2024

Gartner recognized Franz Inc. as a Key Neuro-Symbolic AI Provider in 2024 Hype Cycle for AI
10 September 2024

Next-Generation Cybersecurity: Integrating Knowledge Graphs and Neuro-Symbolic AI with STIX and TAXII
10 September 2024

Pruning Cycles in UMLS Metathesaurus: A Neuro Symbolic AI Approach
9 September 2024

Podcast – Gartner AI Hype Cycle – Knowledge Graphs and Neuro-Symbolic AI
24 August 2024

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

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
AllegroGraphEsgynDBMongoDBPercona Server for MongoDBTDSQL for MySQL
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

Q&A: Can Neuro-Symbolic AI Solve AI’s Weaknesses?
8 April 2024, TDWI

AI User Interfaces and Experience
11 January 2022, Data Science Central

How enterprise knowledge graphs can proactively reduce risk
5 September 2018, InfoWorld

The Cornerstone of Data Science: Progressive Data Modeling
27 June 2018, AI Business

A Brief Overview of the Strengths and Weaknesses Artificial Intelligence
26 February 2024, insideBIGDATA

provided by Google News

MongoDB, Inc. (MDB): Worst-Performing Growth Stock in 2024
31 October 2024, Insider Monkey

Doppler and MongoDB Partner to Elevate Security and Simplify Secrets Management in Cloud Environments
31 October 2024, EIN News

MONGODB ALERT: Bragar Eagel & Squire, P.C. is Investigating
30 October 2024, GlobeNewswire

MongoDB Sees Unusually Large Options Volume (NASDAQ:MDB)
31 October 2024, MarketBeat

The Future of AI's Data Infrastructure: Unlocking the Power of Gen AI with MongoDB and Capgemini
30 October 2024, TechCrunch

provided by Google News

Percona Everest sets databases free
17 September 2024, Techzine Europe

Percona launches management system aimed at open-source databases
17 May 2022, The Register

Is database-as-a-service in Percona’s future?
23 May 2022, VentureBeat

FerretDB goes GA: Gives you MongoDB, without the MongoDB...
15 May 2023, The Stack

10 best practices for every MongoDB deployment
5 April 2023, InfoWorld

provided by Google News

Tencent Cloud Database recognised for cloud database management systems
21 December 2022, IT Brief Australia

Indonesia’s Allo Bank taps Tencent Cloud to enhance digital banking services
6 July 2023, FinTech Futures

Allo Bank taps Tencent Cloud to enhance banking solutions - Digital Transformation - Cloud
7 July 2023, iTnews Asia

Allo Bank partners with Tencent Cloud to boost banking solutions
5 July 2023, Tech in Asia

Tencent Cloud announces collaboration with Allo Bank, to enhance digital banking in Indonesia
10 July 2023, MARKETECH APAC

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 data platform to build your intelligent applications.
Try 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