Skip to content

Use id as first column for partitioned tables

Marius Bobin requested to merge mb-update-partitioned-table-docs into master

What does this MR do and why?

Follow-up to !113247 (merged)

In gitlab-com/gl-infra/production#8547 (comment 1316698620) I've realized to the order of these column matter since we don't cascade the partition_id filters yet and for existing tables that we're partitioning we're adding the new PK this way:

ALTER TABLE ONLY ci_builds
    ADD CONSTRAINT ci_builds_pkey PRIMARY KEY (id, partition_id);

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

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.

Edited by Marius Bobin

Merge request reports

Loading