terrymanu commented on issue #8615: URL: https://github.com/apache/shardingsphere/issues/8615#issuecomment-744436041
`load_balancer=RANDOM(xxx=xxx)` maybe unnecessary, we can keep consist with create sharding rule. FYI: ```sql CREATE SHARDING RULE ( t_order order_id HASH_MOD(sharding_count=4), t_item item_id MOD(sharding_count=2) ) ``` The sharding algorithm do not contain name and `=` ---------------------------------------------------------------- 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]
