Use LEFT OUTER JOIN with CTE instead of NOT IN
This change improves the performance of the query to retrieve the projects that need to be cleaned up.
Showing
Please register or sign in to comment
This change improves the performance of the query to retrieve the projects that need to be cleaned up.