On Fri, Jun 18, 2010 at 02:02:20AM +0600, Roman Mamedov wrote: > On Thu, 17 Jun 2010 15:46:05 -0400 > aragonx@xxxxxxxxxx wrote: > > > While I would agree with you if the performance was the same for reads as > > it was writes, that is not the case here. > > Reads are a massively faster operation on RAID5 than writes, in my experience > an array easily reads at close to the theoretical limit, i.e. the speed of its > slowest member multiplied by the member count minus one. actually raid5 sequential reads can be faster than n-1 times the slowest disk, as it may skip the parity blocks faster than it could read them. Not much, probably. raid10,f2 is theoretically the fastest of the redundancy raids for sequential reads as it approaches the speed of raid0, with at theoretical performance of the number of drives times the slowest of the disks. For more on raid performance, see https://raid.wiki.kernel.org/index.php/Performance and for bottlenecks, see eg https://raid.wiki.kernel.org/index.php/Performance#Bottlenecks 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