Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 326 by [email protected]: Enhancement (not a bug): for multi-get queries that need filtering - useful for social networking systems
http://code.google.com/p/memcached/issues/detail?id=326

Have made some changes to efficiently process multi-get queries. Especially useful for social networking applications. Users have to implement a library containing filtering functions (filtering which is normally done on client, like finding latest 10 updates). These filtering functions are called from memcached server before returning data to the client.

We get performance improvement which is 3 to 7 times higher than normal memcached. This can help in client consolidation/cost reduction (with less number of clients get same kind of performance) and sustained high performance at peak loads.

More details on this is in the mailing list: https://groups.google.com/forum/?fromgroups#!topic/memcached/n8zLJRyYNY4

Want to release this as a patch to memcached.




--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to