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

DBMS > H2GIS vs. Microsoft Azure Cosmos DB vs. PostgreSQL vs. TDengine vs. YugabyteDB

System Properties Comparison H2GIS vs. Microsoft Azure Cosmos DB vs. PostgreSQL vs. TDengine vs. YugabyteDB

Editorial information provided by DB-Engines
NameH2GIS  Xexclude from comparisonMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDB  Xexclude from comparisonPostgreSQL  Xexclude from comparisonTDengine  Xexclude from comparisonYugabyteDB  Xexclude from comparison
DescriptionSpatial extension of H2Globally distributed, horizontally scalable, multi-model database serviceWidely used open source RDBMS infoDeveloped as objectoriented DBMS (Postgres), gradually enhanced with 'standards' like SQLTime Series DBMS and big data platformHigh-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primary database modelSpatial DBMSDocument store
Graph DBMS
Key-value store
Wide column store
Relational DBMS infowith object oriented extensions, e.g.: user defined types/functions and inheritance. Handling of key/value pairs with hstore module.Time Series DBMSRelational DBMS
Secondary database modelsRelational DBMSSpatial DBMSDocument store
Graph DBMS infowith Apache Age
Spatial DBMS
Vector DBMS infowith pgvector extension
Relational DBMSDocument store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.00
Rank#383  Overall
#7  Spatial DBMS
Score29.04
Rank#27  Overall
#4  Document stores
#2  Graph DBMS
#3  Key-value stores
#3  Wide column stores
Score645.54
Rank#4  Overall
#4  Relational DBMS
Score2.60
Rank#107  Overall
#8  Time Series DBMS
Score2.91
Rank#102  Overall
#51  Relational DBMS
Websitewww.h2gis.orgazure.microsoft.com/­services/­cosmos-dbwww.postgresql.orggithub.com/­taosdata/­TDengine
tdengine.com
www.yugabyte.com
Technical documentationwww.h2gis.org/­docs/­homelearn.microsoft.com/­azure/­cosmos-dbwww.postgresql.org/­docsdocs.tdengine.comdocs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
DeveloperCNRSMicrosoftPostgreSQL Global Development Group infowww.postgresql.org/­developerTDEngine, previously Taos DataYugabyte Inc.
Initial release201320141989 info1989: Postgres, 1996: PostgreSQL20192017
Current release16.3, May 20243.0, August 20222.19, September 2023
License infoCommercial or Open SourceOpen Source infoLGPL 3.0commercialOpen Source infoBSDOpen Source infoAGPL V3, also commercial editions availableOpen Source infoApache 2.0
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.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 languageJavaCCC and C++
Server operating systemshostedFreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
Linux
Windows
Linux
OS X
Data schemeyesschema-freeyesyesdepending on used data model
Typing infopredefined data types such as float or dateyesyes infoJSON typesyesyesyes
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.noyes infospecific XML-type available, but no XML query functionality.nono
Secondary indexesyesyes infoAll properties auto-indexed by defaultyesnoyes
SQL infoSupport of SQLyesSQL-like query languageyes infostandard with numerous extensionsStandard SQL with extensions for time-series applicationsyes, PostgreSQL compatible
APIs and other access methodsDocumentDB API
Graph API (Gremlin)
MongoDB API
RESTful HTTP API
Table API
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
JDBC
RESTful HTTP API
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 languagesJava.Net
C#
Java
JavaScript
JavaScript (Node.js)
MongoDB client drivers written for various programming languages
Python
.Net
C
C++
Delphi
Java infoJDBC
JavaScript (Node.js)
Perl
PHP
Python
Tcl
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Rust
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Scala
Server-side scripts infoStored proceduresyes infobased on H2JavaScriptuser defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.noyes infosql, plpgsql, C
TriggersyesJavaScriptyesyes, via alarm monitoringyes
Partitioning methods infoMethods for storing different data on different nodesnoneSharding infoImplicit feature of the cloud servicepartitioning by range, list and (since PostgreSQL 11) by hashShardingHash and Range Sharding, row-level geo-partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesyes infobased on H2yes infoImplicit feature of the cloud serviceSource-replica replication infoother methods possible by using 3rd party extensionsyesBased on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
MapReduce infoOffers an API for user-defined Map/Reduce methodsnowith Hadoop integration infoIntegration with Hadoop/HDInsight on Azure*nono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyBounded Staleness
Consistent Prefix
Eventual Consistency
Immediate Consistency infoConsistency level configurable on request level
Session Consistency
Immediate ConsistencyStrong consistency on writes and tunable consistency on reads
Foreign keys infoReferential integrityyesnoyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDMulti-item ACID transactions with snapshot isolation within a partitionACIDDistributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoSupport for concurrent manipulation of datayes, multi-version concurrency control (MVCC)yesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes infobased on RocksDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnono
User concepts infoAccess controlyes infobased on H2Access rights can be defined down to the item levelfine grained access rights according to SQL-standardyesyes
More information provided by the system vendor
H2GISMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBPostgreSQLTDengineYugabyteDB
Specific characteristicsTDengine™ is a next generation data historian purpose-built for Industry 4.0 and...
» more
YugabyteDB is an open source distributed SQL database for cloud native transactional...
» more
Competitive advantagesHigh Performance at any Scale: TDengine is purpose-built for handling massive industrial...
» more
PostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» more
Typical application scenariosTDengine is designed for Industrial IoT scenarios, including: Manufacturing Connected...
» more
Systems of record and engagement for cloud native applications that require resilience,...
» more
Market metricsTDengine has garnered over 22,500 stars on GitHub and is used in over 50 countries...
» more
2 Million+ lifetime clusters deployed, 6.5K+ GitHub stars, 7K YugabyteDB Community...
» more
Licensing and pricing modelsTDengine OSS is an open source, cloud native time series database. It includes built-in...
» more
Apache 2.0 license for the database
» more
News

