a0527ab806
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.
5 lines
103 B
YAML
5 lines
103 B
YAML
---
|
|
title: Only load branch names for protected branch checks
|
|
merge_request:
|
|
author:
|
|
type: performance
|