Skip to content

sql: primary key changes maybe should be disabled while other schema changes are executing #45362

@rohany

Description

@rohany

A PR recently landed to allow primary key changes to handle when indexes are being rebuilt. However, I'm worried about different cases (such as column additions) where the setup for the primary key change needs to coordinate with other in progress mutations.

We should first audit primary key changes and see interactions with other concurrent schema changes. If the scope of changes seems too large, disable primary key changes while other schema changes are executing.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions