MyISAM vs. InnoDB vs. 其他...?
在非常有限的环境中(CPU 慢、RAM 少,但磁盘空间大),假设优化的 php 脚本(使用缓存)每天执行大量读取查询,那么使用与 MyISAM 不同的存储引擎有什么优势(SELECT)并且几乎没有写入(m/b 5% - UPDATE 查询)?
On a very limited environment (slow CPU, little RAM, but a lot of disk space), what would be the advantages of using different storage engine than MyISAM assuming an optimized php script (w/ using cache) daily performs a lot of read queries (SELECT) and almost no writes (m/b 5% - UPDATE queries)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MySQL INNODB 在什么时候微调成为一项要求?
这在我不久前发表的一篇文章中得到了解决
在这篇文章中我引用了其他调整文章
请完整阅读此内容
At what point does MySQL INNODB fine tuning become a requirement?
This was addressed in a post I made a while back
In the post I reference other tuning articles
Please read this in its entirety