What is the best Linux filesystem for MySQL (InnoDB)?

Posted by Continuation on Server Fault See other posts from Server Fault or by Continuation
Published on 2009-06-20T19:06:00Z Indexed on 2010/04/26 18:14 UTC
Read the original article Hit count: 351

I tried to look for benchmark on the performances of various filesystems with MySQL InnoDB but couldn't find any.

My database workload is the typical web-based OLTP, about 90% read, 10% write. Random IO.

Among popular filesystems such as ext3, ext4, xfs, jfs, Reiserfs, Reiser4, etc. which one do you think is the best for MySQL?

© Server Fault or respective owner

Related posts about mysql

Related posts about filesystems