On Thu, Jul 30, 2009 at 08:35:54AM +0100, Robin Hill wrote: > On Wed Jul 29, 2009 at 11:25:47PM -0700, Tirumala Reddy Marri wrote: > > > Hi, > > I have two 1 tera byte disks in RAID-1 configuration. When I started > > RAID-1 array initial speed was 100MBps by the time it finishes the speed > > was <50MBps. Is there is any reason for this behavior ? Isn't speed > > supposedly uniform. > > > No, the speed isn't uniform - it varies across the disk. The > _rotational_ speed is fixed (probably 7200 rpm), but that means the > outer tracks are passing at a higher _linear_ speed (i.e. in a single > rotation, there's more disk passing across the read head), so have a > higher transfer rate. Hard drives start writing from the outside, so > the speed drops off as you progress. there is a raid type which can be seen as a raid1 version, but avoids some of the performance problems of raid1. this is rai10,f2, which performs like raid0 for reading, and for reading only uses the faster half of the disks, thus not degrading as much as raid1. I think raid10,f2 only degrades 10-20 % while raid1 can degrade as much as 50 %. For writing it is about the same, given that you use a file system on top of the raid. best regards Keld -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html