07/11/23 23:56:04 dksFbx1S
そこの解釈の差が論争の原因だね。man mdだと
> Data is read from any one device.
> The driver attempts to distribute read requests across all devices to maximise performance.
と最初の文が意味深だが、解釈は曖昧。で、ソース見ると
> * Don't change to another disk for sequential reads:
とあるので、おそらく単体のリードはディスク一台分の速度、ただし
別のリードは別のディスクに分散できるのでスループットが台数に
比例して伸びる、なのでは?