摘要: 概述shardingsphere-proxy 使用代理,什么意思呢,就是我只要发送给代理例如,select * from t_order where id = 1;的查询,而实际 shardingsphere-proxy 执行的分库分表中的 :select * from t_order_0 where id = 1;select * from t_order_1 where id = 1;然后框架... 阅读全文
posted @ 2020-05-11 16:56 float123 阅读(7253) 评论(0) 推荐(0)