zhaojiangc opened a new issue, #30809:
URL: https://github.com/apache/shardingsphere/issues/30809

   databaseName: demo_db
   dataSources:
     ds_0:
     ds_1:
   rules:
   - !SHARDING
     tables:
       t_order:
         actualDataNodes: ds_0.t_order
       t_user:
         actualDataNodes: ds_0.t_user
     bindingTables:
       - t_user,t_order
   
    **The above configuration is feasible**
   **The following configuration is feasible**
   
   databaseName: demo_db
   dataSources:
     ds_0:
     ds_1:
   rules:
   - !SHARDING
     tables:
       t_order:
         actualDataNodes: ds_0.t_order
       t_user:
         actualDataNodes: ds_1.t_user   **#Just the difference**
     bindingTables:
       - t_user,t_order
   


-- 
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]

Reply via email to