On Wed, Apr 14, 2010 at 09:47, Senthil Raja <[email protected]> wrote:
> Hi,
>
> Please let me know, how objects are chached, while doing memcache in
> different memcache server..

That depends on your memcache client, not on memcache server, and many
implement several sharding algorithms. The best ones are those that
offer consistent hashing, which allows you to add / remove servers
from the list without flushing the full dataset, just only the
corresponding % of change.

-- 
Guille -ℬḭṩḩø- <[email protected]>
:wq


-- 
To unsubscribe, reply using "remove me" as the subject.

Reply via email to