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
continuous-integration/drone/pr Build is passing Details
b8cf4d5b3f
Fix lint
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 reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#824
No description provided.