AWS RDS の commit / sec 測定
測定環境
RDS m2.4xlarge EC2 c1.medium
一番性能出てた時は、 EC2 の CPU の idle が 30% 切っていたので、クライアントの性能が若干不足している可能性あり。
write_io_threads=4, support_xa=1
$ time python rdshakai.py 1000 200
19.4682958126 [sec] 10273.1128562 [trx/sec]
write_io_threads=16, support_xa=1
$ time python rdshakai.py 1000 200
17.5357458591 [sec] 11405.2747802 [trx/sec]
write_io_threads=4, support_xa=0
$ time python rdshakai.py 500 200
5.81748700142 [sec] 17189.5528044 [trx/sec]
write_io_threads=16, support_xa=0
$ time python rdshakai.py 1000 200
9.90894699097 [sec] 20183.7793847 [trx/sec]