diff options
author | James Edwards-Jones <jedwardsjones@gitlab.com> | 2016-12-16 15:52:27 +0000 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2016-12-20 12:45:29 +0000 |
commit | 27c936adf9728cd21114aa3f2f9b44deb0296eb4 (patch) | |
tree | eee3a69f32c44c3f74d113ef03867b4387d22ba3 /changelogs/unreleased | |
parent | 01adeb17acccab09eb0074725050356d9d431c8a (diff) | |
download | gitlab-ce-27c936adf9728cd21114aa3f2f9b44deb0296eb4.tar.gz |
Milestoneish SQL performance partially improved and memoizedjej-memoize-milestoneish-visible-to-user
Memoize Milestoneish#issues_visible_to_user and counts to reduce lookups
Milstoneish SQL optimised with project, but still slow on GlobalMilestone
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r-- | changelogs/unreleased/jej-memoize-milestoneish-visible-to-user.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/jej-memoize-milestoneish-visible-to-user.yml b/changelogs/unreleased/jej-memoize-milestoneish-visible-to-user.yml new file mode 100644 index 00000000000..ab7f39a4178 --- /dev/null +++ b/changelogs/unreleased/jej-memoize-milestoneish-visible-to-user.yml @@ -0,0 +1,4 @@ +--- +title: Milestoneish SQL performance partially improved and memoized +merge_request: 8146 +author: |