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

[Compaction] Disable periodic compaction as default. #15355

Closed
LykxSassinator opened this issue Aug 18, 2023 · 0 comments · Fixed by #15359
Closed

[Compaction] Disable periodic compaction as default. #15355

LykxSassinator opened this issue Aug 18, 2023 · 0 comments · Fixed by #15359
Labels

Comments

@LykxSassinator
Copy link
Contributor

Development Task

As discussed offline, we've found that upgrading to 6.5 from 6.5 and previous version will introduce extra bunch of I/Os on compaction, triggered by periodic compaction. And this compaction might last a long time, which will hurt the performance of Write and Read.
So, we wanna to disable it as default unless users who really need it.

@LykxSassinator LykxSassinator added the type/enhancement Type: Issue - Enhancement label Aug 18, 2023
ti-chi-bot bot pushed a commit that referenced this issue Aug 18, 2023
close #15355

Disable `periodic-compaction` and `ttl` features as default.

Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
ti-chi-bot pushed a commit to ti-chi-bot/tikv that referenced this issue Aug 18, 2023
close tikv#15355

Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
ti-chi-bot pushed a commit to ti-chi-bot/tikv that referenced this issue Aug 18, 2023
close tikv#15355

Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
LykxSassinator added a commit to LykxSassinator/tikv that referenced this issue Aug 21, 2023
…default. (tikv#15359)

close tikv#15355

Disable `periodic-compaction` and `ttl` features as default.

Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
LykxSassinator added a commit to LykxSassinator/tikv that referenced this issue Aug 21, 2023
…default. (tikv#15359)

close tikv#15355

Disable `periodic-compaction` and `ttl` features as default.

Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
ti-chi-bot bot pushed a commit that referenced this issue Aug 21, 2023
…default. (#15359) (#15364)

close #15355

Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
ti-chi-bot bot pushed a commit that referenced this issue Aug 21, 2023
…default. (#15359) (#15365)

close #15355

Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants