You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/12/14 13:22:04 UTC

[GitHub] [shardingsphere] terrymanu commented on issue #8615: Support CREATE REPLICA_QUERY RULE

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:
users@infra.apache.org