https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230260

Jakub Kruszona-Zawadzki <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Jakub Kruszona-Zawadzki <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to