Skip to content

Add Async indexes for partitioned key on ci_stages

What does this MR do and why?

This MR aims to prepare ci_stages for partitioning by introducing steps 2 & 3 of the table partitioning process.

This MR introduces new asynchronously-created indexes for the already existing unique ones.

The no-op migration will be created in a follow-up MR

How to set up and validate locally

Checkout the branch and follow this process for locally validating the async indexes

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 #429001 (closed)

Edited by Panos Kanellidis

Merge request reports