Actions
Refactor #22172
openReduce the number of SQL queries in compute host association logic
Status:
New
Priority:
Low
Assignee:
-
Category:
Compute resources
Target version:
-
Description
Today, there is a sql query for each VM from the compute resource to check
if it can be associated. After refactoring, the sql queries should be consolidated
to some batches to reduce the N+1 issue.
Actions