开发者

Where can I find my SipmleDB domain sizes

The documentation says that simpledb domain size max is 10GB. However, I can't find anywh开发者_运维知识库ere that I can determine what my current domain sizes are.


You can find that info by making a SimpleDB API call to DomainMetadata passing the name of the domain as a parameter.

To determine how close you are to the 10GB size limit, take the sum of the response values:

ItemNamesSizeBytes + AttributeNamesSizeBytes + AttributeValuesSizeBytes

For reference, here is the DomainMetadata documentation.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