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/03/26 06:44:50 UTC

[GitHub] [incubator-shardingsphere] ssxlulu commented on issue #4861: two tables left join with different routing rules are not supported

ssxlulu commented on issue #4861: two tables left join with different routing rules are not supported
URL: https://github.com/apache/incubator-shardingsphere/issues/4861#issuecomment-604259039
 
 
   When the shardingsphere route the sql, it does not find the table b's sharding key, so it will cause a full route.
   To avoid it, you may add the table b's sharding key after where condition.And now shardingsphere may not use the condition after 'on' clause.

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