Create partitions for p_ci_build_trace_metadata
What does this MR do and why?
Related to #469056 (closed)
Creates partitions for p_ci_build_trace_metadata
, only for .com at this point since this is the only place where we were unable to attach ci_build_trace_metadata
as a partition to this table.
The plan is to:
- Create the new partitions
- Change the table name in the model to use the partitioned table
- In the next release we can drop the
ci_build_trace_metadata
table and create the partitions for self-managed.
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.
Related to #469056 (closed)
Edited by Marius Bobin