MySQLの5.7と8.0のパフォーマンステスト

背景

試験それぞれmysql5.7のmysql8.0と書き込み、読み取り専用、書き込み専用プロパティ(TPS、QPS)ときにモードの異なる同時実行

前提

  • テストバージョンmysql5.7.22とmysql8.0.15を使用します
  • sysbench再起動MySQLサービスの前にテスト、およびキャッシュOSを空にする前に(キャッシュヒットを避けるためにするとき、いくつかのテスト)
  • Mysql5.7とmysql8.0テストが、テストデータの新しい世代であるたびに、試験されます
  • すべての一貫mysql5.7とmysql8.0設定パラメータのテストを確保

環境

myql5.7.22

5.7.22-log
innodb_buffer_pool_size 128M
innodb_log_buffer_size  64M
innodb_log_file_size    48M
binlog_format   ROW
log_bin ON
transaction_isolation   REPEATABLE-READ

mysql8.0.15

8.0.15
innodb_buffer_pool_size 128M
innodb_log_buffer_size  64M
innodb_log_file_size    48M
binlog_format   ROW
log_bin ON
transaction_isolation   REPEATABLE-READ

sysbench

sysbench -V
sysbench 1.1.0 (using bundled LuaJIT 2.1.0-beta3)

テスト

  • 別の永続化戦略の下で、パフォーマンスの下に書き込み専用モード(oltp_read_write、oltp_read_only、oltp_write_only)、読み取り専用、読み書きモードでmysql5.7とmysql8.0(ビンログは、永続性をREDOログ)
  • sysbench試験時間は60秒、表中の試験番号20であります
  • デュアルモード1(安全)でテストされ、02モード(高性能)し、
パラメータ オプションの値 意味
sync_binlog 0 オペレーティングシステムによって行わbinlogのブラシプレートの永続性、優れた性能、損失のバイナリログの危険性があります
sync_binlog 1 トランザクションがブラシプレートの永続性をコミットした後、最も安全な
sync_binlog N 各トランザクションは、Nをコミットした後、ブラシプレートの永続性
innodb_flush_log_at_trx_commit 0 第2の書き込みREDOログとブラシプレートの永続性パー
innodb_flush_log_at_trx_commit 1 トランザクションがREDOログとブラシプレートの永続性を、最も安全な書き込みコミットした後、
innodb_flush_log_at_trx_commit 2 トランザクションは、毎秒永続ディスクを磨く、REDOログ書き込みコミットした後、

デュアルモード1

SHOW GLOBAL  VARIABLES WHERE Variable_name IN('sync_binlog','innodb_flush_log_at_trx_commit');
+--------------------------------+-------+
| Variable_name                  | Value |
+--------------------------------+-------+
| innodb_flush_log_at_trx_commit | 1     |
| sync_binlog                    | 1   |
+--------------------------------+-------+

読み取りモードでmysql5.7とmysql8.0パフォーマンス

  • 1つのデュアル構成、読み取り - 書き込みモード、mysql5.7.22及び120でmysql8.0.15スレッドmysql8.0.15 TPS、QPS同様の性能、低下ジッタ性能がありました

読み取り専用モードでmysql5.7とmysql8.0パフォーマンス

  • 1つのダブルの構成、読み取り専用モードで、TPSのmysql5.7.22、QPSの約1/3より良いmysql8.0.15よりは、増加と並行スレッド、TPS、QPSの数を増やすことではなく後に、しかし、減少傾向がありました

書き込み専用モードでmysql5.7とmysql8.0パフォーマンス

  • mysql8.0.15約1/4よりも優れ同時パフォーマンスmysql5.7.22数の上昇に1重構成では、書き込み専用モードで、

モード02

SHOW GLOBAL  VARIABLES WHERE Variable_name IN('sync_binlog','innodb_flush_log_at_trx_commit');
+--------------------------------+-------+
| Variable_name                  | Value |
+--------------------------------+-------+
| innodb_flush_log_at_trx_commit | 2     |
| sync_binlog                    | 0   |
+--------------------------------+-------+

読み取りモードでmysql5.7とmysql8.0パフォーマンス

  • 02に配置され、読み書きモードを、同時低い数は、mysql5.7.22性能がmysql8.0.15よりも優れている場合、同時の比較的高い数、mysql8.0.15性能がmysql5.7.22よりも良好である場合、上記同時スレッド80のために、パフォーマンスが始まります下落

