Convert RelatedLinkRestriction for work items to static data
What does this MR do and why?
The Work Item Related Link Restriction table is not a good candidate for a sharding key, and so the recommendation is to simply convert it to static data in order to deprecate reliance on that table. This MR seeks to do that. It is really only WorkItems::RelatedWorkItemLink
that relies on this table at the moment.
References
Screenshots or screen recordings
Before | After |
---|---|
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.
Related to #553478 (closed)
Edited by Nasser Zahrani