ankane / distribute_reads

Scale database reads to replicas in Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distributed read across multiple slaves?

khelal opened this issue · comments

Is it possible to break up reads across multiple slaves in order to make complex queries run in parallel?

Hey @khelal, this project doesn't provide parallelization. Out of curiosity, what's an example of how you would want to define this in code?