up vote 5 down vote favorite
3
share [g+] share [fb]

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?

link|improve this question

Belongs on serverfault I think. You will get better answers over there. – Aiden Bell Jun 20 '09 at 15:45
Thanks. Didn't know about serverfault. Will check it out. – Continuation Jun 20 '09 at 17:34
feedback

2 Answers

up vote 5 down vote accepted

You should have a look at Lessons Learned in Building a Highly Scalable MySQL Database. They benchmarked mysql with some of these filesystems and jfs looks like a clear the winner.

link|improve this answer
feedback

If you are working with InnoDB this two part interaction at the mysqlperformanceblog with Heikki Tuuri who created it should good reading.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.