Cindyxin228 commented on issue #28183:
URL: 
https://github.com/apache/shardingsphere/issues/28183#issuecomment-1686521457

   > Hi @Cindyxin228 Do you want to know the routing strategy of Join? Its 
logic in sharding, binding tables, broadcasting and other scenarios is 
different. You'd better be able to ask a specific question. Than you!
   
   Yeah, I want to know the routing strategy of Left Join in  sharding, binding 
tables. And I wand to know the process of the example "SELECT DISTINCT t1.id 
FROM website t1 LEFT JOIN ntable t2 ON t1.id = t2.id ORDER BY id;" when using 
sharding rule. 
   Maybe telling me this is complex. Then please tell me some general 
locations(which folder or files, etc.)
   Thanks very much.
   
   
   Moreover, I'm learning the logic of the tool. When I reading the document 
https://shardingsphere.apache.org/document/5.1.2/cn/shardingsphere_docs_cn.pdf 
, I'm still confused with the whole construction and design. Is there more 
specific intorduction about the design of the code? Thanks very much.


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