DocumentDB 分区集合最大 10GB?
DocumentDB Partitioned Collection max 10GB?
我最初有一个未分区的集合,配置了 400RU/s,最大容量为 10GB。我使用文档数据库迁移工具将其移至分区集合,但根据指标资源管理器,最大容量仍为 10GB。容量会根据需要自动扩展吗?
I used the Document DB migration tool to move this over to a partitioned collection but according to the metrics explorer, the max capacity is still 10GB. Will the capacity automatically scale as needed?
据我所知,它只是让我们能够在您创建集合后调整吞吐量水平。如果您想调整 默认存储容量 (集合的最大存储大小),您可以在 Azure 门户上创建支持请求。此外,您可以将数据从目标集合迁移到另一个具有更大数据存储空间 (>10GB) 的分区集合。
我最初有一个未分区的集合,配置了 400RU/s,最大容量为 10GB。我使用文档数据库迁移工具将其移至分区集合,但根据指标资源管理器,最大容量仍为 10GB。容量会根据需要自动扩展吗?
I used the Document DB migration tool to move this over to a partitioned collection but according to the metrics explorer, the max capacity is still 10GB. Will the capacity automatically scale as needed?
据我所知,它只是让我们能够在您创建集合后调整吞吐量水平。如果您想调整 默认存储容量 (集合的最大存储大小),您可以在 Azure 门户上创建支持请求。此外,您可以将数据从目标集合迁移到另一个具有更大数据存储空间 (>10GB) 的分区集合。