summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2018-05-11 11:10:41 +0200
committerDylan Griffith <dyl.griffith@gmail.com>2018-05-15 12:01:00 +0200
commit528859ddcf9890c5671ff57e36df7fb24aceea31 (patch)
treec4b816814a29f7ca811f1d152a28c0957d2bcc6f /changelogs
parentf91aaccf4d0c182c01046ba38cbd9ed30b9d3684 (diff)
downloadgitlab-ce-528859ddcf9890c5671ff57e36df7fb24aceea31.tar.gz
Add index on runner_type for ci_runners46010-add-index-to-runner-type
We use this to filter runner and will use this increasingly in future instead of is_shared so it should be indexed
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/46010-add-index-to-runner-type.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/46010-add-index-to-runner-type.yml b/changelogs/unreleased/46010-add-index-to-runner-type.yml
new file mode 100644
index 00000000000..fb8340e37b2
--- /dev/null
+++ b/changelogs/unreleased/46010-add-index-to-runner-type.yml
@@ -0,0 +1,5 @@
+---
+title: Add index on runner_type for ci_runners
+merge_request: 18897
+author:
+type: performance