Linux RAID subsystem development
 help / color / mirror / Atom feed
* Read algorithm-raid1/raid10
@ 2011-01-18 13:51 Roberto Spadim
  2011-01-18 14:00 ` Roberto Spadim
  0 siblings, 1 reply; 6+ messages in thread
From: Roberto Spadim @ 2011-01-18 13:51 UTC (permalink / raw)
  To: Linux-RAID

hi guys, could we implement a load_balance read algorithm for SSD?
nearest head isn't as fast as round robin for ssd.
i'm talking about raid1 (raid10 too)
what's my problem?
as i can see, raid0 is faster than raid1
for example:
two disks raid0 is faster than
two disks raid1.

why?
nearest head
instead of a balanced read algorithm (like raid0) the nearest head
make raid1 use only one disk for searchs where we could use two disks
(like raid0)

could we implement a round robin for ssd? and make raid1 as fast as
raid0 for ssd?
i didn't tested the raid10 algorithm yet.
thanks a lot.

-- 
Roberto Spadim
Spadim Technology / SPAEmpresarial

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

end of thread, other threads:[~2011-01-18 17:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-18 13:51 Read algorithm-raid1/raid10 Roberto Spadim
2011-01-18 14:00 ` Roberto Spadim
2011-01-18 15:01   ` Keld Jørn Simonsen
2011-01-18 15:51     ` Mathias Burén
2011-01-18 16:15       ` Roberto Spadim
2011-01-18 17:26         ` Roberto Spadim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox