Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: SHARD_ROW_ID_BITS和AUTO_RANDOM

SHARD_ROW_ID_BITS and AUTO_RANDOM are recommended for use after the version, ensuring no issues.
Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: SHARD_ROW_ID_BITS和AUTO_RANDOM
SHARD_ROW_ID_BITS and AUTO_RANDOM are recommended for use after the version, ensuring no issues.
“SHARD_ROW_ID_BITS
and AUTO_RANDOM
can distribute row IDs across multiple different Regions, alleviating the write hotspot issue. This prevents a situation where one node is overloaded while other nodes have nothing to do.”
It should work normally after version v4.0.3.
Note
The
AUTO_RANDOM
attribute became an official feature in version v4.0.3.