-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 RC release notes #5189
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
v5.0
This PR/issue applies to TiDB v5.0
translation/from-docs
This PR is translated from a PR in pingcap/docs.
labels
Dec 28, 2020
TiKV
|
TiDBNew Features
Experimental Features
Improvements |
zanmato1984
reviewed
Dec 29, 2020
flowbehappy
reviewed
Dec 29, 2020
TomShawn
commented
Dec 30, 2020
TiCDCExperimental Features
|
HunDunDM
reviewed
Dec 30, 2020
- 提高 Index Selection 的准确度和鲁棒性(实验特性) | ||
- [#21817](https://github.com/pingcap/tidb/pull/21817) | ||
- [document](https://github.com/pingcap/docs-cn/pull/5164) | ||
|
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 | |
- 支持使用 V2 版本 Region 算分公式来提升平衡调度的收敛速度和稳定性。 | |
- [#3269](https://github.com/tikv/pd/pull/3269) | |
- [document](https://docs.pingcap.com/zh/tidb/dev/pd-configuration-file#region-score-formula-version) | |
- 支持错误和日志信息脱敏 | |
- [project](https://github.com/pingcap/tidb/issues/18566) | |
- [#2852](https://github.com/tikv/pd/issues/2852) | |
- [document](https://docs.pingcap.com/zh/tidb/dev/pd-configuration-file#redact-info-log-%E4%BB%8E-v500-rc-%E7%89%88%E6%9C%AC%E5%BC%80%E5%A7%8B%E5%BC%95%E5%85%A5) | |
- 支持通过 PD 处理 Split Regions 请求 [#2965](https://github.com/tikv/pd/issues/2965) | |
- 支持使用 Joint Consensus 来进行 Region 调度。(实验特性) | |
- [project](https://github.com/tikv/tikv/issues/7587) | |
- [document](https://docs.pingcap.com/zh/tidb/dev/pd-configuration-file#enable-joint-consensus-%E4%BB%8E-v500-rc-%E7%89%88%E6%9C%AC%E5%BC%80%E5%A7%8B%E5%BC%95%E5%85%A5) | |
- [document](https://docs.pingcap.com/zh/tidb/stable/sql-statement-explain-analyze#explain-analyze) | ||
- 优化批量删除场景下的性能。 | ||
- [issue](https://github.com/pingcap/tidb/issues/18028) | ||
|
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` 来减少空 Region 对集群调度的影响。 [#3129](https://github.com/tikv/pd/pull/3129) | |
- 默认开启 Placement Rules [#3006](https://github.com/tikv/pd/pull/3006) | |
- `pd-ctl` 的 `transfer-region` 操作支持指定 peer role。[#3047](https://github.com/tikv/pd/pull/3047) | |
TomShawn
removed
DNM until Ansible tag is ready
translation/from-docs
This PR is translated from a PR in pingcap/docs.
v5.0
This PR/issue applies to TiDB v5.0
labels
Jan 12, 2021
This PR is replaced by #5295. |
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 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?