王福强
王福强
same same
> > This happened in my windows machine, when I try it in linux i had no problem. > > I'm also on windows... me on macos
- draft documentations with markdown, and put them on wiki of github so that everything can be found in one place.
split into 2 more branches? 1. Spring3.x + iBatis2.x 2. Spring3.x + MyBatis3.x
- deprecate BatchInsertTask functionality feature; - deprecate HA feature; - most of the time, solutions based on VIP or data Source implementation level are practical in production.
- 读写分离 - 针对读写提供不同的线程池, global scope可调的, 不再需要指定特定于每一个Data Source的线程池 @JoeCao 使用global scope的线程池,从你角度看是否有问题?
https://github.com/fujohnwang/scarface/tree/master/src/main/scala/mysdal 这里用Scala写了点儿验证性代码
@hhlai1990 现在可以看当前repo下cobarclient-2.0这个branch的代码, 精简的基本也就没几行了,呵呵
最主要的时升级依赖,并且重新设计了API结构,做减法
所有shards都查询的**整体排序**其实没有太好的办法,单shard排序完全可以借力数据库自身的功能, 如果非要搞整体的排序,建议是代码层面在shards各自结果排序的基础上做merge sort, sort的因子自己根据情况决定