tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: RAID stripe size (was: 5.1 RAID5 write performance)



> So, what's the advantage of a larger sectPerSU?

Larger is not necessarily better.  Larger than the typical write size
(which is usually the filesystem block or frag size) is actually a
*dis*advantage, because it means that common writes force RMW cycles.

Much smaller than the typical access size is a different disadvantage.
In particular, accesses larger than sectPerSU force additional drives
to pay seek, rotational latency, and contention penalties.  (This
applies to both read and write, though in slightly different ways.)

/~\ The ASCII                             Mouse
\ / Ribbon Campaign
 X  Against HTML                mouse%rodents-montreal.org@localhost
/ \ Email!           7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B


Home | Main Index | Thread Index | Old Index