This repository was archived by the owner on Jul 24, 2024. It is now read-only.
backup: support set compression level for sst file#451
Merged
overvenus merged 10 commits intopingcap:masterfrom Aug 11, 2020
Merged
backup: support set compression level for sst file#451overvenus merged 10 commits intopingcap:masterfrom
overvenus merged 10 commits intopingcap:masterfrom
Conversation
Collaborator
Author
|
should update tidb to the newest kvproto first |
ti-srebot
approved these changes
Aug 10, 2020
Collaborator
Author
|
/run-all-tests |
2 similar comments
Collaborator
Author
|
/run-all-tests |
Collaborator
Author
|
/run-all-tests |
Contributor
|
cherry pick to release-4.0 failed |
glorv
added a commit
to glorv/br
that referenced
this pull request
Aug 17, 2020
kennytm
pushed a commit
that referenced
this pull request
Aug 20, 2020
* backup: support set compression level for sst file (#451) * fix mock cluster * fix tests * fix tests * fix go.sum * fix go.sum * fix test * update multi-statements Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Support compression level config when generate sst files.
What is changed and how it works?
Add a command line parameter for compression level
Check List
Tests
Code changes
Side effects
Related changes
Release Note
--compression-levelto support compression level for sst file