|
Description
|
To reduce IOPs, ZFS aggregates small adjacent I/Os into single large I/Os.
In the case of reads we can do better: if the I/Os are not adjacent, but
very close, we can aggregate across the gap. This will help RAID-Z
performance, which is quite gappy on reads due to not reading parity.
|