Posts tagged scaling

Oct17

Rails: ActiveRecord with MySQL Master-Slave(s)

software ~ rails ~ mysql ~ scaling | comments

I’ve been wanting to use Rails with a master/slave MySQL setup for years. But the problem we’ve had is that ActiveRecord can’t be told to read from one server, but write to another.

Continue reading »