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

[docdb] PITR: Investigate and add support for other types of ALTER TABLE for YSQL #8483

Closed
bmatican opened this issue May 17, 2021 · 3 comments
Assignees
Labels
area/docdb YugabyteDB core features

Comments

@bmatican
Copy link
Contributor

After #7135, we should technically have ALTER working on including TS operations. However, RENAME might have some master-side pieces that, with changing table name map, which we should validate it works as expected!

@bmatican bmatican added the area/docdb YugabyteDB core features label May 17, 2021
@bmatican bmatican added this to Backlog in YBase features via automation May 17, 2021
@bmatican bmatican added this to To do in PITR via automation May 17, 2021
@bmatican bmatican changed the title [docdb] PITR: Validate ALTER TABLE RENAME works fine [docdb] PITR: Validate RENAME TABLE works fine for YSQL May 25, 2021
@bmatican
Copy link
Contributor Author

For YCQL, I tested rename column and that works fine. Rename table is only a concept in YSQL, so we can defer that to the YSQL work.

@sanketkedia sanketkedia changed the title [docdb] PITR: Validate RENAME TABLE works fine for YSQL [docdb] PITR: Investigate and add support for other types of ALTER TABLE for YSQL Sep 2, 2021
@sanketkedia sanketkedia self-assigned this Sep 2, 2021
@sanketkedia
Copy link
Contributor

For YSQL, ALTER TABLE ADD COLUMN, ALTER TABLE DROP COLUMN, ALTER TABLE RENAME COLUMN works.

@sanketkedia
Copy link
Contributor

Support for other types of ALTERS are documented in this roadmap issue #1124

YBase features automation moved this from Backlog to Done Oct 19, 2021
PITR automation moved this from To do to Done Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features
Projects
PITR
Done
Development

No branches or pull requests

3 participants