summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2019-04-08 14:41:05 +0200
committerKamil Trzciński <ayufan@ayufan.eu>2019-04-08 15:45:06 +0200
commitf3ad51f8a57df96bcc69b0821355ef29c3df2ac8 (patch)
tree65acb57afd2937057fe58f8070de8643b5e41f87 /changelogs
parenteb377b85def270e44ea476fc37c045c9a3de6473 (diff)
downloadgitlab-ce-f3ad51f8a57df96bcc69b0821355ef29c3df2ac8.tar.gz
Improve performance of PR importfix-pull-request-importer
This removes unneeded `.reload` call which makes AR to load ALL objects, and create its in-memory representation.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fix-pull-request-importer.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-pull-request-importer.yml b/changelogs/unreleased/fix-pull-request-importer.yml
new file mode 100644
index 00000000000..5f642a0710b
--- /dev/null
+++ b/changelogs/unreleased/fix-pull-request-importer.yml
@@ -0,0 +1,5 @@
+---
+title: Improve performance of PR import
+merge_request: 27121
+author:
+type: performance