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

feat: support AUTO_RANDOM #55

Merged
merged 2 commits into from
Sep 29, 2023
Merged

feat: support AUTO_RANDOM #55

merged 2 commits into from
Sep 29, 2023

Conversation

wd0517
Copy link
Collaborator

@wd0517 wd0517 commented Sep 20, 2023

refer to #51

@wd0517 wd0517 linked an issue Sep 20, 2023 that may be closed by this pull request
@wd0517 wd0517 marked this pull request as draft September 20, 2023 06:58
@wd0517 wd0517 marked this pull request as ready for review September 20, 2023 12:46
@wd0517 wd0517 merged commit 08a315c into pingcap:main Sep 29, 2023
9 checks passed
@wd0517 wd0517 deleted the feat-autorandom branch September 29, 2023 10:37
wd0517 added a commit that referenced this pull request Oct 19, 2023
auto_random is a feature in TiDB that generates unique IDs for a table automatically. It is similar to auto_increment in MySQL, but it can avoid the write hotspot issue caused by auto_increment.
wd0517 added a commit that referenced this pull request Oct 19, 2023
auto_random is a feature in TiDB that generates unique IDs for a table automatically. It is similar to auto_increment in MySQL, but it can avoid the write hotspot issue caused by auto_increment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support AUTO_RANDOM
2 participants