Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: allow for schema change operations while a primary key change is in progress #45615

Open
rohany opened this issue Mar 3, 2020 · 0 comments
Labels
A-schema-changes X-anchored-telemetry The issue number is anchored by telemetry references.

Comments

@rohany
Copy link
Contributor

rohany commented Mar 3, 2020

We currently disallow schema change operations on a table while a primary key change is in process due to the complexity of having to interpret the "post swap" state as the true state of the table descriptor. This includes schema change operations started in the same transaction after a primary key change.

Jira issue: CRDB-5142

@rohany rohany added A-schema-changes X-anchored-telemetry The issue number is anchored by telemetry references. labels Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-schema-changes X-anchored-telemetry The issue number is anchored by telemetry references.
Projects
None yet
Development

No branches or pull requests

1 participant