Posts by this author

May 22, 2025
Post comments count0
Post likes count0

Generally Available: Seamless Migration from Serverless to Provisioned Throughput in Azure Cosmos DB

We are excited to announce the general availability (GA) of a highly requested capability in Azure Cosmos DB: the ability to migrate from serverless to provisioned throughput mode—without manual recreation, or downtime. This release builds on the momentum of our public preview and is now fully supported across all regions. Why it matters Azure...

ServerlessTips and TricksNews
May 22, 2025
Post comments count0
Post likes count0

Public Preview: Shape and Control Workloads with Throughput Buckets in Azure Cosmos DB

Imagine your application is processing customer checkouts in real-time, while a background process synchronizes data for reporting. Suddenly, the seamless user experience falters because the sync job consumes more RU/s than anticipated.  Many teams face a common challenge: multiple workloads share the same container resources, yet each has diffe...

Azure Cosmos DB for NoSQLTips and TricksNews
May 21, 2024
Post comments count0
Post likes count2

Simplifying your Azure Cosmos DB migration: From Serverless to Provisioned throughput (preview)

Azure Cosmos DB offers a range of options to fit the diverse needs of cloud applications, including the choice between serverless and provisioned throughput accounts. The serverless option is ideal for workloads with unpredictable patterns, but there are instances when transitioning to a provisioned throughput account is advantageous for enhanced p...

MigrationAzure Cosmos DB for NoSQLAnnouncements
Mar 27, 2024
Post comments count2
Post likes count1

Optimizing database performance: Change partition keys of a container in Azure Cosmos DB for NoSQL API (preview)

Partitioning is a key concept in Azure Cosmos DB, a fully managed, globally distributed, multi-model database service that offers unlimited scalability and low latency. By distributing data across multiple physical partitions based on the partition key(s), Azure Cosmos DB optimizes data access and distribution, profoundly impacting database perform...

Azure Cosmos DB for NoSQLTips and TricksMigration
Aug 24, 2023
Post comments count0
Post likes count1

Introducing Intra-Account Collection Copy in Azure Cosmos DB for MongoDB

Azure Cosmos DB, Microsoft's globally distributed, multi-model database service, has always been at the forefront of empowering developers with innovative features and functionalities. In its pursuit of providing a seamless and efficient experience, Azure Cosmos DB recently announced the public preview of "Intra-Account Collection Copy" for Azure C...

MigrationAnnouncementsAzure Cosmos DB for MongoDB
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