Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.1
Description
The Java client, and others, implement a more efficient bulk loading feature when multiple updates are sent to the cluster at one time. They use setq to send multiple requests without needing to round-trip the result after each one.
The .NET client does not implement this; it only implements a multi-get operation. The multi-set is important for efficiently loading data.
This probaby doesn't have to be Couchbase-specific, but would apply to vanilla memcached servers, too.
To be clear, I'm talking about the kind of optimization described here:
http://dustin.github.com/2009/09/23/spymemcached-optimizations.html
Thanks,
Tim