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

Per-Partition support for "alter table xxx compact tiflash replica" #5315

Closed
flowbehappy opened this issue Jul 8, 2022 · 0 comments
Closed
Assignees
Labels
component/storage type/enhancement The issue or PR belongs to an enhancement.

Comments

@flowbehappy
Copy link
Contributor

flowbehappy commented Jul 8, 2022

Enhancement

Per-Partition Support

Deal with partition tables, allowing more fine-grained control. The syntax can be extended as (example):

ALTER TABLE table_name
COMPACT
[PARTITION (partition_key = 'partition_value' [, ...])]
[engine_type REPLICA]

@flowbehappy flowbehappy added type/enhancement The issue or PR belongs to an enhancement. component/storage labels Jul 8, 2022
@hehechen hehechen self-assigned this Jul 8, 2022
ti-chi-bot pushed a commit to pingcap/tidb that referenced this issue Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/storage type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

2 participants