Well, now I know: I needed to adjust the kernel's read-ahead cache settings for the device. According to the 3ware white-paper that I downloaded, you can do this as follows:
Code: Select all
blockdev --setra 16384 /dev/sdaRemeber how I said I was getting 65MB/s on the 5 disk array? Check it out now:
Code: Select all
yang ~ # hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 3532 MB in 2.00 seconds = 1765.89 MB/sec
Timing buffered disk reads: 656 MB in 3.06 seconds = 214.65 MB/sec


