New API for Azure Cosmos DB

shalini Pahwa
2 min readOct 20, 2022

Its PostgreSQL! So lets see what features this API has.

· Fully managed service

· Automatic high availability

· Backups

· Built-in pgBouncer

· Read-replicas

· Easy monitoring

· Private endpoints

· Encryption

· Powered by the Citus open-source extension to PostgreSQL, which always supports the latest PostgreSQL major version.

· Azure Cosmos DB for PostgreSQL includes features beyond standard PostgreSQL.

  1. Parallelizing query execution across shards
  2. Managing sharded data between multiple servers
  3. Compressing data with columnar storage
  4. Automating timeseries partitioning

· You can query it by Python, Java, Ruby, Node.js and C#.

I was wondering whether we can use different APIs for the same Cosmos DB, and the answer is “NO”!

References

--

--