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 2020/04/16 08:57:48 UTC

[GitHub] [incubator-shardingsphere] kimmking edited a comment on issue #5208: data fragmentation and separation of reading and writing problem

kimmking edited a comment on issue #5208: data fragmentation and separation of reading and writing problem
URL: https://github.com/apache/incubator-shardingsphere/issues/5208#issuecomment-614512497
 
 
   Config actual-data-nodes must be with it's logic db, 'defaultDataSource0' in your case:
   
   ```
   <sharding:table-rule logic-table="ucm_order"
    actual-data-nodes="defaultDataSource0.ucm_order_$->{0..9}" 
   table-strategy-ref="orderTableStrategy"   />
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services