TiDB vs MySQL测试
TiDB vs MySQL测试
TiDB
硬盘占用








开始插入





测试
Point select 测试命令
sysbench --config-file=config oltp_point_select --tables=1 --table-size=100000000 --db-ps-mode=auto --rand-type=uniform run

Update index 测试命令
sysbench --config-file=config oltp_update_index --tables=1 --table-size=100000000 --db-ps-mode=auto --rand-type=uniform run

Read-only 测试命令
sysbench --config-file=config oltp_read_only --tables=1 --table-size=100000000 --db-ps-mode=auto --rand-type=uniform run

MySQL
硬盘占用

测试
sysbench --config-file=node004_config oltp_point_select --tables=1 --table-size=100000000 run

Point select 测试命令
sysbench --config-file=node004_config oltp_point_select --tables=1 --table-size=100000000 --db-ps-mode=auto --rand-type=uniform run

Update index 测试命令
sysbench --config-file=node004_config oltp_update_index --tables=1 --table-size=100000000 --db-ps-mode=auto --rand-type=uniform run

Read-only 测试命令
sysbench --config-file=node004_config oltp_read_only --tables=1 --table-size=100000000 --db-ps-mode=auto --rand-type=uniform run


浙公网安备 33010602011771号