Post a Comment
Readahead and IO scheduler also make a lot of difference in performance. I don't use databases, only desktop, but I found useful performance tips in RedHat, Postgresql, and IBM documents. Right now I'm using JFS with the deadline IO scheduler and I'm impressed. It got even better after setting readahead to 1024.
Most database performance documents show that the deadline scheduler makes a lot of difference in throughput, and on benchmarks explicity using deadline JFS was almost allways the best. It's not EOL'd as some believe, last release is dated 2007-08-24.
Try this in any filesystem and you'll see the difference:
echo deadline > /sys/block/sda/queue/scheduler
echo 1024 > /sys/block/sda/queue/nr_requests
echo 250 > /sys/block/sda/queue/iosched/read_expire
Bruno





