klesh commented on issue #8834: URL: https://github.com/apache/incubator-devlake/issues/8834#issuecomment-4272369064
Moving the `board_id` condition into the `LEFT JOIN` clause will cause all records in the connection to be converted into the domain layer whenever a task for a single board is executed, which can be quite slow and wasteful. It seems that you have multiple boards configured in DevLake that share many of the same issues. This overlap is not ideal, as issues between boards should ideally remain distinct. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
