0

I am looking into using azure blob storage for storing large number of small size images size ranging in 10k to 100k. details below. thanks for your comments!

requirements. 1. Upload/download requires authorization, and tracking per customer. 2. downloads http friendly 3. eventually - number of images can go to million+. storage cost may matter.

this thread answered the 1-2. I was reading on the msdn to find out whether block blob has any min size. that is if the file is 10k, it may still consume say min 64k. I did not get conclusive answer. I found one blog mentioning 64k min size but it is not very obvious. hence, the question!

in other words - I am wondering if you store a image of size say 10k in azure block blob - will it consume 10k storage or more?

4

1 に答える 1

2

私はmsdnを読んで、ブロックblobに最小サイズがあるかどうかを調べていました。つまり、ファイルが10kの場合でも、最小64kを消費する可能性があります。決定的な答えは得られませんでした。64k分のサイズについて言及しているブログを1つ見つけましたが、それはあまり明白ではありません。したがって、質問です!

ブロックブロブの最小64Kブロブサイズは正しくないと思います。はい、オーバーヘッドがあり、ここでそのオーバーヘッドについて読むことができます:http: //blogs.msdn.com/b/windowsazurestorage/archive/2010/07/09/understanding-windows-azure-storage-billing-bandwidth-transactions-および-capacity.aspx([容量]セクションを参照)。

つまり、たとえば10kのサイズの画像を紺碧のブロックブロブに保存すると、10k以上のストレージを消費するのでしょうか。

したがって、質問に答えるために、サイズ10Kの画像を保存する場合、ブロックブロブのサイズは(オーバーヘッドの場合)それよりわずかに大きくなりますが、64Kではありません。

于 2013-03-19T12:02:50.387 に答える