Is there any count limitation on items per container in cosmos DB?

Mahesh Raja Mahalingam 81 Reputation points
2021-10-29T04:17:31.3+00:00

what is the maximum number of items that a container can have in the cosmos db?

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,441 questions
0 comments No comments
{count} votes

Accepted answer
  1. Mark Brown - MSFT 2,761 Reputation points Microsoft Employee
    2021-10-29T04:25:19.783+00:00

    There are no storage limits for a container in Cosmos DB. In fact, storage capacity is infinite by virtue of it being horizontally scalable. Keep adding data and the service will automatically provision additional partitions behind the scenes. One thing to keep in mind however, is as your storage grows, so does the amount of throughput required to manage it, because each partition requires its own compute to access the data stored on it.


0 additional answers

Sort by: Most helpful