为什么 MySQL 每次查询只使用 0.5% 的内存?
为什么对于包含许多连接和数百万行的巨大表上的每个查询,MySQL 仅使用 4 GB 可用内存的 0.5%?这是错误配置 MySQL 服务器的指示吗?
Why does MySQL uses only 0.5% Memory of 4 available GBs for every query on a huge table containing many joins and millions of rows? Is this an indicator for a false configured MySQL-Server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
愚蠢的我。缺少两个索引。现在的表现已经很好了。它平均仍然只使用 0.5% 的内存,这对我来说没问题! =)
Silly me. There were two indices missing. The performance is good now. It still uses only 0.5% of memory in average and that's fine with me! =)