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
硬盘占用
![image-20230302143337380](./assets/image-20230302143337380.png
测试
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