在缩放Azure Cosmos数据库吞吐量时保存选项禁用选项

发布于 2025-01-23 23:01:33 字数 265 浏览 0 评论 0 原文

我有Azure Cosmos DB帐户,该帐户已通过“配置吞吐量”模式提供。目前,我们对资源的使用量更少,因此试图减少RU的数据库。我去我的Azure Cosmos DB帐户 - >数据资源管理器 - >选择实例 - >比例尺&环境。我试图将RU的RU降低到较低的范围,但“保存”选项是禁用的。

我有整个订阅的“所有者”特权,但是保存选项已禁用。我试图将RU从8000降低到800,但是我无法保存它。这是因为RBAC问题还是因为我从无法扩展吞吐量的方式创建了我的帐户?请协助。

I have Azure Cosmos DB account which has been provisioned with "Provisioned throughput" capacity mode. Currently we have less usage on the resources hence trying to reduce the RU's database. I go to My Azure Cosmos DB account -> Data Explorer -> Select the instance -> Scale & Setting. I tried to reduced the RU's to lower range but somehow "Save" option is disable.

I have "owner" privilege's for entire subscription however Save option is disabled. I am trying to lower the RU from 8000 to 800 however i am unable to save it. Is this because of RBAC issue or is it because of the fact that i created my account beginning in such a way that i wont be able to scale throughput? Please assist.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦在深巷 2025-01-30 23:01:33

您需要至少为AutoScale提供1000 RU/S的供应。它是4000 ru/s,直到最近

AutoScale最大吞吐量TMAX的入口点起为1000 ru/s,缩放在100-1000 ru/s之间。您可以以1000 ru/s的增量设置TMAX并随时更改值。

You need to have at least 1000 RU/s provisioned for autoscale. It was 4000 RU/s until just recently.

The entry point for autoscale maximum throughput Tmax starts at 1000 RU/s, which scales between 100 - 1000 RU/s. You can set Tmax in increments of 1000 RU/s and change the value at any time.

https://learn.microsoft.com/en-us/azure/cosmos-db/provision-throughput-autoscale#how-autoscale-provisioned-throughput-works

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文