You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: