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

ALTER of the sharded table #265

Open
donhardman opened this issue Apr 29, 2024 · 0 comments
Open

ALTER of the sharded table #265

donhardman opened this issue Apr 29, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request est::size_M

Comments

@donhardman
Copy link
Contributor

donhardman commented Apr 29, 2024

We should add support for altering sharded tables.
Currently, there is no alter supported on the distributed table, so we can catch it with Buddy and process the logic.
Altering a sharded table should drop the distributed table, alter all sharded tables, and once it's done, create the distributed table again.
As discussed before, the application should protect writing on its own. When we remove the distributed table, it will get an error, which is totally fine.

@donhardman donhardman changed the title Create issue about ALTER sharded table which DROPS all the sharded tables ALTER of the sharded table Apr 29, 2024
@donhardman donhardman self-assigned this Apr 29, 2024
@donhardman donhardman added the enhancement New feature or request label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request est::size_M
Projects
None yet
Development

No branches or pull requests

2 participants