Analyzing slow mysql server

不打扰是莪最后的温柔 提交于 2019-12-11 19:38:26

问题


I have noticed that my mysql instance on Amazon's RDS is running quite slow. When I run:

SELECT NOW()

From my local computer, it takes 0.2ms to run. When I run that same query on rds, it takes 35.1ms to run -- even running these multiple times to rule out caching it's about that value.

What are some things I can do or tools I can use to figure out why the rds server is running so slow?

来源:https://stackoverflow.com/questions/32164995/analyzing-slow-mysql-server

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!