什么是最积极的FLUSH / RESET mysql命令来清除查询缓存(以及其他任何东西......)
我在 mysql.com 上阅读,此 FLUSH / RESET 命令有多种变体。
从 mysqld 刷新所有可能的内容(缓存、缓冲区、所有内容)的最积极的方法是什么?
我们希望尽可能接近“刚刚开始”,而不关闭守护进程。
谢谢!
i am reading here on mysql.com, there are multiple variants of this FLUSH / RESET command.
what is the most aggressive method of flushing EVERYTHING POSSIBLE (caches, buffers, EVERYTHING) from mysqld?
we want to get as close to 'just started' as possible, without shutting down the daemon.
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想这些应该可以:
请阅读相应的手册部分并确保您知道自己在做什么;)
http://dev.mysql.com/doc/refman/5.1/en/reset.html
http://dev.mysql.com/doc/refman/5.1/en/flush.html
I guess these should do:
Please read the appropriate manual sections and make sure you know what you are doing ;)
http://dev.mysql.com/doc/refman/5.1/en/reset.html
http://dev.mysql.com/doc/refman/5.1/en/flush.html