MySQL (InnoDB) 的最佳 Linux 文件系统是什么?
我尝试使用 MySQL InnoDB 寻找各种文件系统的性能基准,但没有找到。
我的数据库工作负载是典型的基于 Web 的 OLTP,大约 90% 读取,10% 写入。 随机IO。
在 ext3、ext4、xfs、jfs、Reiserfs、Reiser4 等流行的文件系统中,您认为哪一种最适合 MySQL?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您应该看看构建高度可扩展的 MySQL 数据库的经验教训 。
他们用其中一些文件系统对 mysql 进行了基准测试,jfs 看起来显然是赢家。
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.
如果您正在使用 InnoDB 这个 InnoDB mysqlperformanceblog.com/2007/10/26/heikki-tuuri-innodb-answers-part-i/" rel="noreferrer">mysqlperformanceblog 上的两部分交互 与 Heikki Tuuri 创建它的人应该值得一读。
If you are working with InnoDB this two part interaction at the mysqlperformanceblog with Heikki Tuuri who created it should good reading.