RaigorJiang commented on issue #21874:
URL:
https://github.com/apache/shardingsphere/issues/21874#issuecomment-1300731201
Every sharding table should be configured, such as
```yaml
rules:
sharding:
tables:
sys_shop_user:
actualDataNodes: ds-$->{0..3}.sys_shop_user
shop:
actualDataNodes: ds-$->{0..3}.shop
t_a:
actualDataNodes: xx
t_b:
actualDataNodes: xx
...
```
If a table has no rule configuration, it is a single table.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]