Public bug reported:

In Delete domain usecase, Redundant SQL queries are getting executed, which can 
lead to performance delay.
In Delete domain use case, select query is executed mutilple times to retreive 
information of project_id. This must be reduced to enhance the performance.


Code change is required for handling the redundant SQL queries.
There is a need to change the code in keystone/token/backends.sql.py so that 
the extra queries will be removed.

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1764282

Title:
  Mutilple times retrieve information of project_id in  Delete domain

Status in OpenStack Identity (keystone):
  New

Bug description:
  In Delete domain usecase, Redundant SQL queries are getting executed, which 
can lead to performance delay.
  In Delete domain use case, select query is executed mutilple times to 
retreive information of project_id. This must be reduced to enhance the 
performance.

  
  Code change is required for handling the redundant SQL queries.
  There is a need to change the code in keystone/token/backends.sql.py so that 
the extra queries will be removed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1764282/+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