[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] performace of disks


  • To: xen-users@xxxxxxxxxxxxxxxxxxx
  • From: "Rob MacGregor" <rob.macgregor@xxxxxxxxx>
  • Date: Thu, 24 Jul 2008 20:22:08 +0100
  • Delivery-date: Thu, 24 Jul 2008 12:22:43 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=R3nlHjkefsazx9XVDhNxFXihPz1RqKynfXTA5xLADED/7jmLktDZXGNgBSNNjMdH/e gWbEcGEqF3Nfqtc00xdUAb68E6viTpUkjblQWry58jYzI2jfFGesjIGyi2XfFIOmBHQv RtGFzj29jaWu4qP7xtntmtEA4yOBVKLjBvPjI=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

On Thu, Jul 24, 2008 at 19:49, Victor Hugo dos Santos
<listas.vhs@xxxxxxxxx> wrote:
> On Thu, Jul 24, 2008 at 1:39 PM, Fernando JimÃnez Solano
> <fernandojs@xxxxxxxxxxxxxx> wrote:
>
> mmmm.. mmmm.. and mmmm
> but.. all virtual disks aren't one big image for Dom0 ???
> in other words, this type of data in the virtual disks is relevant ??

The problem is that RAID5 (and by extension RAID50) is relatively poor
for writes, but good for reads.  Why?  Because to write to one disk
you have to read from all the others (except one) in the RAID5 group
to compute the parity, to write to that first disk, and then write the
parity to the last disk - this means that each write involves every
other disk (a minimum of 3).  RAID50 reduces the impact because each
group will be smaller, for the same total number of disks.

RAID1 (and by extension RAID10) is good for writes as each write only
involves 2 disks - no reads and only 2 writes.

On the other hand, for the same number of disks RAID5 (and RAID50) can
be faster on sustained reads.  This is because in any disk group the
reads can be spread across more disks, reducing delays.

Others have covered the impact of stripe sizes.

-- 
 Please keep list traffic on the list.

Rob MacGregor
 Whoever fights monsters should see to it that in the process he
 doesn't become a monster. Friedrich Nietzsche
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.