PranaliM opened a new pull request #2282: CLOUDSTACK-10104:Optimize database 
transactions in ListDomain API to improve performance
URL: https://github.com/apache/cloudstack/pull/2282
 
 
   **Description:**
   While creating the response object for the 'listDomain' API, several 
database calls are triggered to fetch details like parent domain, project 
limit, IP limit, etc. These database calls are triggered for each record found 
for in the main fetch query, which is causing the response to slow down.
   
   **Fix:**
   The database transactions are reduced to improve response of the Listdomain 
API
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to