diff options
author | Toon Claes <toon@gitlab.com> | 2017-04-21 11:36:34 +0200 |
---|---|---|
committer | Toon Claes <toon@gitlab.com> | 2017-04-27 09:57:09 +0200 |
commit | a204d14c672e08a825479511473ba3999ed08434 (patch) | |
tree | 05018866869b1119b38c71a668503e91797a733b /spec/javascripts/vue_shared/components/commit_spec.js | |
parent | d031665a634e5d6fef980e837d6b227097850178 (diff) | |
download | gitlab-ce-a204d14c672e08a825479511473ba3999ed08434.tar.gz |
Avoid plucking Todo ids and use sub-queries insteadtc-no-todo-service-select
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
Diffstat (limited to 'spec/javascripts/vue_shared/components/commit_spec.js')
0 files changed, 0 insertions, 0 deletions