tristaZero commented on issue #9175: URL: https://github.com/apache/shardingsphere/issues/9175#issuecomment-771365561
Hi @huanghao495430759 , Suppose you do not intend to bind [ A ,B, C, D .....] as a `broadcast` table. In that case, I suggest you'd better not add a broadcast rule to them since a query (e.g., insert) will be executed in all of them to keep these tables containing the same data. Later, if [ A ,B, C, D .....] are uncorrelated but have the same names, I have to say we can not manage them as different `single` tables. I suppose it is simple to understand that if `ss` is a logic `database`, there is no possibility that the same tables exist in one database, right? ---------------------------------------------------------------- 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]
