fengshantao opened a new issue #7786:
URL: https://github.com/apache/shardingsphere/issues/7786
If i want database sharding only,not tables。can I only set
‘defaultDatabaseStrategy’ without setting tables。
```shardingRule:
tables:
t_order:
actualDataNodes: ds${0..1}.t_order
defaultDatabaseStrategy:
inline:
shardingColumn: tenet_id
algorithmExpression: ds${tenet_id}
```
I tried,but it did not work right
----------------------------------------------------------------
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]