Type of Blobs

Posted by kaleidoscope on Geeks with Blogs See other posts from Geeks with Blogs or by kaleidoscope
Published on Mon, 22 Mar 2010 03:21:10 GMT Indexed on 2010/03/22 4:41 UTC
Read the original article Hit count: 536

Filed under:

With the release of Windows Azure November 2009 CTP, now we have two types of blobs.

  • Block Blob - This blob type is in place since PDC 2008 and is optimized for streaming workloads. [Max Size allowed : 200GB]
  • Page Blob - With November 2009 CTP release, a new blob type is added which is optimized for random read / writes called Page Blob. [Max Size allowed : 1TB]

More details can be found at: http://geekswithblogs.net/IUnknown/archive/2009/11/16/azure-november-ctp-announced.aspx

Amit, S

© Geeks with Blogs or respective owner