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

add TiDB 5.2.0 release note (#6237) #6320

Merged
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
63ac571
Create release-5.2.0.md
qiancai Aug 24, 2021
5db5648
Update release-5.2.0.md
qiancai Aug 24, 2021
08ee6dc
Update release-5.2.0.md
qiancai Aug 25, 2021
2997387
Update releases/release-5.2.0.md
qiancai Aug 25, 2021
49022ce
Update releases/release-5.2.0.md
qiancai Aug 25, 2021
40b1542
Update releases/release-5.2.0.md
qiancai Aug 25, 2021
2da4b83
Apply suggestions from code review
qiancai Aug 25, 2021
c873442
Apply suggestions from code review
qiancai Aug 25, 2021
72153c0
bug fix: pr --> issue
TomShawn Aug 25, 2021
ee2dcfb
Update releases/release-5.2.0.md
TomShawn Aug 25, 2021
3decd54
refine format
TomShawn Aug 25, 2021
c4bdfd2
Apply suggestions from code review
qiancai Aug 26, 2021
cf4b1a7
Update releases/release-5.2.0.md
qiancai Aug 26, 2021
dc8e758
Apply suggestions from code review
qiancai Aug 26, 2021
110c132
update missed lines
en-jin19 Aug 26, 2021
d6c585e
Update telemetry.md
qiancai Aug 27, 2021
60f4afb
Apply suggestions from code review
qiancai Aug 27, 2021
8e4b50c
Update release-5.2.0.md
qiancai Aug 27, 2021
f3a487f
Update releases/release-5.2.0.md
qiancai Aug 27, 2021
17b4223
Update releases/release-5.2.0.md
qiancai Aug 27, 2021
f3a9346
Update releases/release-5.2.0.md
qiancai Aug 27, 2021
b64fa76
Update releases/release-5.2.0.md
TomShawn Aug 27, 2021
ea19a82
Update tidb-configuration-file.md
qiancai Aug 27, 2021
46d981e
Update releases/release-5.2.0.md
TomShawn Aug 27, 2021
8984c17
Update releases/release-5.2.0.md
TomShawn Aug 27, 2021
aa9e30d
Update releases/release-5.2.0.md
TomShawn Aug 27, 2021
0d7bcdf
Update releases/release-5.2.0.md
TomShawn Aug 27, 2021
f09ed03
Update releases/release-5.2.0.md
qiancai Aug 27, 2021
3eb3bc5
update
qiancai Aug 27, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update releases/release-5.2.0.md
Co-authored-by: Grace Cai <[email protected]>
  • Loading branch information
2 people authored and ti-chi-bot committed Aug 27, 2021
commit b64fa7651329152dd00a25166c9208cadc201fd3
2 changes: 1 addition & 1 deletion releases/release-5.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ In v5.2, the key new features and improvements are as follows:

This new feature is suitable for cloud storage with disk bandwidth of a small and specific size. It is disabled by default.

TiFlash IO Rate Limiter provides a new mechanism to avoid excessive race for I/O resources between read and write tasks. It balances the responses to read and write tasks, and limits the rate automatically according to read/write workload.
TiFlash I/O Rate Limiter provides a new mechanism to avoid excessive race for I/O resources between read and write tasks. It balances the responses to read and write tasks, and limits the rate automatically according to read/write workload.

[User document](/tiflash/tiflash-configuration.md)

Expand Down