From 2fc4de6ab646f1975fb2b747d9743879367710e8 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Tue, 16 Apr 2019 14:40:52 -0700 Subject: 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. --- changelogs/unreleased/sh-backport-list-commits-by-oid-rugged.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/sh-backport-list-commits-by-oid-rugged.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/sh-backport-list-commits-by-oid-rugged.yml b/changelogs/unreleased/sh-backport-list-commits-by-oid-rugged.yml new file mode 100644 index 00000000000..eb8774d652f --- /dev/null +++ b/changelogs/unreleased/sh-backport-list-commits-by-oid-rugged.yml @@ -0,0 +1,5 @@ +--- +title: Bring back Rugged implementation of ListCommitsByOid +merge_request: 27441 +author: +type: performance -- cgit v1.2.1