Skip to content
tchandy edited this page Sep 14, 2010 · 2 revisions

Brazilian Car tracking company.

This solution uses Octopus with a replicated database. but in this case, we don’t need to send all read queries to the slave. We use Octopus to move some heavy reports to the slave, that are making our database/server slow. So, octopus is configured as sharding, and we wrap our reports inside a Octopus.using block.

Clone this wiki locally