gitlab-org--gitlab-foss/changelogs/unreleased/sh-backport-list-commits-by-oid-rugged.yml
Stan Hu 2fc4de6ab6 Bring back Rugged implementation of ListCommitsByOid
This brings back changes in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20432.

For users using Gitaly on top of NFS, accessing the Git data directly
via Rugged may be faster than going through than Gitaly. This merge
request introduces the feature flag `rugged_list_commits_by_oid` to
activate the Rugged method.

For one customer, we saw that ListCommitsByOid was the second highest
used endpoint that may be causing increased load.
2019-04-17 05:09:18 -07:00

5 lines
111 B
YAML

---
title: Bring back Rugged implementation of ListCommitsByOid
merge_request: 27441
author:
type: performance