On Tuesday January 17, andy@xxxxxxxxxx wrote: > I'm wondering: how well does md currently make use of the fact there > are multiple devices in the different (non-parity) RAID levels for > optimising reading and writing? It does the best it can. Every request from the filesystem goes directly to which device it should. Ofcourse if all the blocks the filesystem requests happen to be on the same drive, there isn't alot that md can do... > > For example, are *writes* to a 2 device RAID-0 approaching twice as > fast as to a single device? If not, are they any faster at all? > Are reads from a 2 device RAID-1 twice as fast as from a single > device? If there are benefits, how quickly do they degrade to > nothing as disks are added? Yes. For a reasonably heavy loads both read and write will be close to twice as fast on a 2 device RAID-0 compared to a single device (providing that the buss doesn't become a bottleneck). > > What does the picture look like for reads and writes to a 4 device > RAID-10? Much the same. > > Sorry if my subject line isn't clear, but I coudn't think of a > better way to put it. Clear enough. NeilBrown - 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