同事 Struct Chen 的 Amoeba For MySQL 项目已经 出来不短时间了,可一直没有时间好好体验,最近一直在做一些软件和硬件的功能以及性能相关的测试工作,Amoeba For MySQL自然也将被列入计划之内。
对 Amoeba For MySQL 的测试到目前位置主要还是功能方面的测试,配置了一套四台机器的环境:
Server A: Amoeba Server
Server B: MySQL Master
Server C: MySQL Slave1
Server D: MySQL Slave2
软件环境:RHEL5.2 (X86_64),JAVA 1.5.0_16, Amoeba For MySQL 0.31
测试功能:
1、读写分离
2、数据垂直切分
3、数据水平切分
amoeba.xml配置如下:
< ?xml version="1.0" encoding="gbk"?>< !DOCTYPE amoeba:configuration SYSTEM "amoeba.dtd"><amoeba :configuration xmlns:amoeba="http://amoeba.meidusa.com/"> <server> <property name="port">8066</property> <property name="ipAddress">10.0.38.21</property> <!– proxy [...]

