DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > FatDB vs. Percona Server for MongoDB vs. Tarantool vs. Teradata vs. YugabyteDB

System Properties Comparison FatDB vs. Percona Server for MongoDB vs. Tarantool vs. Teradata vs. YugabyteDB

Editorial information provided by DB-Engines
NameFatDB  Xexclude from comparisonPercona Server for MongoDB  Xexclude from comparisonTarantool  Xexclude from comparisonTeradata  Xexclude from comparisonYugabyteDB  Xexclude from comparison
FatDB/FatCloud has ceased operations as a company with February 2014. FatDB is discontinued and excluded from the ranking.
DescriptionA .NET NoSQL DBMS that can integrate with and extend SQL Server.A drop-in replacement for MongoDB Community Edition with enterprise-grade features.In-memory computing platform with a flexible data schema for efficiently building high-performance applicationsA hybrid cloud data analytics software platform (Teradata Vantage)High-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primary database modelDocument store
Key-value store
Document storeDocument store
Key-value store
Relational DBMS
Relational DBMSRelational DBMS
Secondary database modelsSpatial DBMS infowith Tarantool/GIS extensionDocument store
Graph DBMS
Spatial DBMS
Time Series DBMS
Document store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.50
Rank#250  Overall
#39  Document stores
Score1.63
Rank#139  Overall
#25  Document stores
#24  Key-value stores
#65  Relational DBMS
Score41.47
Rank#22  Overall
#15  Relational DBMS
Score2.48
Rank#108  Overall
#53  Relational DBMS
Websitewww.percona.com/­mongodb/­software/­percona-server-for-mongodbwww.tarantool.iowww.teradata.comwww.yugabyte.com
Technical documentationdocs.percona.com/­percona-distribution-for-mongodbwww.tarantool.io/­en/­docdocs.teradata.comdocs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
DeveloperFatCloudPerconaVKTeradataYugabyte Inc.
Initial release20122015200819842017
Current release3.4.10-2.10, November 20172.10.0, May 2022Teradata Vantage 1.0 MU2, January 20192.19, September 2023
License infoCommercial or Open SourcecommercialOpen Source infoGPL Version 2Open Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool EnterprisecommercialOpen Source infoApache 2.0
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
YugabyteDB Managed is the fully managed database-as-a-service offering of YugabyteDB. Get started quickly, and effortlessly ensure continuous availability and limitless scale of your cloud native applications.
Implementation languageC#C++C and C++C and C++
Server operating systemsWindowsLinuxBSD
Linux
macOS
hosted
Linux
Linux
OS X
Data schemeschema-freeschema-freeFlexible data schema: relational definition for tables with ability to store json-like documents in columnsyesdepending on used data model
Typing infopredefined data types such as float or dateyesyesstring, double, decimal, uuid, integer, blob, boolean, datetimeyesyes
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.nonoyesno
Secondary indexesyesyesyesyes infoJoin-index to prejoin tables, aggregate index, sparse index, hash indexyes
SQL infoSupport of SQLno infoVia inetgration in SQL ServernoFull-featured ANSI SQL supportyes infoSQL 2016 + extensionsyes, PostgreSQL compatible
APIs and other access methods.NET Client API
LINQ
RESTful HTTP API
RPC
Windows WCF Bindings
proprietary protocol using JSONOpen binary protocol.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
JDBC
YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language
YSQL - a fully relational SQL API that is wire compatible with the SQL language in PostgreSQL
Supported programming languagesC#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++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
C
C++
Cobol
Java (JDBC-ODBC)
Perl
PL/1
Python
R
Ruby
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Scala
Server-side scripts infoStored proceduresyes infovia applicationsJavaScriptLua, C and SQL stored proceduresyes infoUDFs, stored procedures, table functions in parallelyes infosql, plpgsql, C
Triggersyes infovia applicationsnoyes, before/after data modification events, on replication events, client session eventsyesyes
Partitioning methods infoMethods for storing different data on different nodesShardingShardingSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.Sharding infoHashingHash and Range Sharding, row-level geo-partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factorSource-replica replicationAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
Multi-source replication
Source-replica replication
Based on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Eventual Consistency
Immediate Consistency
Casual consistency across sharding partitions
Eventual consistency within replicaset partition infowhen using asyncronous replication
Immediate Consistency within single instance
Sequential consistency including linearizable read within replicaset partition infowhen using Raft
Immediate ConsistencyStrong consistency on writes and tunable consistency on reads
Foreign keys infoReferential integritynonoyesyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactionsACIDDistributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoSupport for concurrent manipulation of datayesyesyes, cooperative multitaskingyesyes
Durability infoSupport for making data persistentyesyesyes, write ahead loggingyesyes infobased on RocksDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infovia In-Memory Engineyes, full featured in-memory storage engine with persistenceyesno
User concepts infoAccess controlno infoCan implement custom security layer via applicationsAccess rights for users and rolesAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
fine grained access rights according to SQL-standardyes
More information provided by the system vendor
FatDBPercona Server for MongoDBTarantoolTeradataYugabyteDB
Specific characteristicsYugabyteDB is an open source distributed SQL database for cloud native transactional...
» more
Competitive advantagesPostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» more
Typical application scenariosSystems of record and engagement for cloud native applications that require resilience,...
» more
Market metrics2 Million+ lifetime clusters deployed, 6.5K+ GitHub stars, 7K YugabyteDB Community...
» more
Licensing and pricing modelsApache 2.0 license for the database
» 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

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

More resources
FatDBPercona Server for MongoDBTarantoolTeradataYugabyteDB
DB-Engines blog posts

Data processing speed and reliability: in-memory synchronous replication
9 November 2021,  Vladimir Perepelytsya, Tarantool (sponsor) 

show all

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

show all

Recent citations in the news

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

Percona Everest sets databases free
17 September 2024, Techzine Europe

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

The essential guide to MongoDB security
2 February 2017, InfoWorld

provided by Google News

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16 December 2019, Хабр

VShard — horizontal scaling in Tarantool
7 March 2019, Хабр

Accelerating PHP connectors for Tarantool using Async, Swoole, and Parallel
18 December 2019, Хабр

provided by Google News

Teradata: Award-Winning Tech Firm Has Capital Gains Potential At Undervalued Price (NYSE:TDC)
20 September 2024, Seeking Alpha

Teradata wants you to think differently about data and innovation – and take inspiration from the likes of Shazam
17 September 2024, ITPro

Data Mining Tools Market to Witness Stunning Growth | Teradata, Qlik, Alteryx, Tableau, Splunk
20 September 2024, openPR

Teradata ClearScape Analytics update targets ROI on AI, ML
17 September 2024, TechTarget

Teradata’s ClearScape Analytics Enhancements Will Speed up AI Projects & Lower Costs
18 September 2024, insideBIGDATA

provided by Google News

YugabyteDB evolves into a distributed PostgreSQL database for apps that need resilience and scale
19 September 2024, SiliconANGLE News

YugabyteDB Evolves PostgreSQL to a Distributed Architecture for Modern, Cloud-Native Applications
19 September 2024, Business Wire

YugabyteDB 2.19 gets new PostgreSQL-compatibility features
19 September 2024, InfoWorld

YugabyteDB Becomes First Distributed SQL Database Vendor to Complete CIS Benchmark
1 February 2024, Datanami

Simplifying cloud-native app development with Yugabyte
2 August 2024, IMDA

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.

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Present your product here