当您有主/从数据库时,如何强制查询转到主数据库或从数据库?
当您有主/从设置时,如何强制特定查询(例如写入)发送到主服务器和/或从服务器?
When you have a master/slave setup, how can you force a particular query (say a write) to go to the master, and/or a slave server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要一个用于活动记录的特殊适配器。我还没有测试过它,但这个可能有效: https://github .com/sd/master_slave_adapter
在 RailsLab 扩展系列(作者:Gregg Pollack)masochism 插件已被推荐,但它看起来已经有一段时间没有更新了。
You need a special adapter for active record.I haven't tested it, but this one may work: https://github.com/sd/master_slave_adapter
In the RailsLab Scaling series (by Gregg Pollack) the masochism plugin has been recommended but it looks like it hasn't been updated in quite some time.
去大师你可以这样做
我希望它有帮助
To go to master you can do it in that way
I hope it helps