yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #37341
[Bug 1483322] Re: python-memcached get_multi has much faster than get when get multiple value
** Changed in: oslo.cache
Status: Fix Committed => Fix Released
** Changed in: oslo.cache
Milestone: None => 0.7.0
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1483322
Title:
python-memcached get_multi has much faster than get when get multiple
value
Status in OpenStack Compute (nova):
In Progress
Status in oslo.cache:
Fix Released
Bug description:
nova use memcache with python.memcached's get function.
when multiple litem reterived it uses as for .. in .. loop..
in this case get_multi has better performance.
In my case, here is test result
get 2.3020670414
get_multi 0.0353858470917
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1483322/+subscriptions
References