yangzhilong

分库分表的实现方案无非2种:1、本地,2、远程。而在本地一般有2种实现(1、业务代码级别   2、jdbc级别),

其中jdbc级别的本地代理方案的代表有:当当开源的 shardingsphere,远程代理方案的代表有:MyCat,sharding-sphere也有Sharding-Proxy组建可以实现远程代理。

 

后面我将先去学习sharding-sphere.

https://github.com/sharding-sphere/sharding-sphere

http://shardingsphere.io/

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-08-03
  • 2021-09-30
  • 2021-11-03
猜你喜欢
  • 2021-10-10
  • 2021-11-10
  • 2021-12-05
相关资源
相似解决方案