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 > Blueflood vs. LeanXcale vs. MongoDB vs. MySQL vs. Teradata

System Properties Comparison Blueflood vs. LeanXcale vs. MongoDB vs. MySQL vs. Teradata

Editorial information provided by DB-Engines
NameBlueflood  Xexclude from comparisonLeanXcale  Xexclude from comparisonMongoDB  Xexclude from comparisonMySQL  Xexclude from comparisonTeradata  Xexclude from comparison
DescriptionScalable TimeSeries DBMS based on CassandraA highly scalable full ACID SQL database with fast NoSQL data ingestion and GIS capabilitiesOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureWidely used open source RDBMSA hybrid cloud data analytics software platform (Teradata Vantage)
Primary database modelTime Series DBMSKey-value store
Relational DBMS
Document storeRelational DBMS infoKey/Value like access via memcached APIRelational 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
Spatial DBMS
Document store
Graph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.09
Rank#353  Overall
#33  Time Series DBMS
Score0.35
Rank#283  Overall
#41  Key-value stores
#128  Relational DBMS
Score423.96
Rank#5  Overall
#1  Document stores
Score1087.72
Rank#2  Overall
#2  Relational DBMS
Score47.84
Rank#21  Overall
#15  Relational DBMS
Websiteblueflood.iowww.leanxcale.comwww.mongodb.comwww.mysql.comwww.teradata.com
Technical documentationgithub.com/­rax-maas/­blueflood/­wikiwww.mongodb.com/­docs/­manualdev.mysql.com/­docdocs.teradata.com
DeveloperRackspaceLeanXcaleMongoDB, IncOracle infosince 2010, originally MySQL AB, then SunTeradata
Initial release20132015200919951984
Current release6.0.7, June 20238.3.0, January 2024Teradata Vantage 1.0 MU2, January 2019
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.Open Source infoGPL version 2. Commercial licenses with extended functionallity are availablecommercial
Cloud-based only infoOnly available as a cloud servicenonono 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.Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
Implementation languageJavaC++C and C++
Server operating systemsLinux
OS X
Linux
OS X
Solaris
Windows
FreeBSD
Linux
OS X
Solaris
Windows
hosted
Linux
Data schemepredefined schemeyesschema-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 dateyesyes 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.noyesyes
Secondary indexesnoyesyesyes infoJoin-index to prejoin tables, aggregate index, sparse index, hash index
SQL infoSupport of SQLnoyes infothrough Apache DerbyRead-only SQL queries via the MongoDB Atlas SQL Interfaceyes infowith proprietary extensionsyes infoSQL 2016 + extensions
APIs and other access methodsHTTP RESTJDBC
Kafka Connector
ODBC
proprietary key/value interface
Spark Connector
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
ADO.NET
JDBC
ODBC
Proprietary native API
.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
Supported programming languagesC
Java
Scala
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
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C
C++
Cobol
Java (JDBC-ODBC)
Perl
PL/1
Python
R
Ruby
Server-side scripts infoStored proceduresnoJavaScriptyes infoproprietary syntaxyes infoUDFs, stored procedures, table functions in parallel
Triggersnoyes infoin MongoDB Atlas onlyyesyes
Partitioning methods infoMethods for storing different data on different nodesSharding infobased on CassandraSharding 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, sharding with MySQL Cluster or MySQL FabricSharding infoHashing
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infobased on CassandraMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Multi-source replication
Source-replica replication
Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infobased on Cassandra
Immediate Consistency infobased on Cassandra
Immediate ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyesno infotypically not used, however similar functionality with DBRef possibleyes infonot for MyISAM storage engineyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDMulti-document ACID Transactions with snapshot isolationACID infonot for MyISAM storage engineACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infotable locks or row locks depending on storage engineyes
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.noyesyes infoIn-memory storage engine introduced with MongoDB version 3.2yesyes
User concepts infoAccess controlnoAccess rights for users and rolesUsers with fine-grained authorization concept infono user groups or rolesfine grained access rights according to SQL-standard
More information provided by the system vendor
BluefloodLeanXcaleMongoDBMySQLTeradata
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

Navicat for MongoDB gives you a highly effective GUI interface for MongoDB database management, administration and development.
» more

Studio 3T: The world's favorite IDE for working with MongoDB
» more
Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more

Navicat for MySQL is the ideal solution for MySQL/MariaDB administration and development.
» more

Navicat Monitor is a safe, simple and agentless remote server monitoring tool for MySQL and many other database management systems.
» more

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

More resources
BluefloodLeanXcaleMongoDBMySQLTeradata
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

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

MariaDB strengthens its position in the open source RDBMS market
5 April 2018, Matthias Gelbmann

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

show all

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

show all

Conferences, events and webinars

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

Recent citations in the news

Combining operational and analytical databases in a single platform
26 May 2017, Cordis News

provided by Google News

Decoding 26 Analyst Evaluations For MongoDB - MongoDB (NASDAQ:MDB)
18 April 2024, Benzinga

Nisa Investment Advisors LLC Has $429000 Stock Holdings in MongoDB, Inc. (NASDAQ:MDB)
18 April 2024, Defense World

MongoDB (NASDAQ:MDB) Price Target Cut to $440.00 by Analysts at KeyCorp
18 April 2024, MarketBeat

MongoDB (NASDAQ:MDB) shareholders have earned a 23% CAGR over the last five years
14 April 2024, Yahoo Finance

MongoDB Sees Unusually Large Options Volume (NASDAQ:MDB)
18 April 2024, Defense World

provided by Google News

PostgreSQL or MySQL: What Should I Choose for My Full-Stack Project?
10 April 2024, hackernoon.com

Amazon Aurora MySQL version 2 (with MySQL 5.7 compatibility) to version 3 (with MySQL 8.0 compatibility) upgrade ...
18 March 2024, AWS Blog

Oracle Academy encourages students to build MySQL skills and knowledge
4 April 2024, Oracle

Best Practices for Configuring MySQL Replication
26 March 2024, DevOps.com

General Availability: Azure MySQL Import feature for Azure Database for MySQL Single to Flexible Server migrations ...
17 January 2024, Microsoft

provided by Google News

The Analyst Verdict: Teradata In The Eyes Of 8 Experts - Teradata (NYSE:TDC)
15 April 2024, Benzinga

Mellanox InfiniBand Helps Accelerate Teradata Aster Big Analytics Appliance
16 April 2024, Yahoo Movies UK

Anaconda and Teradata partner to enhance open-source support for AI innovation
12 April 2024, CloudTech News

Teradata Appoints Richard Petley as Chief Revenue Officer
5 April 2024, Business Wire

Teradata (NYSE:TDC) PT Lowered to $39.00
16 April 2024, Defense World

provided by Google News



Share this page

Featured Products

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.

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

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