All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Performance difference between two raid0 arrays on same drives?
@ 2003-07-12 13:37 Michel Bellais
  2003-07-12 15:20 ` Gordon Henderson
  2003-07-12 15:49 ` Performance difference between two raid0 arrays on same drives? Mads Peter Bach
  0 siblings, 2 replies; 8+ messages in thread
From: Michel Bellais @ 2003-07-12 13:37 UTC (permalink / raw)
  To: linux-raid

You're right, I thought about it too, but the fastest array is built with 
partitions closer to the centre of the disk, so it should be the slowest 
indeed.
The disks are big (180 Gb), the partitions represent less than 10% of it and 
follow each others.  It cannot explain 30% difference in performance.

I have created a third array on the disk, which is a copy of the slowest 
array. It has the same content. This last array shows much better performance 
than the original. And it is even closer to the centre...
So i really don't understand.
I intended to use raid0 to boost my pc at home, so it is not a crucial 
problem, i will use the late array i created.

Thank you for your answer!

Michel Bellais

On Saturday 12 July 2003 06:36 am, Gregory Leblanc wrote:
> On Fri, 2003-07-11 at 09:13, Michel wrote:
> > Hi!
> >
> > I have set two raid0 arrays on two hardrives, using 2x2 partitions. I did
> > a benchmark of the resulting arrays and one is much slower than the other
> > one. I used bonnie++ and hdparm for the tests. It showed that /dev/md0 is
> > 30% slower than /dev/md1.
> > /dev/md1 is really close to twice the performance of a single drive.
> > I set the arrays with the same parameters. md0 is built from 2x 5 Gb
> > while md1 is built from 2x2 Gb. The harddrives have the same partition
> > table. md0 is the closest to the begining of the drives.
> > The filessystem is Reiserfs on both arrays.
> > Everything works well, except i am curious about such a difference in
> > performances, since the arrays share the same hardware.
> > I am new to linux raid, i do not know if this is normal or weird.
>
> This is to be expected.  Partitions toward the "end" of the disk are
> written closer to the center of the platters, and as a result, data
> transfers suffer.  The drive spins at a constant number of revolutions
> per minute, making the linear velocity of the platter across the read
> head much higher at the outside of the disk than the outside.  HTH,
>       Greg

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Performance difference between two raid0 arrays on same drives?
@ 2003-07-11 16:13 Michel
  2003-07-12  4:36 ` Gregory Leblanc
  0 siblings, 1 reply; 8+ messages in thread
From: Michel @ 2003-07-11 16:13 UTC (permalink / raw)
  To: linux-raid

Hi!

I have set two raid0 arrays on two hardrives, using 2x2 partitions. I did a 
benchmark of the resulting arrays and one is much slower than the other one. 
I used bonnie++ and hdparm for the tests. It showed that /dev/md0 is 30% 
slower than /dev/md1. 
/dev/md1 is really close to twice the performance of a single drive.
I set the arrays with the same parameters. md0 is built from 2x 5 Gb while md1 
is built from 2x2 Gb. The harddrives have the same partition table. md0 is 
the closest to the begining of the drives.
The filessystem is Reiserfs on both arrays.
Everything works well, except i am curious about such a difference in 
performances, since the arrays share the same hardware. 
I am new to linux raid, i do not know if this is normal or weird.
Thanks for any help!

/etc/raidtab:
raiddev /dev/md0
	raid-level 0
	nr-raid-disks 2
	persistent-superblock 1
	chunk-size 32
	device /dev/hde3
	raid-disk 0
	device /dev/hdg3
	raid-disk 1

raiddev /dev/md1
	raid-level 0
	nr-raid-disks 2
	persistent-superblock 1
	chunk-size 32
	device /dev/hde5
	raid-disk 0
	device /dev/hdg5
	raid-disk 1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-07-16 18:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-12 13:37 Performance difference between two raid0 arrays on same drives? Michel Bellais
2003-07-12 15:20 ` Gordon Henderson
2003-07-12 16:06   ` Michel Bellais
2003-07-16 18:11   ` A simple question Donghui Wen
2003-07-12 15:49 ` Performance difference between two raid0 arrays on same drives? Mads Peter Bach
2003-07-12 18:59   ` Michel Bellais
  -- strict thread matches above, loose matches on Subject: below --
2003-07-11 16:13 Michel
2003-07-12  4:36 ` Gregory Leblanc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.