Support user to choose different compression algorithms and compression levels#4161
Support user to choose different compression algorithms and compression levels#4161ti-chi-bot merged 6 commits intopingcap:masterfrom
Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
…on levels Signed-off-by: hehechen <awd123456sss@gmail.com>
eb18472 to
bbca60c
Compare
Signed-off-by: hehechen <awd123456sss@gmail.com>
a66bbc9 to
29045dd
Compare
SchrodingerZhu
left a comment
There was a problem hiding this comment.
The DTTool and DMFile parts LGTM.
|
/run-all-test |
|
@hehechen: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
@hehechen: DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
Coverage for changed filesCoverage summaryfull coverage report (for internal network access only) |
Signed-off-by: hehechen <awd123456sss@gmail.com>
Signed-off-by: hehechen <awd123456sss@gmail.com>
|
/run-all-tests |
Coverage for changed filesCoverage summaryfull coverage report (for internal network access only) |
|
Please also update the doc here: https://docs.pingcap.com/zh/tidb/stable/tiflash-command-line-flags#dttool-migrate |
Signed-off-by: hehechen <awd123456sss@gmail.com>
|
/merge |
|
@hehechen: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 39a5132 |
Coverage for changed filesCoverage summaryfull coverage report (for internal network access only) |
What problem does this PR solve?
Support user to choose different compression algorithms and compression levels, including
lz4,lz4hc,zstd.Issue Number: close #3671
What is changed and how it works?
network_compression_methodandnetwork_zstd_compression_levelare not used in DeltaTree engine. Modify the name of them todt_compression_methodanddt_compression_level, and apply them to DeltaTree engine.Check List
Tests
Add some log in compress and decompress method, modify the configuration values of
dt_compression_methodanddt_compression_level, check the log to observe whether the compress method and compression level are correct.Side effects
Documentation
Release note