Azure Cosmos DB API API for MongoDB:共享吞吐量限制

Azure Cosmos DB API API for MongoDB: Shared throughput limit

对于服务器版本 3.6 或 4.0 中可以共享吞吐量的集合数量是否有任何限制?

更多详情:

我使用服务器版本 3.6 总共有 120 个集合,其中 20 个集合共享吞吐量。

我计划升级到 4.0 并希望有 60 个集合共享吞吐量。

基于 documentation,限制为每个数据库 25 个容器,可以利用数据库上定义的共享吞吐量。超过 25,您将需要创建具有专用吞吐量的容器。

文档是这么说的:

Containers in a shared throughput database share the throughput (RU/s) allocated to that database. With standard (manual) provisioned throughput, you can have up to 25 containers with a minimum of 400 RU/s on the database. With autoscale provisioned throughput, you can have up to 25 containers in a database with autoscale max 4000 RU/s (scales between 400 - 4000 RU/s).