hi
you have poor I/O performance of mysql server on ext4 filesystem?
just do:
mount -o remount,barrier=0 /mountpointofmysql
barriers are described here:
http://lwn.net/Articles/283161/
Have fun!
hi
you have poor I/O performance of mysql server on ext4 filesystem?
just do:
mount -o remount,barrier=0 /mountpointofmysql
barriers are described here:
http://lwn.net/Articles/283161/
Have fun!