1. 程式人生 > 實用技巧 >吳裕雄--天生自然ANDROID開發學習:3.7 AsyncTask非同步任務

吳裕雄--天生自然ANDROID開發學習:3.7 AsyncTask非同步任務

OLTP讀寫
sysbench --db-driver=mysql --mysql-host=10.10.. --mysql-port=8000 --mysql-user=root --mysql-password='' --mysql-db=sbtest --table_size=25000 --tables=1000 --events=0 --time=600 --threads=100 oltp_read_write prepare
sysbench --db-driver=mysql --mysql-host=10.10.. --mysql-port=8000 --mysql-user=root --mysql-password=''
--mysql-db=sbtest --table_size=25000 --tables=1000 --events=0 --time=600 --threads=100 --percentile=95 --report-interval=5 oltp_read_write run sysbench --db-driver=mysql --mysql-host=10.10.. --mysql-port=8000 --mysql-user=root --mysql-password='' --mysql-db=sbtest --table_size=25000 --tables=1000 --events=0 --time=600 --threads=100
--percentile=95 oltp_read_write cleanup OLTP只讀 sysbench --db-driver=mysql --mysql-host=10.10.. --mysql-port=8000 --mysql-user=root --mysql-password='' --mysql-db=sbtest --table_size=25000 --tables=1000 --events=0 --time=600 --threads=100 oltp_read_only prepare sysbench --db-driver=mysql --mysql-host=10.10.. --mysql-port=8000
--mysql-user=root --mysql-password='' --mysql-db=sbtest --table_size=25000 --tables=1000 --events=0 --time=600 --threads=100 --percentile=95 --report-interval=5 --skip-trx=1 oltp_read_only run sysbench --db-driver=mysql --mysql-host=10.10.. --mysql-port=8000 --mysql-user=root --mysql-password='' --mysql-db=sbtest --table_size=25000 --tables=1000 --events=0 --time=600 --threads=100 --percentile=95 oltp_read_only cleanup OLTP只寫 sysbench --db-driver=mysql --mysql-host=10.10.. --mysql-port=8000 --mysql-user=root --mysql-password='' --mysql-db=sbtest --table_size=25000 --tables=1000 --events=0 --time=600 --threads=100 oltp_write_only prepare sysbench --db-driver=mysql --mysql-host=10.10.. --mysql-port=8000 --mysql-user=root --mysql-password='' --mysql-db=sbtest --table_size=25000 --tables=1000 --events=0 --time=600 --threads=100 --percentile=95 --report-interval=5 oltp_write_only run sysbench --db-driver=mysql --mysql-host=10.10.. --mysql-port=8000 --mysql-user=root --mysql-password='' --mysql-db=sbtest --table_size=25000 --tables=1000 --events=0 --time=600 --threads=100 --percentile=95 oltp_write_only cleanup