You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/10/25 07:45:47 UTC

[GitHub] [shardingsphere] ziliangzeng commented on issue #13253: The proxy configuration file default database fragmentation strategy does not work

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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org