Multiple delete

Jon Valvatne valvatne@pvv.org
Wed, 17 Dec 2003 17:19:24 +0100


On Wed, 2003-12-17 at 17:13, Justin wrote: 
> At least for my configuration, they rarely are.  The client distributes
> objects fairly evenly among all six of my (really pathetic, underpowered)
> memcached servers. The way the API works, it takes the key, hashes it, and
> decides what server to store it on from the hash. 

I realize this, but assuming a fairly low number of servers and hundreds
of deletes in one go, the API should be able to group any multi-delete
from the user into one (still fairly big) multi-delete for each server.