gitlab-org--gitlab-foss/changelogs/unreleased/fix-n-plus-one-project-features.yml
Sean McGivern 52d049b4f8 Remove N+1 queries when checking nodes visible to user
N in this case is low, as it's the number of distinct projects referenced from
MRs, rather than the number of MRs referenced (issues use their own
optimization). Still, on issues or MRs which are often referenced from MRs, it
will save a few queries.
2017-05-02 17:35:19 +01:00

4 lines
81 B
YAML

---
title: Remove N+1 queries in processing MR references
merge_request:
author: