You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
random read will cause repeat prefetch same blocks,which will case bandwidth amplification
How to reproduce it (as minimally and precisely as possible):
fio -filename=./f1 -direct=1 -iodepth 1 -thread -rw=randread -ioengine=psync -bs=128K -size=100m -numjobs=1 -group_reporting -name=mytest
the same key may be prefetched repeatedly
The text was updated successfully, but these errors were encountered:
What happened:
random read will cause repeat prefetch same blocks,which will case bandwidth amplification
How to reproduce it (as minimally and precisely as possible):
fio -filename=./f1 -direct=1 -iodepth 1 -thread -rw=randread -ioengine=psync -bs=128K -size=100m -numjobs=1 -group_reporting -name=mytest
the same key may be prefetched repeatedly
The text was updated successfully, but these errors were encountered: