Comment 0 for bug 1764282

Revision history for this message
lucky (luckysingh) wrote : Mutilple times retrieve information of project_id in Delete domain

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.