39afba0659
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.
5 lines
93 B
YAML
5 lines
93 B
YAML
---
|
|
title: Speed up group issue search counts
|
|
merge_request: 25411
|
|
author:
|
|
type: performance
|