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

Support placement for autoid #31270

Open
Tracked by #18030
lcwangchao opened this issue Jan 4, 2022 · 0 comments
Open
Tracked by #18030

Support placement for autoid #31270

lcwangchao opened this issue Jan 4, 2022 · 0 comments
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@lcwangchao
Copy link
Collaborator

lcwangchao commented Jan 4, 2022

autoid meta is stored in tikv to generate table id/auto increment keys. However, currently we can not set placement rules for it and this may cause some problems. For example, user may use to placement rule to place all data in places where have a lower network latency. But autoid meta still has a probability of being scheduled to some "slower" places that will cause the "insert" operation slowly (not every time, because it has a cache).

I think it is reasonable for autoid meta to follower the table's placement rules.

@lcwangchao lcwangchao added the type/enhancement The issue or PR belongs to an enhancement. label Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant