DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Apache Phoenix vs. MongoDB vs. SAP IQ vs. TiDB vs. Transbase

System Properties Comparison Apache Phoenix vs. MongoDB vs. SAP IQ vs. TiDB vs. Transbase

Editorial information provided by DB-Engines
NameApache Phoenix  Xexclude from comparisonMongoDB  Xexclude from comparisonSAP IQ infoformer name: Sybase IQ  Xexclude from comparisonTiDB  Xexclude from comparisonTransbase  Xexclude from comparison
DescriptionA scale-out RDBMS with evolutionary schema built on Apache HBaseOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureColumnar RDBMS optimized for Big Data analyticsTiDB is an open source distributed SQL database that supports Hybrid Transactional/Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability.A resource-optimized, high-performance, universally applicable RDBMS
Primary database modelRelational DBMSDocument storeRelational DBMS infocolumn-orientedRelational 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
Document store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.02
Rank#130  Overall
#63  Relational DBMS
Score423.96
Rank#5  Overall
#1  Document stores
Score3.27
Rank#96  Overall
#50  Relational DBMS
Score4.94
Rank#72  Overall
#40  Relational DBMS
Score0.15
Rank#337  Overall
#147  Relational DBMS
Websitephoenix.apache.orgwww.mongodb.comwww.sap.com/­products/­technology-platform/­sybase-iq-big-data-management.htmlpingcap.comwww.transaction.de/­en/­products/­transbase.html
Technical documentationphoenix.apache.orgwww.mongodb.com/­docs/­manualhelp.sap.com/­docs/­SAP_IQdocs.pingcap.com/­tidb/­stablewww.transaction.de/­en/­products/­transbase/­features.html
DeveloperApache Software FoundationMongoDB, IncSAP, formerly SybasePingCAP, Inc.Transaction Software GmbH
Initial release20142009199420161987
Current release5.0-HBase2, July 2018 and 4.15-HBase1, December 20196.0.7, June 202316.1 SPS04, April 20197.6.0, January 2024Transbase 8.3, 2022
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.commercialOpen Source infoApache 2.0commercial infofree development license
Cloud-based only infoOnly available as a cloud servicenono infoMongoDB available as DBaaS (MongoDB Atlas)nonono
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.TiDB Cloud: Fully-managed TiDB Service. Bring everything great about TiDB to the cloud.
Implementation languageJavaC++Go, RustC and C++
Server operating systemsLinux
Unix
Windows
Linux
OS X
Solaris
Windows
AIX
HP-UX
Linux
Solaris
Windows
LinuxFreeBSD
Linux
macOS
Solaris
Windows
Data schemeyes infolate-bound, schema-on-read capabilitiesschema-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.yesyesyes
Typing infopredefined data types such as float or dateyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyesyesyes
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.nononono
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLyesRead-only SQL queries via the MongoDB Atlas SQL Interfaceyesyesyes
APIs and other access methodsJDBCGraphQL
HTTP REST
Prisma
proprietary protocol using JSON
ADO.NET
JDBC
ODBC
RESTful HTTP API
GORM
JDBC
ODBC
Proprietary protocol
SQLAlchemy
ADO.NET
JDBC
ODBC
Proprietary native API
Supported programming languagesC
C#
C++
Go
Groovy
Java
PHP
Python
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
C
C#
C++
Java
Perl
PHP
Python
Ruby
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C
C#
C++
Java
JavaScript
Kotlin
Objective-C
PHP
Python
Server-side scripts infoStored proceduresuser defined functionsJavaScriptyesnoyes
Triggersnoyes infoin MongoDB Atlas onlyyesnoyes
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.shared disk or shared nothing architectures with SAP IQ Multiplexerhorizontal partitioning (by key range)
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
Multi-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
SAP/Sybase Replication ServerUsing Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsHadoop integrationyesHadoop integrationyes infowith TiSpark Connectorno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynono infotypically not used, however similar functionality with DBRef possibleyesyes infofull support since version 6.6yes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDMulti-document ACID Transactions with snapshot isolationACIDACIDyes
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyes infooptional, enabled by defaultyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infoIn-memory storage engine introduced with MongoDB version 3.2nonono
User concepts infoAccess controlAccess Control Lists (using HBase ACL) for RBAC, integration with Apache Ranger for RBAC & ABAC, multi-tenancyAccess rights for users and rolesfine grained access rights according to SQL-standardFine grained access rights according to SQL-standardfine grained access rights according to SQL-standard
More information provided by the system vendor
Apache PhoenixMongoDBSAP IQ infoformer name: Sybase IQTiDBTransbase
Specific characteristicsMongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
TiDB is an advanced open-source, distributed SQL database for modern application...
» more
Competitive advantagesBuilt around the flexible document data model and unified API, MongoDB is a developer...
» more
- HORIZONTAL SCALING : TiDB grants total transparency into your data workloads without...
» more
Typical application scenariosAI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» more
TiDB is ideal for transactional applications that require extreme scalability and...
» more
Key customersADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» more
Block, Pinterest, Catalyst, Bolt, Flipkart, Capcom, Shopee (E-commerce), JD Cloud...
» more
Market metricsHundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» more
34K+ GitHub stars 5K+ members in TiDB Community Slack 1K+ community contributors...
» more
Licensing and pricing modelsMongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» more
TiDB Community : Free open source software (Apache 2.0) TiDB Self-Hosted : Enterprise...
» 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

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

