Rails: Using memcached on a horizontally partitioned DB
Posted
by ming yeow
on Stack Overflow
See other posts from Stack Overflow
or by ming yeow
Published on 2010-05-22T02:25:56Z
Indexed on
2010/05/22
2:30 UTC
Read the original article
Hit count: 221
I am using a sharded db - horizontally partitioned. I am using the DataFabric gem from FiveRuns.
What would be the implications of using memcached on this? Would it work the same as if I was using ActiveRecord?
© Stack Overflow or respective owner