Avoid N+1 queries when checking for pending todos
Before a new todo is created we check if the user already has a pending todo for the item. If this operation is executed for multiple users we will only use one query to receive all pending todos
Showing
Please register or sign in to comment