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 > MongoDB vs. Percona Server for MongoDB vs. Teradata vs. TigerGraph vs. Transwarp Hippo

System Properties Comparison MongoDB vs. Percona Server for MongoDB vs. Teradata vs. TigerGraph vs. Transwarp Hippo

Editorial information provided by DB-Engines
NameMongoDB  Xexclude from comparisonPercona Server for MongoDB  Xexclude from comparisonTeradata  Xexclude from comparisonTigerGraph  Xexclude from comparisonTranswarp Hippo  Xexclude from comparison
DescriptionOne 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 hybrid cloud data analytics software platform (Teradata Vantage)A complete, distributed, parallel graph computing platform supporting web-scale data analytics in real-timeCloud-native distributed Vector DBMS that supports storage, retrieval, and management of massive vector-based datasets
Primary database modelDocument storeDocument storeRelational DBMSGraph DBMSVector 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
Document store
Graph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score421.08
Rank#5  Overall
#1  Document stores
Score0.60
Rank#246  Overall
#39  Document stores
Score44.87
Rank#22  Overall
#15  Relational DBMS
Score1.80
Rank#138  Overall
#13  Graph DBMS
Score0.05
Rank#386  Overall
#14  Vector DBMS
Websitewww.mongodb.comwww.percona.com/­mongodb/­software/­percona-server-for-mongodbwww.teradata.comwww.tigergraph.comwww.transwarp.cn/­en/­subproduct/­hippo
Technical documentationwww.mongodb.com/­docs/­manualdocs.percona.com/­percona-distribution-for-mongodbdocs.teradata.comdocs.tigergraph.com
DeveloperMongoDB, IncPerconaTeradata
Initial release20092015198420172023
Current release6.0.7, June 20233.4.10-2.10, November 2017Teradata Vantage 1.0 MU2, January 20191.0, May 2023
License infoCommercial or Open SourceOpen 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 2commercialcommercialcommercial
Cloud-based only infoOnly available as a cloud serviceno infoMongoDB available as DBaaS (MongoDB Atlas)nononono
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 languageC++C++C++C++
Server operating systemsLinux
OS X
Solaris
Windows
Linuxhosted
Linux
LinuxLinux
macOS
Data schemeschema-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-freeyesyes
Typing infopredefined data types such as float or dateyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyesyesyesVector, Numeric and String
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 indexesyesyesyes infoJoin-index to prejoin tables, aggregate index, sparse index, hash indexno
SQL infoSupport of SQLRead-only SQL queries via the MongoDB Atlas SQL Interfacenoyes infoSQL 2016 + extensionsSQL-like query language (GSQL)no
APIs and other access methodsGraphQL
HTTP REST
Prisma
proprietary protocol using JSON
proprietary protocol using JSON.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
GSQL (TigerGraph Query Language)
Kafka
RESTful HTTP/JSON API
RESTful HTTP API
Supported programming languagesActionscript 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++
Cobol
Java (JDBC-ODBC)
Perl
PL/1
Python
R
Ruby
C++
Java
C++
Java
Python
Server-side scripts infoStored proceduresJavaScriptJavaScriptyes infoUDFs, stored procedures, table functions in parallelyesno
Triggersyes infoin MongoDB Atlas onlynoyesnono
Partitioning methods infoMethods for storing different data on different nodesSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.ShardingSharding infoHashingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-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 methodsyesyesnoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Eventual Consistency
Immediate Consistency
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityno infotypically not used, however similar functionality with DBRef possiblenoyesyes infoRelationships in graphsno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataMulti-document ACID Transactions with snapshot isolationnoACIDACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyes infooptional, enabled by defaultyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infoIn-memory storage engine introduced with MongoDB version 3.2yes infovia In-Memory Engineyesnoyes
User concepts infoAccess controlAccess rights for users and rolesAccess rights for users and rolesfine grained access rights according to SQL-standardRole-based access controlRole based access control and fine grained access rights
More information provided by the system vendor
MongoDBPercona Server for MongoDBTeradataTigerGraphTranswarp Hippo
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 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
MongoDBPercona Server for MongoDBTeradataTigerGraphTranswarp Hippo
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

Teradata is the most popular data warehouse DBMS
2 April 2013, Paul Andlinger

show all

Recent citations in the news

MongoDB shares sink 23% after management trims guidance
30 May 2024, CNBC

Analysts retool MongoDB stock price target after earnings
2 June 2024, TheStreet

MongoDB loses nearly a quarter of its value after adjusting revenue forecasts
31 May 2024, The Register

MongoDB's (NASDAQ:MDB) Q1 Sales Top Estimates But Stock Drops 23.4%
30 May 2024, Yahoo Finance

MongoDB Stock Sinks 20% As Company Lowers Sales Guidance
31 May 2024, Investor's Business Daily

provided by Google News

There are lots of ways to put a database in the cloud – here's what to consider
15 September 2023, The Register

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

The essential guide to MongoDB security
2 February 2017, InfoWorld

The Case Against the Server Side Public License (SSPL)
11 October 2022, The New Stack

Supercharge your Amazon RDS for MySQL deployment with ProxySQL and Percona Monitoring and Management ...
12 October 2018, AWS Blog

provided by Google News

Teradata Buys Data Archiving Firm RainStor
31 May 2024, Data Center Knowledge

Is There Now An Opportunity In Teradata Corporation (NYSE:TDC)?
28 May 2024, Yahoo Finance

Lakehouse dam breaks after departure of long-time Teradata CTO
1 May 2024, The Register

Should You Be Excited About Teradata Corporation's (NYSE:TDC) 78% Return On Equity?
27 May 2024, Simply Wall St

Corient Private Wealth LLC Sells 41,270 Shares of Teradata Co. (NYSE:TDC)
30 May 2024, MarketBeat

provided by Google News

TigerGraph Unveils CoPilot, Version 4.0, and New CEO
30 April 2024, Datanami

TigerGraph unveils GenAI assistant, introduces new CEO
30 April 2024, TechTarget

How TigerGraph CoPilot enables graph-augmented AI
30 April 2024, InfoWorld

TigerGraph Bolsters DB for Enterprise Graph Workloads
1 November 2023, Datanami

Aerospike takes on Neo4j and TigerGraph with launch of graph database
20 June 2023, SiliconANGLE 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.

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