-
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
ticdc: add more docs about unified sorter (#6258) #6365
ticdc: add more docs about unified sorter (#6258) #6365
Conversation
ticdc/manage-ticdc.md
Outdated
|
||
- `memory`:在内存中进行排序。 | ||
- `unified`:自 v4.0.9 引入的特性,优先使用内存排序,内存不足时则自动使用硬盘暂存数据。自 v4.0.11 起为稳定特性,在有内存不足风险时建议开启。**不建议在 v4.0.9 和 v4.0.10 版本中开启。** |
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.
@overvenus Please help update this sentence for release-4.0. Thanks~
6e32b2d
to
72e7ebe
Compare
Signed-off-by: ti-chi-bot <[email protected]>
72e7ebe
to
701fb0f
Compare
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 30222fa
|
This is an automated cherry-pick of #6258
First-time contributors' checklist
What is changed, added or deleted? (Required)
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?