gitlab-org--gitlab-foss/changelogs/unreleased/54643-lower_issuable_finder_complexity.yml
Mario de la Ossa 39afba0659
Always use CTE for IssuableFinder counts
Since the CTE is faster than a subquery and the only reason we're using
a subquery is that the CTE can't handle sorting by certain attributes,
let's use the CTE always (when the feature flag is enabled) when
counting, since we can ignore ordering if we just want a count of
results.
2019-02-28 11:25:57 -06:00

5 lines
93 B
YAML

---
title: Speed up group issue search counts
merge_request: 25411
author:
type: performance