gitlab-org--gitlab-foss/changelogs/unreleased/bvl-preload-parents-after-pagination.yml
Bob Van Landuyt de35c044fb Preload ancestors after pagination when filtering
We need to preload the ancestors of search results after applying
pagination limits. This way the search results itself are paginated,
but not the ancestors.

If we don't do this, we might not preload a parent group of a search
result as it has been cut off by pagination.
2018-07-06 14:09:36 +02:00

5 lines
113 B
YAML

---
title: Reduce the number of queries when searching for groups
merge_request: 20398
author:
type: performance