We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]
The text was updated successfully, but these errors were encountered:
executor: ALTER TABLE COMPACT support partition (#36173)
415d03f
ref pingcap/tiflash#5315, close #36175
hehechen
No branches or pull requests
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]
The text was updated successfully, but these errors were encountered: