Improving IO performance with noatime

If you don't care about the file access time attribute, remounting your fylesystem with noatime option can dramatically speed up reads/writes. This is especially beneficial on a MySQL server.

Just remount your files system with noatime:

[root@host]# mount -o remount,noatime /var/lib/mysql