Skip to content

Backfill tag_name on ci_runner_taggings

What does this MR do and why?

This MR backfills the tag_name column that was added to the ci_runner_taggings table in !205053 (merged).

I tried iterating by tag_id with LooseIndexScanBatchingStrategy, but it seems to perform worse (20 hours and 20 minutes) than simply going tagging by tagging (10 hours).

Changelog: other

References

How to set up and validate locally

MR acceptance checklist

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

Merge request reports

Loading