https://github.com/makersoft/mybatis-shards

基于MyBatis的数据库切分框架,可实现数据的水平切分和垂直切分。  http://www.makersoft.org

MyBatis Shards简介

MyBatis Shards在实现方式上完全借鉴于Hibernate Shards,目前可以认为是Hibernate Shards的一个迁移版本。

MyBatis Shards概述

MyBatis Shards采用无侵入性的方式,无需更改现有程序代码,只要根据现有业务编写合理的分区策略即可。

在多数据源事物管理方面借鉴Cobar Client,采用Best Efforts 1PC Pattern的方式来实现多数据源的管理。

同类产品比较

联系方式:admin@makersoft.org

相关文章:

  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2021-12-23
  • 2022-01-17
  • 2022-02-04
猜你喜欢
  • 2021-06-23
  • 2021-06-30
  • 2021-04-03
  • 2022-02-25
  • 2021-08-02
  • 2022-12-23
  • 2021-09-21
相关资源
相似解决方案