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 reorganize partition with the merge operation #14999

Closed
tiancaiamao opened this issue Feb 28, 2020 · 4 comments
Closed

Support reorganize partition with the merge operation #14999

tiancaiamao opened this issue Feb 28, 2020 · 4 comments
Labels
component/tablepartition This issue is related to Table Partition of TiDB. feature/accepted This feature request is accepted by product managers sig/sql-infra SIG: SQL Infra type/feature-request Categorizes issue or PR as related to a new feature.

Comments

@tiancaiamao
Copy link
Contributor

tiancaiamao commented Feb 28, 2020

Description

The alter table ... reorganize partition statement can merge adjacent partitions into one:

ALTER TABLE members REORGANIZE PARTITION s0,s1 INTO (
    PARTITION p0 VALUES LESS THAN (1970)
);
@tiancaiamao tiancaiamao added the type/enhancement The issue or PR belongs to an enhancement. label Feb 28, 2020
@tiancaiamao tiancaiamao added type/new-feature challenge-program-2 and removed type/enhancement The issue or PR belongs to an enhancement. labels Feb 28, 2020
@zimulala zimulala added sig/sql-infra SIG: SQL Infra and removed component/DDL1 labels Mar 4, 2020
@zz-jason zz-jason added type/feature-request Categorizes issue or PR as related to a new feature. and removed type/new-feature labels Apr 3, 2020
@tsthght
Copy link
Contributor

tsthght commented Apr 10, 2020

/pick-up-challenge

@sre-bot
Copy link
Contributor

sre-bot commented Apr 10, 2020

@tsthght pick up issue success

@sre-bot
Copy link
Contributor

sre-bot commented Apr 17, 2020

This pick has been automatically canceled after more than a week.

@zz-jason zz-jason added the feature/accepted This feature request is accepted by product managers label Jul 29, 2020
@zz-jason zz-jason changed the title UCP: Support reorganize partition with the merge operation Support reorganize partition with the merge operation Apr 22, 2021
@mjonss
Copy link
Contributor

mjonss commented Mar 27, 2023

Closed by #38535.

@dveeden dveeden added the component/tablepartition This issue is related to Table Partition of TiDB. label Jul 7, 2023
@dveeden dveeden closed this as completed Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/tablepartition This issue is related to Table Partition of TiDB. feature/accepted This feature request is accepted by product managers sig/sql-infra SIG: SQL Infra type/feature-request Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

9 participants