Currently with XLIO sequential write performance with `bs=4k, iodepth=16, numjobs=1` is ~244MB/s, while sequential read only gives ~20MB/s. - [x] Investigate why this is happening (there are already some flamegraphs ran on commit 7fc9e18) - [x] Implement a fix Furthermore blocksizes larger than the page size (4k) don't do anything (i.e. no performance increase). - [x] Investage why - [x] Impl fix
Currently with XLIO sequential write performance with
bs=4k, iodepth=16, numjobs=1is ~244MB/s, while sequential read only gives ~20MB/s.Furthermore blocksizes larger than the page size (4k) don't do anything (i.e. no performance increase).