简体   繁体   English

如何计算天蓝色弹性池的存储利用率?

[英]How to calculate azure elastic pool storage utilization?

I've an Azure elastic pool (Standard, 300 eDTU ) with 105 databases. 我有一个包含105个数据库的Azure弹性池(标准,300 eDTU)。 According to the azure dashboard I've a storage Utilization of 195.92 GB and a Storage capacity of 400 GB. 根据天蓝色的仪表板,我的存储利用率为195.92 GB,存储容量为400 GB。 While adding data to a database I got an error message "The elastic pool has reached its storage limit. The storage usage for the elastic pool cannot exceed (409600) MBs." 将数据添加到数据库时,出现错误消息“弹性池已达到其存储限制。弹性池的存储使用量不能超过(409600)MB。”

How can I calculated the actual size of all the databases? 如何计算所有数据库的实际大小? Can the difference between actual and used storage be more than 50%? 实际和已用存储之间的差异是否可以超过50%?

The max storage per database in your Azure elastic poor(Standard, 300 eDTU ) is 1024 Gb . Azure弹性资源(标准为300 eDTU)中每个数据库的最大存储为1024 Gb 在此处输入图片说明

When you adding data to a database, you get the error: "The elastic pool has reached its storage limit. The storage usage for the elastic pool cannot exceed (409600) MBs." 将数据添加到数据库时,会出现错误:“弹性池已达到其存储限制。弹性池的存储使用量不能超过(409600)MB。”

Here's a bob has the same error with you, maybe you can read it as a reference: The elastic pool has reached its storage limit. 这是一个鲍勃与您有同样的错误,也许您可​​以作为参考阅读: 弹性池已达到其存储限制。 The storage usage for the elastic pool cannot exceed (204800) . 弹性池的存储使用不能超过(204800)

Hope it helps you. 希望对您有帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM