Posts by this author

May 31, 2023
Post comments count3
Post likes count6

Introducing priority-based execution in Azure Cosmos DB (preview)

The problem   Azure Cosmos DB is a fast and flexible database service that can handle massive amounts of data and scale elastically. However, sometimes you may encounter situations where your application sends more requests than the configured throughput (RU/s) of your container. In such cases, Azure Cosmos DB will throttle some of the requests an...

Azure Cosmos DB for NoSQL
May 23, 2023
Post comments count2
Post likes count0

Deep dive: New elasticity features for better cost and performance

Over the years, we’ve heard feedback from many you that you’d like more flexibility in how Azure Cosmos DB handles scaling and partitioning. Based on your feedback, we are excited to announce the general availability of three key features - burst capacity, hierarchical partition keys, and serverless container storage of 1 TB – to help you get the b...

Azure Cosmos DB for NoSQLAnnouncements
Jul 19, 2022
Post comments count1
Post likes count1

Role-based access control in Azure Cosmos DB API for MongoDB: Now in preview

Role based access control (RBAC) is a much-needed capability in any database for enterprises. It lets you simplify your access control mechanism without added management. We have introduced RBAC in Azure Cosmos DB API for MongoDB, which allows you to: How does it work? API for MongoDB RBAC is built on concepts that are commonly found ...

Azure Cosmos DB for MongoDBSecurity