外科奴隶读取Ruby on Rails,多个数据库

时间:2010-05-03 18:21:37

标签: mysql ruby-on-rails database replication master-slave

问候,

我目前正在开发多个数据库rails应用程序 我想将SELECT查询卸载到从属数据库 仅适用于某些数据库或特定型号。

问题是,在某些地方,我们换掉了当前的数据库 连接并在短时间内放入另一个;加载灯具或 处理分片。

是否有人对红宝石宝石有任何建议

1. will split select/(sql writes) with a considerable amount of control.
   We want to handle just some models and we are looking for a neat surgical fix.
2. does not monkey around with activerecord.
3. is still being maintained.

TIA

-daniel

0 个答案:

没有答案