ziliangzeng commented on issue #13253:
URL: 
https://github.com/apache/shardingsphere/issues/13253#issuecomment-950620130


   I may find out why, I need to explicitly configure:
   `tables:
         t_order1:
           actualDataNodes: ds_${0..1}.t_order1
           databaseStrategy:
         t_order2:
           actualDataNodes: ds_${0..1}.t_order2
           databaseStrategy:
   `
   To take effect, it feels logically a bit messy. . . Shouldn't 
**defaultDatabaseStrategy** be the default split rule? If the above code is not 
set, it will not take effect in fact. . .


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