Skip to content

Add async indexes for partitioned PK on ci_pipeline_variables

What does this MR do and why?

In this MR we follow steps 2 & 3 of the partitioning docs in order to prepare the ci_pipeline_variables table for partitioning.

We decided to create the indexes asynchronously since the table is quite large and the migration could take a while

There is a follow up MR to create the synchronous indexes here: !137777 (merged)

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.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #429000 (closed)

Edited by Panos Kanellidis

Merge request reports