A Blog about technology, linux, peer2peer, cool new downloads and software development.

Saturday, February 9, 2008

HowTo: Linux: Double your disk read performance in a single command

http://portal.itauth.com/2007/11/20/howto-linux-double-your-disk-read-performance-single-command

 


Here's the magic to double sequential read performance:

[root@cyberman mydb]# blockdev --getra /dev/sdb
256
[root@cyberman mydb]# blockdev --setra 262144 /dev/sdb

No comments: