mycat1.67后负载均衡类型配置

35 阅读1分钟

balanceType=0, 随机
balanceType=1,加权轮询
balanceType=2,最少活跃

    <dataHost name="localhost1" maxCon="1000" minCon="10" balance="0" balanceType="0"
              writeType="0" dbType="mysql" dbDriver="native" switchType="1"  slaveThreshold="100">