You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run either 'prepare' or 'run' with the trx_level setting, I am getting the following message 'Unrecognized command line argument: --trx_level=RC'. I am running it on Postgres.
For example:
./tpcc.lua --pgsql-user=postgres --pgsql-db=sbtest --time=36000 --threads=56 --report-interval=1 --tables=10 --scale=100 --use_fk=0 --trx_level=RC --pgsql-password=oracle --db-driver=pgsql run
The script would run only if --trx_level is removed.
The text was updated successfully, but these errors were encountered:
When I run either 'prepare' or 'run' with the trx_level setting, I am getting the following message 'Unrecognized command line argument: --trx_level=RC'. I am running it on Postgres.
For example:
./tpcc.lua --pgsql-user=postgres --pgsql-db=sbtest --time=36000 --threads=56 --report-interval=1 --tables=10 --scale=100 --use_fk=0 --trx_level=RC --pgsql-password=oracle --db-driver=pgsql run
The script would run only if --trx_level is removed.
The text was updated successfully, but these errors were encountered: