-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Currently with XLIO sequential write performance with bs=4k, iodepth=16, numjobs=1 is ~244MB/s, while sequential read only gives ~20MB/s.
- Investigate why this is happening (there are already some flamegraphs ran on commit 7fc9e18)
- Implement a fix
Furthermore blocksizes larger than the page size (4k) don't do anything (i.e. no performance increase).
- Investage why
- Impl fix