← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1483322] [NEW] python-memcached get_multi has much faster than get when get multiple value

 

Public bug reported:

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

** Affects: nova
     Importance: Undecided
         Status: New

-- 
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):
  New

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


Follow ups