Posts by this author

May 21, 2024
0
2

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
2
1

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
0
1

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
3
6

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
2
0

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
1
1

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