summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-04-16 14:40:52 -0700
committerStan Hu <stanhu@gmail.com>2019-04-17 05:09:18 -0700
commit2fc4de6ab646f1975fb2b747d9743879367710e8 (patch)
treee58c4b990919375976bf24c0ea4783344c3fab74 /changelogs
parentb0c0f81d549165e69ca871f94ed0154e30a8970c (diff)
downloadgitlab-ce-2fc4de6ab646f1975fb2b747d9743879367710e8.tar.gz
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.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-backport-list-commits-by-oid-rugged.yml5
1 files changed, 5 insertions, 0 deletions
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