strongduanmu commented on issue #20228:
URL:
https://github.com/apache/shardingsphere/issues/20228#issuecomment-1217675605
@kutouziUk If you want to create actual tables by yourself, you can use
tables configuration in ShardingRule, it supports config actualDataNodes. Just
like:
```yaml
rules:
- !SHARDING
tables:
t_order:
actualDataNodes: ds_${0..1}.t_order_${0..1}
tableStrategy:
standard:
shardingColumn: order_id
shardingAlgorithmName: t_order_inline
```
--
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]