ustcweizhou commented on issue #3306: server: reduce execution time while listing project if projects have many resource tags URL: https://github.com/apache/cloudstack/pull/3306#issuecomment-502142160 @PaulAngus I think the issue #3375 can be fixed. in https://github.com/apache/cloudstack/blob/master/server/src/main/java/com/cloud/api/query/ViewResponseHelper.java#L201-L211 with this PR, fillProjectDetails will do nothing, so the tags will be set only once. ``` public static ProjectResponse fillProjectDetails(ProjectResponse rsp, ProjectJoinVO proj) { return s_projectJoinDao.setProjectResponse(rsp, proj); } ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
