[Bug 230260] [FUSE] [PERFORMANCE]: Performance issue (I/O block size)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Aug 2 08:07:37 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230260
Jakub Kruszona-Zawadzki <acid at moosefs.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |acid at moosefs.com
--- Comment #6 from Jakub Kruszona-Zawadzki <acid at moosefs.com> ---
It works !!!
read in classic (cached) mode:
256+0 records in
256+0 records out
268435456 bytes transferred in 0.099339 secs (2702208293 bytes/sec)
bsize: 65536 ; count: 4096
read in direct (not cached and usually not recommended) mode:
256+0 records in
256+0 records out
268435456 bytes transferred in 0.024716 secs (10860808757 bytes/sec)
bsize: 1048576 ; count: 257
Performance is significantly improved. Now block size is 64k - perfect.
We hope that this patch will find its way to the release version soon :)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list