RaigorJiang commented on issue #12784: URL: https://github.com/apache/shardingsphere/issues/12784#issuecomment-928992104
@CrackerSuperior For example, you have three data sources: f6_0, f6_1, f6_2 1. You have sharding tables `t_order` and `t_order_item`, and you need to configure sharding strategies for them; 2. There is a table `t_config` on f6_0, which does not require sharding, so there is no need to configure it. 3. You can view `t_order, t_order_item and t_config` from `show tables` in sharding db. 4. You can perform DML operation on these tables, ShardingSphere knows that `t_config` is in f6_0. -- 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]
