EC2 (local) instance storage
EC2 (local) instance storage
Posted Dec 10, 2012 6:18 UTC (Mon) by bjencks (subscriber, #80303)In reply to: EC2 (local) instance storage by Cyberax
Parent article: Optimizing stable pages
It's well documented that fresh EBS volumes keep track of touched blocks; to get full performance on random writes you need to touch every block first. That implies to me that they don't even allocate the block on the back end until it's written to.
Not sure how instance storage initialization works, though.
      Posted Dec 10, 2012 6:34 UTC (Mon)
                               by dlang (guest, #313)
                              [Link] 
       
As you say, instance local storage is different. 
     
    EC2 (local) instance storage
      
 
           