All of lore.kernel.org
 help / color / mirror / Atom feed
* Fw: Raid1 questions (devel)
@ 2004-09-15 21:20 Alex
  2004-09-15 22:49 ` Neil Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Alex @ 2004-09-15 21:20 UTC (permalink / raw)
  To: linux-raid

> > Hello..
> >
> > I'm not sure if you are still developing the raid1 module for linux
kernel , but I'll give a shot.
> >
> > Checking the source code of linux.2.6.8.1 , in raid1.c , at line 411 I
found this:
> >     "Don't change to another disk for sequential reads"
> >
> > Well , my question is this:
> >
> >     If there is a sequential read , but there are other disks in the
array which are idle , isn't it a better way to read in chunks from all the
disks ?  I think the transfer rate will be much improved from reading from
more disks , rather the using only one  (altough is sequential read)
> >
> >
> > Thanks
> >     Alex
>


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

* Re: Fw: Raid1 questions (devel)
  2004-09-15 21:20 Fw: Raid1 questions (devel) Alex
@ 2004-09-15 22:49 ` Neil Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Neil Brown @ 2004-09-15 22:49 UTC (permalink / raw)
  To: Alex; +Cc: linux-raid

On Thursday September 16, alexcos@nights.ro wrote:
> > > Hello..
> > >
> > > I'm not sure if you are still developing the raid1 module for linux
> kernel , but I'll give a shot.
> > >
> > > Checking the source code of linux.2.6.8.1 , in raid1.c , at line 411 I
> found this:
> > >     "Don't change to another disk for sequential reads"
> > >
> > > Well , my question is this:
> > >
> > >     If there is a sequential read , but there are other disks in the
> array which are idle , isn't it a better way to read in chunks from all the
> disks ?  I think the transfer rate will be much improved from reading from
> more disks , rather the using only one  (altough is sequential read)

You may be right.

Why don't you try changing the code to do different things, and test
each variation and see what works the fastest for you.  If it is fast
for other people as well, your change will probably be accepted.

NeilBrown

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

end of thread, other threads:[~2004-09-15 22:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-15 21:20 Fw: Raid1 questions (devel) Alex
2004-09-15 22:49 ` Neil Brown

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.