Skip to content

Create partitions for p_ci_build_trace_metadata

Marius Bobin requested to merge 469056-create-partitions into master

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:

  1. Create the new partitions
  2. Change the table name in the model to use the partitioned table
  3. 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

Merge request reports

Loading