From: Goswin von Brederlow <goswin-v-b@web.de>
To: Keld Jorn Simonsen <keld@keldix.com>
Cc: Wil Reichert <wil.reichert@gmail.com>,
linux raid <linux-raid@vger.kernel.org>
Subject: Re: SSD & mechanical disc in RAID 1
Date: Fri, 22 Jan 2010 17:37:00 +0100 [thread overview]
Message-ID: <87bpgmyu37.fsf@frosties.localdomain> (raw)
In-Reply-To: <20100109192326.GB16383@rap.rap.dk> (Keld Jorn Simonsen's message of "Sat, 9 Jan 2010 21:23:26 +0200")
Keld Jørn Simonsen <keld@keldix.com> writes:
> On Sat, Jan 09, 2010 at 09:53:11AM -0800, Wil Reichert wrote:
>> Has anyone ever tried putting an SSD and a mechanical disc in RAID 1
>> using write-mostly? The goal would be to extol the speed & latency
>> virtues of an SSD while retaining the integrity of the traditional
>> storage. Would this setup even work as I expect it to?
>
>
> I think you are better served by trying out RAID10 in the far or offset
> layouts. RAID1 would per se not gain from the low latency times of
> SSD. RAID1 should function the same with hard disk as with SSD,
> and with hard disk it would not make sense to multiplex reading
> of a file, as skipping and reading a block essentially takes the same
> time.
>
> Best regards
> Keld
With raid10 in the far or offset layout every (large) read and write
would always access both the SSD and rotating disk. That would make
every operation wait for the rotating disk to seek.
I think his initial idea of raid1 is verry good. With write-mostly all
reads should come from the fast SSD. I would also add write-behind.
That way writes will not wait for the rotating disk and get the full
SSD speed as well.
MfG
Goswin
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2010-01-22 16:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-09 17:53 SSD & mechanical disc in RAID 1 Wil Reichert
2010-01-09 19:23 ` Keld Jørn Simonsen
2010-01-22 16:37 ` Goswin von Brederlow [this message]
2010-01-31 20:21 ` Aryeh Gregor
2010-02-01 20:56 ` Wil Reichert
2010-02-01 20:06 ` Bill Davidsen
2010-02-01 21:10 ` David Rees
2010-02-02 14:07 ` Aryeh Gregor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bpgmyu37.fsf@frosties.localdomain \
--to=goswin-v-b@web.de \
--cc=keld@keldix.com \
--cc=linux-raid@vger.kernel.org \
--cc=wil.reichert@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox