Azure Cosmos DB for PostgreSQL is a distributed relational database built on PostgreSQL Citus.
Here are the top 4 use cases for Azure Cosmos DB for PostgreSQL.
1. Co-located JSON
You can group related rows in single node to improve query performance.
2. Scaled-out aggregate
Aggregates can be computed parallelly across multiple nodes.
3. Scaled-out Transactions
The built-in 2PC protocol can ensure coordinator node commits to a transaction when all tasks for the transactions are completed by all nodes.
4. Schema Changes
Schema can be updated when types of table and scale-out strategy changes.
For more information read my latest blog on PostgreSQL on Azure.
https://www.arunansupattanayak.com/bl...
You can watch the full overview on PostgreSQL on Azure on my YouTube channel
• Overview of Azure Database for PostgreSQL ...
#postgresql #azurecosmosdb #database #dataanalytics #data
コメント