gitlab-org--gitlab-foss/changelogs/unreleased/protected-branches-names.yml
Yorick Peterse a0527ab806
Only load branch names for protected branch checks
When checking if a branch is protected we don't need all columns of
every protected branch row, instead we only care about the names. By
using "select" here we reduce the amount of data we need to send over
the wire and load into memory.
2017-11-29 16:54:54 +01:00

5 lines
103 B
YAML

---
title: Only load branch names for protected branch checks
merge_request:
author:
type: performance