weikangqq opened a new issue #2309: Can I select it accurately?
URL: https://github.com/apache/incubator-shardingsphere/issues/2309
 
 
   2019-04-30 16:06:11.355  INFO 9256 --- [           main] ShardingSphere-SQL  
                     : Actual SQL: gds-member ::: select * from member_1 join 
member_info_2 on member_1.id=member_info_2.member_id where member_1.id=? ::: 
[1123130828618035201]
   2019-04-30 16:06:11.355  INFO 9256 --- [           main] ShardingSphere-SQL  
                     : Actual SQL: gds-member ::: select * from member_1 join 
member_info_0 on member_1.id=member_info_0.member_id where member_1.id=? ::: 
[1123130828618035201]
   2019-04-30 16:06:11.355  INFO 9256 --- [           main] ShardingSphere-SQL  
                     : Actual SQL: gds-member ::: select * from member_1 join 
member_info_1 on member_1.id=member_info_1.member_id where member_1.id=? ::: 
[1123130828618035201]
   
   tables: member   and  member_info
   
   member_if   insert by member.id  so,they are the same node.just like
   when the id is 1123130828618035201,the data should be in member_1 and 
member_info_1
   
   but the sql select 3 times;
   
   can i have a way to configure the problem;
   
   
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to