gitlab-org--gitlab-foss/changelogs/unreleased/ab-37125-assigned-issues-query.yml
Andreas Brandl cdfe437e8e Reduce complexity of issuable finder query.
This removes the extra check for project-ids which is not needed at all.
This does not necessarily reduce execution time of the query, but
improves planning time by a few millseconds.

Closes #37125.
2018-04-09 18:49:08 +02:00

5 lines
102 B
YAML

---
title: Reduce complexity of issuable finder query.
merge_request: 18219
author:
type: performance