yidazhi commented on issue #10439: URL: https://github.com/apache/shardingsphere/issues/10439#issuecomment-846769416
> Looks strange if the first two work well. > From your configuration, I suppose wt_tran_detail, user_account, user_subaccount and wt_tran share same sharding column and algorithm, don't they? If so, could you configure that in the way below? > > ```yaml > bindingTables: > - wt_tran, wt_tran_detail, user_account, user_subaccount > ``` According to your suggestion, it is effective and will not produce Cartesian product. Thank you -- 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]
