kpioneer123 commented on issue #7380:
URL: https://github.com/apache/shardingsphere/issues/7380#issuecomment-707607632
```
17:04:46.011 INFO [main]
org.apache.shardingsphere.core.log.ConfigurationLogger -
ShardingRuleConfiguration:
tables:
book_punch:
actualDataNodes: sharding_${0..7}.book_punch_${0..99}
databaseStrategy:
inline:
algorithmExpression: sharding_${user_id % 8}
shardingColumn: user_id
logicTable: book_punch
tableStrategy:
inline:
algorithmExpression: book_punch_${(Integer)(user_id/8) % 100}
shardingColumn: user_id
```
----------------------------------------------------------------
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]