a723cba574
TodoService should not call `.select(&:id)` on todos, because this is bad performance. So instead use sub-queries, which will result in a single SQL query to the database. https://docs.gitlab.com/ee/development/sql.html#plucking-ids
4 lines
79 B
YAML
4 lines
79 B
YAML
---
|
|
title: Avoid plucking Todo ids in TodoService
|
|
merge_request: 10845
|
|
author:
|