Can Typical Time-Series Databases Replace Data Historians?
8 May 2024

TDengine 3.3.0.0 Release Notes
7 May 2024

How to Unlock Value from Industrial Data with AI and ML Technology
6 May 2024

Compare InfluxDB vs. TDengine
19 April 2024

Why We Need the Next Generation Data Historian
15 April 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
Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.
» more

SharePlex is the reliable and affordable data replication solution for PostgreSQL migrations, high availability and more.
» more

pgDash: In-Depth PostgreSQL Monitoring.
» more

Redgate webinars: A series of key topics for new PostgreSQL users.
» more

CYBERTEC is your professional partner in PostgreSQL topics for over 20 years. As our main aim is to be your single-source all-in-one IT service provider, we offer a wide range of products and services. Visit our website for more details.
» more

Navicat for PostgreSQL is an easy-to-use graphical tool for PostgreSQL database development.
» more

Instaclustr: Fully Hosted & Managed PostgreSQL
» more

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

Fujitsu Enterprise Postgres: An Enterprise Grade PostgreSQL with the flexibility of a hybrid cloud solution combined with industry leading security, availability and performance.
» more

Timescale: Calling all PostgreSQL users – the 2023 State of PostgreSQL survey is now open! Share your favorite extensions, preferred frameworks, community experiences, and more. Take the survey today!
» more

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

More resources
H2GISMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBPostgreSQLTDengineYugabyteDB
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2023
2 January 2024, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2022, defending the title from last year
3 January 2023, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2021
3 January 2022, Paul Andlinger, Matthias Gelbmann

show all

Conferences, events and webinars

Monitoring PostgreSQL with Redgate Monitor
Webinar, 10-11am CT / 4-5pm BST, 22 May 2024

Recent citations in the news

Start your AI journey with Microsoft Azure Cosmos DB—compete for $10K
9 May 2024, Microsoft

Public preview: Change partition key of a container in Azure Cosmos DB (NoSQL API) | Azure updates
27 March 2024, Microsoft

Azure Synapse Link for Cosmos DB: New Analytics Capabilities
10 November 2023, InfoQ.com

How to Migrate Azure Cosmos DB Databases | by Arwin Lashawn
25 August 2023, DataDrivenInvestor

Microsoft Benchmarks Distributed PostgreSQL DBs
10 July 2023, Datanami

provided by Google News

Introducing OCI Database with PostgreSQL: Completing Our Cloud Database Suite for Every Need
14 November 2023, Oracle

Automatically Generate Types for Your PostgreSQL Database
1 May 2024, The New Stack

General availability: Microsoft Entra ID integration with Azure Cosmos DB for PostgreSQL | Azure updates
13 March 2024, Microsoft

Your MySQL 5.7 and PostgreSQL 11 databases will be automatically enrolled into Amazon RDS Extended Support ...
21 December 2023, AWS Blog

Why PostgreSQL Is the Bedrock for the Future of Data
26 April 2024, hackernoon.com

provided by Google News

TDengine named Top Global Industrial Data Management Solution
4 January 2024, IT Brief Australia

New TDengine Benchmark Results Show Up to 37.0x Higher Query Performance Than InfluxDB and TimescaleDB
28 February 2023, Yahoo Finance

TDengine debuts cloud-based time-series data processing platform for IoT deployments
20 September 2022, SiliconANGLE News

Comparing Different Time-Series Databases
10 February 2022, hackernoon.com

provided by Google News

Yugabyte Achieves PCI DSS Level 1 Compliance, Validating Secure and Scalable Distributed PostgreSQL for ...
14 March 2024, Business Wire

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

Yugabyte Embraces 'No Downtime, No Limits,' as the Theme of the Upcoming Distributed SQL Summit Asia
17 April 2024, Yahoo Finance Australia

The surprising link between Formula One and enterprise PostgreSQL optimisation
28 March 2024, The Stack

Yugabyte adds multiregion Kubernetes support to YugabyteDB 2.18
24 May 2023, InfoWorld

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.

AllegroGraph logo

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

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

Present your product here