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

Support ALTER TABLE t REORGANIZE PARTITION <list of partitions> INTO (<list of partition definitions>) #6444

Closed
mjonss opened this issue Dec 7, 2022 · 0 comments · Fixed by #6428
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@mjonss
Copy link
Contributor

mjonss commented Dec 7, 2022

Enhancement

See pingcap/tidb#38535 for more info about the feature.

TiFlash needs support for intermediate partitions, during the partition data reorg, where new the data from the reorganized partitions are copied to intermediate partitions, that will finally replace the original reorganized partitions.

This means that there will be multiple partitions that are active in TiFlash during the operation, since there will be possible to read from both the new and the old depending on schema version of the client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant