tristaZero opened a new issue #9100: URL: https://github.com/apache/shardingsphere/issues/9100
```sql CREATE SHARDING RULE( t_order_new order_id HASH_MOD(sharding_count=4) resources(ds0, ds1) global_key(order_id, key_generator=snowflake(worker-id=123)), t_item item_id mod(sharding_count=2), binding_tables(t_order, t_item), default_table_strategy=HASH_MOD(sharding_count=4), broadcast_tables(tb1, tb2) ) ALTER SHARDING RULE( add t_order_new order_id HASH_MOD(sharding_count=4) resources(ds0, ds1) global_key(order_id, key_generator=snowflake(worker-id=123)), modify t_item item_id mod(sharding_count=2), binding_tables(t_order, t_item), default_table_strategy=MOD(sharding_count=400), broadcast_tables(tb1) ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
