sysbench
sysbench copied to clipboard
why the tps is quite different from qps
i have made a read only test by sysbench, the tps is 700 per sec,the qps is 10000 per sec. why it has such a big difference in this case
tps == transactions per second (begin; insert; update; delete; commit) <-- that is 1 transaction qps == queries per second (select) That is why they are different