More resources
Apache PhoenixMongoDBSAP IQ infoformer name: Sybase IQTiDBTransbase
DB-Engines blog posts

Cloudera's HBase PaaS offering now supports Complex Transactions
11 August 2021,  Krishna Maheshwari (sponsor) 

show all

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

Conferences, events and webinars

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

Recent citations in the news

Supercharge SQL on Your Data in Apache HBase with Apache Phoenix | Amazon Web Services
2 June 2016, AWS Blog

Bridge the SQL-NoSQL gap with Apache Phoenix
4 February 2016, InfoWorld

Apache Calcite, FreeMarker, Gora, Phoenix, and Solr updated
27 March 2017, SDTimes.com

What Is HBase? (Definition, Uses, Benefits, Features)
22 December 2022, Built In

Azure HDInsight Analytics Platform Now Supports Apache Hadoop 3.0
18 April 2019, eWeek

provided by Google News

MongoDB: Strong Long-Term Growth Ahead (NASDAQ:MDB)
25 April 2024, Seeking Alpha

Why MongoDB (MDB) Stock Is Up Today By Stock Story
23 April 2024, Investing.com

With GenAI, database firm MongoDB gets set for big India play
25 April 2024, The Economic Times

This Is What Whales Are Betting On MongoDB - MongoDB (NASDAQ:MDB)
24 April 2024, Benzinga

A support level that should be taken advantage of
23 April 2024, Marketscreener.com

provided by Google News

Independent Research Firm Names SAP a Leader in Data Management for Analytics
17 February 2020, SAP News

SAP Products & Services Data Portfolio
2 July 2021, Datamation

Congrats, HCL, on your £1.5m contract to upgrade a county council's ERP system to SAP S4/HANA within a year
5 November 2020, The Register

SAP Scales Out HANA In-Memory For Clouds
6 March 2014, EnterpriseAI

SAP Again Named a Leader in 2021 Gartner® Magic Quadrant™ for Cloud Database Management Systems
21 December 2021, SAP News

provided by Google News

How a new database architecture supports scale and reliability in TiDB
11 March 2024, InfoWorld

How PingCAP transformed TiDB into a serverless DBaaS using Amazon S3 and Amazon EBS | Amazon Web Services
14 November 2023, AWS Blog

PingCAP Launches TiDB 7.5, Enhancing Distributed SQL Database Tech
19 December 2023, Datanami

Google Cloud's C3D Instances Provide Strong Performance Value For PingCAP's TiDB
28 March 2024, Phoronix

PingCAP Wins 2024 Data Breakthrough Awards
12 April 2024, GlobeNewswire

provided by Google News



Share this page

Featured Products

Milvus logo

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

AllegroGraph logo

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

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.

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