lovehehehe opened a new issue #7027:
URL: https://github.com/apache/shardingsphere/issues/7027
**eg:**
his_score,his_class,his_*** -> db0
now_score,now_class,now_*** -> db1
Just divide the tables into different dbs with wildcard
**not like:**
<sharding:table-rules>
<sharding:table-rule logic-table="student_0"
actual-data-nodes="m2.student_0"/>
<sharding:table-rule logic-table="film"
actual-data-nodes="m1.film"/>
<sharding:table-rule logic-table="language"
actual-data-nodes="m1.language"/>
<sharding:table-rule logic-table="customer"
actual-data-nodes="m1.customer"/>
</sharding:table-rules>
Each table is configured with a node once
----------------------------------------------------------------
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]