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

releases: add TiDB 5.0 RC release notes #5189

Closed
wants to merge 6 commits into from

Conversation

TomShawn
Copy link
Contributor

@TomShawn TomShawn commented Dec 28, 2020

What is changed, added or deleted? (Required)

add TiDB 5.0 RC release notes

Which TiDB version(s) do your changes apply to? (Required)

  • master (the latest development version)
  • v4.0 (TiDB 4.0 versions)
  • v3.1 (TiDB 3.1 versions)
  • v3.0 (TiDB 3.0 versions)
  • v2.1 (TiDB 2.1 versions)

What is the related PR or file link(s)?

Do your changes match any of the following descriptions?

  • Delete files
  • Change aliases
  • Need modification after applied to another branch
  • Might cause conflicts after applied to another branch

@TomShawn 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
@hunterlxt
Copy link
Contributor

TiKV

  • [Improvements] 默认启用 compaction guard 功能,以 TiKV region 的边界来分割 RocksDB SST 文件,从而减少总体的 compaction IO 流量。
  • [New features] 支持动态更改 RocksDB rate limiter 的自动调整模式。

@crazycs520
Copy link
Contributor

TiDB

New Features

Experimental Features

  • 支持 Async commit. Async Commit 优化了事务提交时间,在所有 prewrite 请求成功执行完后即可返回结果给客户端。
  • 支持 clustered Index. 聚集索引可以提高某些查询的性能,例如点查。
  • 支持 LISTLIST COLUMNS 分区表.
  • 提高 Index Selection 的准确度和鲁棒性。

Improvements

  • 收集更多的算子执行信息。
  • 优化批量删除场景下的性能。

@amyangfei
Copy link
Contributor

TiCDC

Experimental Features

  • 默认使用 unified sorter 作为排序引擎 #1231

- 提高 Index Selection 的准确度和鲁棒性(实验特性)
- [#21817](https://github.com/pingcap/tidb/pull/21817)
- [document](https://github.com/pingcap/docs-cn/pull/5164)

Copy link
Contributor

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)

Copy link
Contributor

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 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
@TomShawn
Copy link
Contributor Author

This PR is replaced by #5295.

@TomShawn TomShawn closed this Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants