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.0-rc release notes #4507

Closed
wants to merge 3 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.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)?

  • This PR is translated from:
  • Other reference 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 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
@hunterlxt
Copy link
Contributor

hunterlxt commented Dec 29, 2020

TiKV

  • [Improvements] Enable compaction guard by default, to split rocksdb SST files at TiKV region boundaries, to reduce overall compaction IO.
  • [New features] Support dynamically changing auto-tuned mode of RocksDB rate limiter.

@crazycs520
Copy link
Contributor

TIDB

New Features

Experimental Features

  • Support Async commit. Async Commit is an optimization that reduces commit latency, by returning success to the user when all prewrites have succeeded.
  • Support clustered Index. Clustered indexes provide TiDB the ability to organize tables in a way that can improve the performance of certain queries.
  • Support LIST PARTITION and LIST COLUMNS PARTITION table.
  • Improve the Accuracy and Robustness of Index Selection.

Improvements

  • improve the executor runtime information collection.
  • Optimize the Performance of Bulk Deletion.

+ TiKV

- Support dynamically changing auto-tuned mode of RocksDB rate limiter

Copy link
Contributor

@HunDunDM HunDunDM Dec 31, 2020

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

Copy link
Contributor

@HunDunDM HunDunDM Dec 31, 2020

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

This PR is replaced by #4600.

@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.

5 participants