Improve loading labels performance #824

Merged
konrad merged 4 commits from feature/labels-performance into main 2021-03-24 21:46:21 +00:00
Owner

Description

This PR improves loading all labels performance by getting the task ids with a subquery for the current user instead of loading all tasks first and passing them through an In() clause.

# Description This PR improves loading all labels performance by getting the task ids with a subquery for the current user instead of loading all tasks first and passing them through an `In()` clause.
konrad added 3 commits 2021-03-24 21:10:52 +00:00
konrad added 1 commit 2021-03-24 21:28:21 +00:00
Fix lint
All checks were successful
continuous-integration/drone/pr Build is passing
b8cf4d5b3f
konrad merged commit 81d021e872 into main 2021-03-24 21:46:21 +00:00
konrad deleted branch feature/labels-performance 2021-03-24 21:46:25 +00:00
Sign in to join this conversation.
No description provided.