Date: Thu, 02 Aug 2018 08:07:34 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 230260] [FUSE] [PERFORMANCE]: Performance issue (I/O block size) Message-ID: <bug-230260-227-OC8UsFkTTx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-230260-227@https.bugs.freebsd.org/bugzilla/> References: <bug-230260-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230260 Jakub Kruszona-Zawadzki <acid@moosefs.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |acid@moosefs.com --- Comment #6 from Jakub Kruszona-Zawadzki <acid@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 :) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230260-227-OC8UsFkTTx>