Switch current partition_id value to 101 for ci_builds
For the p_ci_builds
table we have two partitions:
ci_builds FOR VALUES IN ('100')
gitlab_partitions_dynamic.ci_builds_101 FOR VALUES IN ('101')
Switching partition_id
to 101
will stop the growth of the ci_builds
table because the new records will be persisted in the ci_builds_101
table.
Proposal:
- create a plan to make sure that it doesn't take down production
- prepare a plan for recovering from the unexpected
- make the change