Skip to content

Switching buildNameService scope for performance

Max Fan requested to merge switching-build-name-scope into master

What does this MR do and why?

We're getting some timeouts using the scope latest_builds as it joins the metadata and project. Instead we'll use builds.latest as there's no joins in that query and we do not need the metadata nor project information

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Max Fan

Merge request reports