cyckax
Results
1
issues of
cyckax
Hi, I use the command below: sysbench --mysql-host=*** --mysql-port=*** --mysql-user=*** --mysql-password=*** --mysql-db=sbtest --tables=50000 --table_size=100000 --rand-type=uniform --threads=256 --thread-init-timeout=120 --time=259200 --report-interval=1 --percentile=99 --skip_trx=on --db-ps-mode=disable --mysql-ignore-errors=all ./lua/oltp_read_only.lua run I've reviewd some related issues...