-
Notifications
You must be signed in to change notification settings - Fork 1.2k
update async commit related documentations #5607
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
2c91e50
update async commit related documentations
sticnarf d6adaff
reformat EBNF
sticnarf 86e48cb
Merge branch 'master' into async-commit-5.0-ga
TomShawn 1200697
polish up
sticnarf e9b4586
Merge remote-tracking branch 'upstream/master' into async-commit-5.0-ga
sticnarf 64bde04
fix a broken link
sticnarf f5914a1
apply suggestions from reviews
sticnarf 748952d
Update transaction-overview.md
TomShawn cc23b0c
Merge branch 'master' into async-commit-5.0-ga
TomShawn 511192e
add links to the properties of causal consistency
sticnarf 7777643
Merge remote-tracking branch 'upstream/master' into async-commit-5.0-ga
sticnarf 17424a0
address comments
sticnarf 95d1592
Merge remote-tracking branch 'upstream/master' into async-commit-5.0-ga
sticnarf 5392a97
address comments
sticnarf 9368658
No version info for master branch
sticnarf a140cb8
add some system variable changes
sticnarf e37e280
Merge branch 'async-commit-5.0-ga' of https://github.com/sticnarf/doc…
sticnarf de051eb
fix lint
sticnarf 382df3b
clarify upgraded cluster settings
sticnarf ece9787
Improve wording
sticnarf ae7d8ec
Apply suggestions from code review
sticnarf c168662
update binlog related doc
sticnarf f1b1386
remove version-specific description
sticnarf 866a9bd
improve wording
sticnarf ab87fa0
some fixes
sticnarf 463051e
fix broken link
sticnarf c0cc15b
Update transaction-overview.md
sticnarf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -480,19 +480,6 @@ prepare 语句的 plan cache 设置。 | |
| + TiKV 的负载阈值,如果超过此阈值,会收集更多的 batch 封包,来减轻 TiKV 的压力。仅在 `tikv-client.max-batch-size` 值大于 0 时有效,不推荐修改该值。 | ||
| + 默认值:200 | ||
|
|
||
| ## tikv-client.async-commit <span class="version-mark">从 v5.0.0-rc 版本开始引入</span> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why remove them?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The PM does not want to expose these advanced parameters to the user. pingcap/tidb#22945 removes these parameters from the example. |
||
|
|
||
| ### `keys-limit` | ||
|
|
||
| + 指定一个 Async Commit 事务中键的数量上限。过大的事务不适合使用 Async Commit,超出该限制的事务会使用传统两阶段提交方式。 | ||
| + 默认值:256 | ||
|
|
||
| ### `total-key-size-limit` | ||
|
|
||
| + 指定一个 Async Commit 事务中键的大小总和的上限。如果事务涉及的键过长,则不适合使用 Async Commit,超出该限制的事务会使用传统两阶段提交方式。 | ||
| + 默认值:4096 | ||
| + 单位:字节 | ||
|
|
||
| ## tikv-client.copr-cache <span class="version-mark">从 v4.0.0 版本开始引入</span> | ||
|
|
||
| 本部分介绍 Coprocessor Cache 相关的配置项。 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.