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 release note for v8.0.0 #16664

Merged
merged 162 commits into from
Mar 28, 2024
Merged

Conversation

hfxsd
Copy link
Collaborator

@hfxsd hfxsd commented Feb 26, 2024

First-time contributors' checklist

What is changed, added or deleted? (Required)

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

Tips for choosing the affected version(s):

By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.

For details, see tips for choosing the affected versions (in Chinese).

  • master (the latest development version)
  • v8.0 (TiDB 8.0 versions)
  • v7.6 (TiDB 7.6 versions)
  • v7.5 (TiDB 7.5 versions)
  • v7.4 (TiDB 7.4 versions)
  • v7.1 (TiDB 7.1 versions)
  • v6.5 (TiDB 6.5 versions)
  • v6.1 (TiDB 6.1 versions)
  • v5.4 (TiDB 5.4 versions)
  • v5.3 (TiDB 5.3 versions)
  • v5.2 (TiDB 5.2 versions)
  • v5.1 (TiDB 5.1 versions)
  • v5.0 (TiDB 5.0 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

@hfxsd hfxsd self-assigned this Feb 26, 2024
@ti-chi-bot ti-chi-bot bot added contribution This PR is from a community contributor. missing-translation-status This PR does not have translation status info. labels Feb 26, 2024
@hfxsd hfxsd added translation/doing This PR’s assignee is translating this PR. v8.0 This PR/issue applies to TiDB v8.0. and removed contribution This PR is from a community contributor. missing-translation-status This PR does not have translation status info. labels Feb 26, 2024
@ti-chi-bot ti-chi-bot bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Feb 26, 2024
add desc of Acceleration of Cluster Snapshot Restore Speed ( GA )
add description for Enabling ObjectLock on AWS S3 Log Backup
releases/release-8.0.0.md Outdated Show resolved Hide resolved
更多信息,请参考[用户文档](链接)。
* BR 快照恢复速度最高提升 10 倍 GA [#issue号](链接) @[3pointer](https://github.com/3pointer)

TiDB v8.0.0 版本起,通过对 Region 打散算法进行性能优化和改进,在确保数据充分打散的前提下,快照恢复提速的改进功能正式 GA,并默认启用。这一改进不仅充分利用了每个 TiKV 节点资源并行恢复,还确保了每个 TiKV 节点的数据恢复速度达到机器资源容许的最大值。在实际案例中,单 TiKV 节点的数据恢复速度稳定在 1.2 GB/s,并且能够在 1 小时内完成对 100 TB 数据的恢复。
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
TiDB v8.0.0 版本起,通过对 Region 打散算法进行性能优化和改进,在确保数据充分打散的前提下,快照恢复提速的改进功能正式 GA,并默认启用。这一改进不仅充分利用了每个 TiKV 节点资源并行恢复,还确保了每个 TiKV 节点的数据恢复速度达到机器资源容许的最大值。在实际案例中,单 TiKV 节点的数据恢复速度稳定在 1.2 GB/s,并且能够在 1 小时内完成对 100 TB 数据的恢复。
TiDB v8.0.0 版本起,通过对 Region 打散算法进行性能优化和改进在确保数据充分打散的前提下,快照恢复提速的改进功能正式 GA,并默认启用。这一改进不仅充分利用了每个 TiKV 节点资源并行恢复,还确保了每个 TiKV 节点的数据恢复速度达到机器资源容许的最大值。在实际案例中,单 TiKV 节点的数据恢复速度稳定在 1.2 GB/s,并且能够在 1 小时内完成对 100 TB 数据的恢复。
Suggested change
TiDB v8.0.0 版本起,通过对 Region 打散算法进行性能优化和改进,在确保数据充分打散的前提下,快照恢复提速的改进功能正式 GA,并默认启用。这一改进不仅充分利用了每个 TiKV 节点资源并行恢复,还确保了每个 TiKV 节点的数据恢复速度达到机器资源容许的最大值。在实际案例中,单 TiKV 节点的数据恢复速度稳定在 1.2 GB/s,并且能够在 1 小时内完成对 100 TB 数据的恢复。
TiDB v8.0.0 版本起,通过对 Region 打散算法进行性能优化和改进,减少 sst 文件下载和 ingest 相互影响, 提升 ddl 执行效率, 提升统计信息恢复效率等措施后, 在保持数据充分打散的前提下,快照恢复提速的改进功能正式 GA,并默认启用。这一改进充分利用了每个 TiKV 节点资源并行恢复,使得每个 TiKV 节点的数据恢复能充分利用和硬件的磁盘和网络带宽。在实际案例中,单 TiKV 节点的数据恢复速度稳定在 1.2 GB/s,并且能够在 1 小时内完成对 100 TB 数据的恢复。

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TiDB v8.0.0 版本开始,通过对 Region 打散算法进行性能优化和改进,成功减少了 SST 文件下载和 Ingest 进程之间的相互影响,提升了 DDL 执行效率和统计信息恢复效率等。这些措施充分利用了每个 TiKV 节点的资源进行并行恢复,大幅提升了恢复速度。在实际案例中,单个 TiKV 节点的数据恢复速度稳定在 1.2 GB/s,并且能够在 1 小时内完成对 100 TB 数据的恢复。这项改进功能已在 TiDB v8.0.0 版本正式发布并默认启用。

releases/release-8.0.0.md Outdated Show resolved Hide resolved
benmaoer and others added 2 commits February 26, 2024 16:58
add description of PITR Supports Backing Up Data Imported via Lightning Physical Mode
releases/release-8.0.0.md Outdated Show resolved Hide resolved
releases/release-8.0.0.md Outdated Show resolved Hide resolved
releases/release-8.0.0.md Outdated Show resolved Hide resolved
releases/release-8.0.0.md Outdated Show resolved Hide resolved
releases/release-8.0.0.md Outdated Show resolved Hide resolved
releases/release-8.0.0.md Outdated Show resolved Hide resolved
releases/release-8.0.0.md Outdated Show resolved Hide resolved
Copy link

ti-chi-bot bot commented Mar 28, 2024

@ljun0712: adding LGTM is restricted to approvers and reviewers in OWNERS files.

In 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 kubernetes/test-infra repository.

Copy link

ti-chi-bot bot commented Mar 28, 2024

@Frank945946: adding LGTM is restricted to approvers and reviewers in OWNERS files.

In 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 kubernetes/test-infra repository.

releases/release-8.0.0.md Outdated Show resolved Hide resolved
releases/release-8.0.0.md Outdated Show resolved Hide resolved
releases/release-8.0.0.md Outdated Show resolved Hide resolved
github-actions bot pushed a commit to Oreoxmt/pingcap-docsite-preview that referenced this pull request Mar 28, 2024
releases/release-8.0.0.md Outdated Show resolved Hide resolved
releases/release-8.0.0.md Outdated Show resolved Hide resolved
releases/release-8.0.0.md Outdated Show resolved Hide resolved
@hfxsd
Copy link
Collaborator Author

hfxsd commented Mar 28, 2024

/approve

Copy link

ti-chi-bot bot commented Mar 28, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hfxsd

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot added the approved label Mar 28, 2024
@hfxsd hfxsd added the lgtm label Mar 28, 2024
@ti-chi-bot ti-chi-bot bot merged commit b2d6913 into pingcap:master Mar 28, 2024
6 of 7 checks passed
@ti-chi-bot
Copy link
Member

In response to a cherrypick label: new pull request created to branch release-8.0: #16917.

ti-chi-bot pushed a commit to ti-chi-bot/docs-cn that referenced this pull request Mar 28, 2024
github-actions bot pushed a commit to Oreoxmt/pingcap-docsite-preview that referenced this pull request Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. translation/done This PR has been translated from English into Chinese and updated to pingcap/docs-cn in a PR. v8.0 This PR/issue applies to TiDB v8.0.
Projects
None yet
Development

Successfully merging this pull request may close these issues.