MySQL升级到Rails 2.3后出现问题
昨天我将我们的项目从 Rails 2.2.2 更新到 Rails 2.3.4,MySQL 似乎存在重大问题:大量缓慢的查询(长达 100-200 秒)、数据库延迟非常高、锁定超时错误。我不得不回滚到以前的版本,现在试图调查这种奇怪的行为。也许有人遇到过类似的问题?
Yesterday I updated our project from Rails 2.2.2 to Rails 2.3.4 and there seem to be major problems with MySQL: a lot of slow queries (up to 100-200 seconds), very high DB latency, lock timeout errors. I had to rollback to the previous version and now trying to investigate this strange behavior. Maybe someone experienced similar issues?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己没有经历过这种情况,但重新安装 MySQL gem 可能是值得的。
I haven't experienced this myself but it might be worth re-installing the MySQL gem.