sqlbench
sysbench --test=oltp --oltp-table-size=72000000 --max-time=300 \
--max-requests=0 --mysql-table-engine=innodb \
--db-ps-mode=disable --mysql-engine-trx=yes \
--oltp-table-name=sbtest${i} --oltp-skip-trx \
--oltp-test-mode=simple --oltp-point-select-all-cols \
--oltp-simple-update --oltp-dist-type=uniform \
--oltp-range-size=1 --num-threads=$nt --seed-rng=1 run
There are no comments on this page. [Add comment]