sysbench-tpcc icon indicating copy to clipboard operation
sysbench-tpcc copied to clipboard

Sysbench scripts to generate a tpcc-like workload for MySQL and PostgreSQL

Results 23 sysbench-tpcc issues
Sort by recently updated
recently updated
newest added

Not really understand `other_ware` in `tpcc_run.lua`. https://github.com/Percona-Lab/sysbench-tpcc/blob/585e2b8af327d35866aed7e56837c2134d8835a9/tpcc_run.lua#L24C1-L36C4 I think this code will finally generate a warehouse_id exactly as same as input, which is opposite to the comment over the code.

can someone help me understand the output of this script. e.g. I see: ``` [ 93s ] thds: 56 tps: 43.01 qps: 1397.23 (r/w/o: 645.10/662.11/90.01) lat (ms,95%): 2680.11 err/s 1.00...

Hello, I'm incoming from the PlanetScale blog. I run this prepare: ``` ./tpcc.lua --pgsql-host=${DB_HOST} --pgsql-port=${DB_PORT} --pgsql-password=${DB_PASSWORD} --pgsql-user=${DB_USER} --pgsql-db=${DB_NAME} --tables=20 --scale=250 --use_fk=0 --threads=20 --report-interval=1 --db-driver=pgsql prepare ``` Which finishes with no...