Sunday, 15 May 2011

Differences between Azure Block Blob and Page Blob? -


As I recently started walking with Windows Azure , I came to a position I'm the one who has a block blob & amp; Page drops . I am currently in the process of uploading some text, CSV or DAT files in Blob Storage and then using a C # program, I am doing a MapReduce for this. Yes, I have gone through some articles, like

but they could not get a clear idea. To reduce, block blob vs. page blob . Any help would be appreciated.

Differences on MSDN are very good, TL; DR:

  • Block blobs are for your discrete storage objects such as JPG, log files, etc., which you usually see as a file in your local OS Are there. Max. Size 200 GB 4.77 TB Only regular (non-premium) storage
  • Pages blobs are for random read / write storage, such as VHD (in fact, there are page blops that are used for Ezur virtual machine disks). Max. Size 8 TB is supported by both regular and premium storage.

Note: Premium pages have specific types of blobs (as opposed to regular page blops, which can be any size up to 8TB)

  • 512GB
  • 1024GB
  • 2048GB
  • 32GB
  • 4096 GB
  • Premium storage provides guaranteed IOPS and throughput, which is selected based on page bob size (120 IOPS + 25 MB / s 32 GB to 7500 IOPS + 250 MB / S @ 2048 GB and 4096 GB)). Specific details are documented around Iops + Throughput details.


    No comments:

    Post a Comment