Public bug reported:

ExtendedVolumes has poor performance because it query block device
mapping formance for every instances.

that's because block_device_mapping_get_all_by_instance() only takes on 
instance_uuid.
if this function taks instance_uuid list. then we can have better performance 
with IN operator with just on query.

** 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/1483335

Title:
  ExtendedVolumes extension has poor performance

Status in OpenStack Compute (nova):
  New

Bug description:
  ExtendedVolumes has poor performance because it query block device
  mapping formance for every instances.

  that's because block_device_mapping_get_all_by_instance() only takes on 
instance_uuid.
  if this function taks instance_uuid list. then we can have better performance 
with IN operator with just on query.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1483335/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to