読み取り専用モードでmysql5.7とmysql8.0パフォーマンス

  • 02に配置され、読み取り専用モード、およそ1/3よりmysql5.7.22 mysql8.0.15優れたパフォーマンス、増加と同時の数が、そこにパフォーマンスの増加はありませんが、減少する傾向にあります

書き込み専用モードでmysql5.7とmysql8.0パフォーマンス

  • 02構成、書き込み専用モード、TPSのmysql5.7.22は比較的大きく振る。mysql8.0.15よりmysql5.7.22約1/3のQPS良好

結論

  • 全体的に、読み書きモードでmysql5.7.22は、読み取り専用、書き込み専用モードはmysql8.0.15の下に優れた性能であります
  • 並列数の増加に伴い、性能も向上させるだけでなく、減少していません
  • テスト結果が設定され、低下で行われ、絶対的な意味ではありません


sysbenchは= --db-PS-モードを設定を無効にプリコンパイルされた文を無効にする、または長時間の同時テストは、次のエラーが報告されますスレッドする必要が
FATAL:mysql_stmt_prepare()が失敗しました
MySQLのエラー:1461「最後max_prepared_stmt_count文(内により多くを作成できないのFATALを16382の):現在の値が"
FATAL:mysql_stmt_prepare()が失敗した
FATAL:MySQLエラー:1461は"(最後のステートメント内の現在の値よりmax_prepared_stmt_countを作成することはできません。)16382のを「
FATAL:thread_init' function failed: /usr/local/share/sysbench/oltp_common.lua:288: SQL API error FATAL: mysql_stmt_prepare() failed FATAL: MySQL error: 1461 "Can't create more than max_prepared_stmt_count statements (current value: 16382)" FATAL:thread_init「関数は失敗しました:は/ usr / local / share / SysBenchを/ oltp_common.lua:288:SQL APIエラー
FATAL:mysql_stmt_prepare()に失敗しました

スクリプトを使用します

 cat sysbench_test_mysql5.7_8.0_tps_qps.sh
#!/bin/bash
#用于sysbench 测试在读写模式、只读模式、只写模式下 mysql5.7和mysql8.0 的tps,qps
#nohup bash $0 >/tmp/sysbench_test 2>& 1 &
#

user=admin
passwd=admin
ports="8015 57222"
host=127.0.0.1
sysbench_test_mode="oltp_read_write oltp_read_only oltp_write_only"
sysbench_test_info_path=/tmp/sysbench-test

function red_echo () {

        local what="$*"
        echo -e "$(date +%F-%T) \e[1;31m ${what} \e[0m"
}

function check_las_comm(){
    if [ $1 -ne 0 ];then
        red_echo $2
        exit 1
    fi
}

function  restart_mysqld(){
  service mysqld${1} restart
  sleep 2
}

function  purge_binlog(){
port=$1
mysql -u$user -p$passwd -P$port -h$host<<EOF
purge binary logs before now();
EOF
}


function clean_os_cache(){
  echo 3 > /proc/sys/vm/drop_caches
}

function  sysbench_with_diff_thread(){


thread_num=$1
port=$2
order=$3
test_mode=$4
sysbench /usr/local/share/sysbench/${test_mode}.lua --mysql_storage_engine=innodb  --table-size=100000 --tables=20 --mysql-db=test_1 --mysql-user=$user --mysql-password=$passwd --mysql-port=$port  --mysql-host=$host --threads=$thread_num  --time=60 --report-interval=2 --db-ps-mode=disable --events=0 --db-driver=mysql $order

}

function  main(){
for test_mode in $sysbench_test_mode;do

  for port in $ports;do
    for thread_num in {5,10,20,30,40,80,120,200};do
      restart_mysqld "$port"
      check_las_comm  "$?" "restart mysqld${port} failed "
      clean_os_cache
      purge_binlog "$port"

      red_echo "sysbench $thread_num  threads cleanup mysqld${port}"
      sysbench_with_diff_thread "$thread_num" "$port" "cleanup" "$test_mode">/dev/null

      red_echo "sysbench $thread_num  threads prepare mysqld${port}"
      sysbench_with_diff_thread "$thread_num" "$port" "prepare" "$test_mode">/dev/null

      mkdir -p $sysbench_test_info_path
      red_echo "sysbench $thread_num  threads run mysqld${port} $test_mode"
      sysbench_with_diff_thread "$thread_num" "$port" "run" "$test_mode" > $sysbench_test_info_path/${test_mode}_${thread_num}_$port

      # service mysqld{port} stop
    done
  done
done

}

main

おすすめ

転載: www.linuxidc.com/Linux/2019-07/159522.htm