Avoid extra query when loading qos queue binding
Bug #1215872 reported by
Salvatore Orlando
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Salvatore Orlando |
Bug Description
The nicira plugin supports the 'qos_queue' extension, and for this it performs an extra db query for each element being retrieved by the get_ports and get_networks operations.
Using similar technicques adopted for other API extensions, this extra query, which negatively impacts performance and scalability, should be removed.
This bug affects only the nicira plugin.
Changed in neutron: | |
milestone: | havana-3 → havana-rc1 |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | havana-rc1 → 2013.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/43432
Review: https:/