问候,
我目前正在开发一个多数据库 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
-丹尼尔