gpt4 book ai didi

azure - 如果我达到 Windows Azure 存储中的可扩展性目标,会发生什么情况?

转载 作者:行者123 更新时间:2023-12-01 09:21:18 24 4
gpt4 key购买 nike

This post表示每个存储帐户每秒的 Blob 存储请求限制为 5000 个。

Transactions – Up to 5,000 entities/messages/blobs per second

如果我达到此限制,到底会发生什么?

最佳答案

请求失败并出现错误:http://blogs.msdn.com/b/windowsazurestorage/archive/2010/07/09/understanding-windows-azure-storage-billing-bandwidth-transactions-and-capacity.aspx (在页面中搜索“节流”)。

Throttling – These are requests that are being throttled due to the transaction rate going over the per partition target throughput described in the post “Windows Azure Storage Abstractions and their Scalability Targets”. These throttled requests are counted as billable transactions. When this occurs, the client is expected to use exponential backoff and retry the request, which is provided by default with the storage client library. If it is a reoccurring event for the service, then the service should consider additional partitioning of its data structures as described in the upcoming posts on Blobs, Tables and Queues.

您可能从 REST API 返回的错误代码如下:http://msdn.microsoft.com/en-us/library/windowsazure/dd179382.aspx - 我无法立即看出哪一个将适用于限制上下文。

关于azure - 如果我达到 Windows Azure 存储中的可扩展性目标,会发生什么情况?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13154481/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com