-
Notifications
You must be signed in to change notification settings - Fork 681
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
releases: add TiDB 5.0.0-rc release notes #4507
Closed
Closed
Conversation
This file contains 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
TomShawn
added
DNM until Ansible tag is ready
translation/from-docs-cn
This PR is translated from a PR in pingcap/docs-cn.
v5.0
This PR/issue applies to TiDB v5.0.
labels
Dec 28, 2020
9 tasks
TiKV
|
TIDBNew Features
Experimental Features
Improvements |
zanmato1984
reviewed
Dec 29, 2020
HunDunDM
reviewed
Dec 31, 2020
+ TiKV | ||
|
||
- Support dynamically changing auto-tuned mode of RocksDB rate limiter | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
+ PD | |
- Support using the Region score formula v2 to make the balance converge faster and more stable. | |
- [#3269](https://github.com/tikv/pd/pull/3269) | |
- [document](https://docs.pingcap.com/tidb/dev/pd-configuration-file#region-score-formula-version) | |
- Support error/info log desensitization. | |
- [project](https://github.com/pingcap/tidb/issues/18566) | |
- [#2852](https://github.com/tikv/pd/issues/2852) | |
- [document](https://docs.pingcap.com/tidb/dev/pd-configuration-file#redact-info-log-new-in-v500-rc) | |
- Support handling `SplitRegions`. [#2965](https://github.com/tikv/pd/issues/2965) | |
- Support using Joint Consensus in Region scheduling. (Experimental) | |
- [project](https://github.com/tikv/tikv/issues/7587) | |
- [document](https://docs.pingcap.com/tidb/dev/pd-configuration-file#enable-joint-consensus-new-in-v500-rc) | |
+ TiKV | ||
|
||
- Enable compaction guard by default, to split rocksdb SST files at TiKV region boundaries, to reduce overall compaction I/O | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
+ PD | |
- Enable cross-table merge by default to reduce the impact of empty Regions on Region scheduling. [#3129](https://github.com/tikv/pd/pull/3129) | |
- Enable placement rules by default. [#3006](https://github.com/tikv/pd/pull/3006) | |
- Support assigning peer roles when performing `transfer-region`. [#3047](https://github.com/tikv/pd/pull/3047) | |
TomShawn
removed
DNM until Ansible tag is ready
translation/from-docs-cn
This PR is translated from a PR in pingcap/docs-cn.
v5.0
This PR/issue applies to TiDB v5.0.
labels
Jan 12, 2021
This PR is replaced by #4600. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 is changed, added or deleted? (Required)
add TiDB 5.0.0-rc release notes
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?