linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: John Robinson <john.robinson@anonymous.org.uk>
To: Linux RAID <linux-raid@vger.kernel.org>
Subject: Re: Optimizing small IO with md RAID
Date: Mon, 30 May 2011 12:57:28 +0100	[thread overview]
Message-ID: <4DE38628.1050201@anonymous.org.uk> (raw)
In-Reply-To: <irvuj1$rc3$1@dough.gmane.org>

On 30/05/2011 12:20, David Brown wrote:
> (This is in addition to what Stan said about filesystems, etc.)
[...]
> Try your measurements with a raid10,far setup. It costs more on data
> space, but should, I think, be quite a bit faster.

I'd also be interested in what performance is like with RAID60, e.g. 4 
6-drive RAID6 sets, combined into one RAID0. I suggest this arrangement 
because it gives slightly better data space (33% better than the RAID10 
arrangement), better redundancy (if that's a consideration[1]), and 
would keep all your stripe widths in powers of two, e.g. 64K chunk on 
the RAID6s would give a 256K stripe width and end up with an overall 
stripe width of 1M at the RAID0.

You will probably always have relatively poor small write performance 
with any parity RAID for reasons both David and Stan already pointed 
out, though the above might be the least worst, if you see what I mean.

You could also try 3 8-drive RAID6s or 2 12-drive RAID6s but you'd 
definitely have to be careful - as Stan says - with your filesystem 
configuration because of the stripe widths, and the bigger your parity 
RAIDs the worse your small write and degraded performance becomes.

Cheers,

John.

[1] RAID6 lets you get away with sector errors while rebuilding after a 
disc failure. In addition, as it happens, setting up this arrangement 
with two drives on each controller for each of the RAID6s would mean you 
could tolerate a controller failure, albeit with horrible performance 
and you would have no redundancy left. You could configure smaller 
RAID6s or RAID10 to tolerate a controller failure too.


  reply	other threads:[~2011-05-30 11:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-30  7:14 Optimizing small IO with md RAID fibreraid
2011-05-30 10:43 ` Stan Hoeppner
2011-05-30 11:20 ` David Brown
2011-05-30 11:57   ` John Robinson [this message]
2011-05-30 13:08     ` David Brown
2011-05-30 15:24       ` fibreraid
2011-05-30 16:56         ` David Brown
2011-05-30 21:21         ` Stan Hoeppner
2011-05-31  3:23 ` Stefan /*St0fF*/ Hübner
2011-05-31  3:48 ` Joe Landman

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=4DE38628.1050201@anonymous.org.uk \
    --to=john.robinson@anonymous.org.uk \
    --cc=linux-raid@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).