CrackerSuperior edited a comment on issue #12784:
URL: 
https://github.com/apache/shardingsphere/issues/12784#issuecomment-929001207


   > @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.
   
   Well, you mean that I created the vertical table directly in "mysql" when I 
created it; but when I used it, I used it in "sharding" because "sharding" can 
find out where it is.
   
   However, we don't want anyone to be able to connect directly to the mysql 
below. This is a very dangerous thing. All user operations can only go through 
"sharding".


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