Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 MySQL 数据库,每个表包含数百万行,总共有 9 个表。数据库已完全填充,我所做的只是读取,即没有插入或更新。数据存储在 MyISAM 表中。
鉴于这种情况,哪个 linux 文件系统最适合?目前,我有 xfs。但是,我在某处读到 xfs 的读取性能很差。真的吗?我应该将数据库转移到 ext3 文件系统吗?
谢谢
RAM磁盘呢?
这与 FS 无关,但它可以改进您的 SELECT。你评估过mysql 表分区吗?