Azure Blob存储中可以存储的文件数量是否有限制? [英] Is there a limit to the number of files that can be stored in an Azure blob storage?

查看:198
本文介绍了Azure Blob存储中可以存储的文件数量是否有限制?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我找到了描述blob存储限​​制的文档,包括最大文件大小和blob大小,但是我找不到关于可存储文件数量是否有限制的参考-是否有限制,或更重要的是,当blob存储中存储了几十万个(或百万个)小文件时,性能会受到损失?

I have found documentation describing the limits for blob storage, including the maximum file size and blob size, but I can't find reference to whether there is a limit to the number of files that can be stored - is there a limit, or perhaps more importantly, a performance penalty when there are several hundred thousand (or million) small files stored in blob storage?

推荐答案

除了每个存储帐户的500TB限制外,存储帐户中的blob数量没有限制.处理单个Blob时,无论是一个Blob还是一百万个Blob,您都不会看到性能差异.现在,如果您决定列出容器中的斑点,并且容器中有一百万个斑点,那么与列出只包含少量斑点的容器相比,您肯定会发现区别.但是,通过blob名称直接访问时,不会,根本没有性能差异.

There is no limit to the number of blobs in a storage account, aside from the 500TB limit per storage account. You won't see a performance difference when dealing with individual blobs, whether you have one blob or a million. Now, if you decide to list blobs in a container, and you have a million blobs in a container, you will certainly see a difference than listing a container with just a handful of blobs. But, with direct-access via blob name, nope: no perf difference at all.

这篇关于Azure Blob存储中可以存储的文件数量是否有限制?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