diff options
author | Stan Hu <stanhu@gmail.com> | 2018-03-07 21:35:20 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-03-08 00:25:15 -0800 |
commit | a5e3cd7f516bf9d3584eb35bf154854f97cddbeb (patch) | |
tree | f0f1fee3898ff396cbf8d7a0f3034aca8dbb0097 /changelogs | |
parent | 7734e85bc6592c5ad3330c611c5f83a051b680b0 (diff) | |
download | gitlab-ce-sh-add-section-name-index.tar.gz |
Add index on section_name_id on ci_build_trace_sections tablesh-add-section-name-index
This was causing user deletions to time out.
Closes #44008
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/sh-add-section-name-index.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-add-section-name-index.yml b/changelogs/unreleased/sh-add-section-name-index.yml new file mode 100644 index 00000000000..c822b4e851b --- /dev/null +++ b/changelogs/unreleased/sh-add-section-name-index.yml @@ -0,0 +1,5 @@ +--- +title: Add index on section_name_id on ci_build_trace_sections table +merge_request: +author: +type: performance |