MySQL (InnoDB) 的最佳 Linux 文件系统是什么?

发布于 2024-07-24 08:28:30 字数 183 浏览 3 评论 0原文

我尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

聽兲甴掵 2024-07-31 08:28:30

您应该看看构建高度可扩展的 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.

℡寂寞咖啡 2024-07-31 08:28:30

如果您正在使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文