mdelete and Cache::Memcached::delete_multi()

Tomash Brechko tomash.brechko at gmail.com
Wed Nov 14 03:12:03 UTC 2007


On Tue, Nov 13, 2007 at 17:52:31 -0800, Brian Aker wrote:
> Is there a benchmark showing that the multi delete performs multi key  
> delete any faster then issuing single delete commands?

None that I know about ;).  But you may experiment with mdelete.t in
the server, or 05_delete_multi.t in the Perl module.

I have no doubts it will outperform single deletes because of the
latency of waiting the reply before sending the next command.  More
interesting would be to compare it to streamed delete, like the one
that Marc is willing to share, but not yet.


-- 
   Tomash Brechko


More information about the memcached mailing list