分库分表的实现方案无非2种:1、本地,2、远程。而在本地一般有2种实现(1、业务代码级别 2、jdbc级别),
其中jdbc级别的本地代理方案的代表有:当当开源的 shardingsphere,远程代理方案的代表有:MyCat,sharding-sphere也有Sharding-Proxy组建可以实现远程代理。
后面我将先去学习sharding-sphere.
https://github.com/sharding-sphere/sharding-sphere
分库分表的实现方案无非2种:1、本地,2、远程。而在本地一般有2种实现(1、业务代码级别 2、jdbc级别),
其中jdbc级别的本地代理方案的代表有:当当开源的 shardingsphere,远程代理方案的代表有:MyCat,sharding-sphere也有Sharding-Proxy组建可以实现远程代理。
后面我将先去学习sharding-sphere.
https://github.com/sharding-sphere/sharding-sphere