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

[Docs] Update migration recommendations with support for ALTER TABLE...ADD PRIMARY KEY #15422

Closed
mrajcevic01 opened this issue Dec 22, 2022 · 0 comments · Fixed by #16198
Closed
Assignees
Labels
area/documentation Documentation needed temp/docs-migration TEMPORARY USE for migrating docs tickets to Jira

Comments

@mrajcevic01
Copy link
Contributor

Description

ALTER TABLE...ADD PRIMARY KEY is now supported in an offline fashion via #1104.

We need to update our messaging in our YSQL Migration docs that it is now supported. We should add that although this is now supported it requires a disk re-write and may be resource intensive, hence we still recommending setting the PK inline. This may not be a big deal for clusters with no data but it is still done in an offline manner so there should be no active reads/writes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Documentation needed temp/docs-migration TEMPORARY USE for migrating docs tickets to Jira
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants