poppop9 commented on issue #34101: URL: https://github.com/apache/shardingsphere/issues/34101#issuecomment-2556129830
Because my sharding tables are all generated using ShardingSphere's snowflake algorithm with primary key IDs: ``` defaultKeyGenerateStrategy: # 默认的主键生成策略 column: id keyGeneratorName: SNOWFLAKE ``` So I want to maintain consistency, otherwise I'll have to manually implement a snowflake algorithm。Thank you for your reply -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@shardingsphere.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org