Cosmos Postgresql DB Global regional write support

Vipal Mehta 45 Reputation points
2025-03-18T11:54:10.4333333+00:00

Hi Team,

I would like to understand if there is a way where we can enable multi region writes on CosmosDB for postgresql since this is one of the features on CosmosDB -

https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/how-to-multi-master?tabs=api-async

Kindly advise if this can be a feature on Postgresql?

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,845 questions
{count} votes

1 answer

Sort by: Most helpful
  1. PratikLad 875 Reputation points Microsoft External Staff
    2025-03-21T10:19:53.96+00:00

    Hi @Vipal Mehta,

    As per MS Document multi-region writes in Azure Cosmos DB is supported in Cosmos DB NoSQL API

    enter image description here

    if there are any ways we can achieve that for the same on the setup?

    If your application has read-intensive workload you can leverage the Read replicas - Azure Cosmos DB for PostgreSQL it allows you to replicate data from a cluster to a read-only cluster. Replicas are updated asynchronously with PostgreSQL physical replication technology while write workloads can be directed to the primary.

    enter image description here


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.