python-memcached get_multi has much faster than get when get multiple value
Bug #1483322 reported by
Choe, Cheng-Dae
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Low
|
Davanum Srinivas (DIMS) | ||
oslo.cache |
Fix Released
|
Undecided
|
Unassigned |
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
Changed in oslo.cache: | |
milestone: | none → 0.7.0 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
assignee: | nobody → Pavel Kholkin (pkholkin) |
status: | Confirmed → In Progress |
Changed in nova: | |
assignee: | Pavel Kholkin (pkholkin) → Sergey Nikitin (snikitin) |
Changed in nova: | |
assignee: | Sergey Nikitin (snikitin) → Pavel Kholkin (pkholkin) |
Changed in nova: | |
assignee: | Pavel Kholkin (pkholkin) → Michael Still (mikalstill) |
Changed in nova: | |
assignee: | Michael Still (mikalstill) → Pavel Kholkin (pkholkin) |
Changed in nova: | |
assignee: | Pavel Kholkin (pkholkin) → Sergey Nikitin (snikitin) |
Changed in nova: | |
assignee: | Sergey Nikitin (snikitin) → Pavel Kholkin (pkholkin) |
Changed in nova: | |
assignee: | Davanum Srinivas (DIMS) (dims-v) → Pavel Kholkin (pkholkin) |
Changed in nova: | |
assignee: | Pavel Kholkin (pkholkin) → Sergey Nikitin (snikitin) |
Changed in nova: | |
assignee: | Sergey Nikitin (snikitin) → Davanum Srinivas (DIMS) (dims-v) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/211250
Review: https:/