sql/attributes: refine the language of auto random doc#2333
Merged
Conversation
Contributor
Author
|
@tangenta PTAL, thanks! |
1 task
| ``` | ||
|
|
||
| 在以上语句所建的表上执行大量未指定主键值的 `INSERT` 语句时,示例如下: | ||
| 在以上语句所建的表上执行大量未指定主键值的 `INSERT` 语句,示例如下 |
Contributor
There was a problem hiding this comment.
Suggested change
| 在以上语句所建的表上执行大量未指定主键值的 `INSERT` 语句,示例如下 | |
| 在以上语句所建的表上执行大量未指定主键值的 `INSERT` 语句,示例如下: |
| 自动分配值的计算方式如下: | ||
|
|
||
| 该行值在二进制形式下的最高 5 位(称为 shard bits)由当前事务的开始时间决定,剩下的位数按照自增的顺序分配。 | ||
| 该行值在二进制形式下的最高五位(称为 shard bits)由当前事务的开始时间决定,剩下的位数分配到自增顺序的数值。 |
Contributor
There was a problem hiding this comment.
Suggest 剩下的位数分配自增顺序的数值 or 剩下的位数按照自增顺序分配数值
junlan-zhang
approved these changes
Feb 28, 2020
Contributor
|
/run-all-tests |
1 task
Contributor
|
cherry pick to release-3.1 in PR #2334 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What is changed, added or deleted?
Refine the language of the
AUTO_RANDOMdocument.What is the related PR or file link(s)?
Important Notice:
If your changes apply to multiple TiDB documentation versions, to trigger the bot to cherry-pick this PR to other release branches, make sure you add labels such as: