SQLダンプがあり、かなり大きく(411 MB)、サーバーAにインポートするのに10分かかりました。ワークステーションBに同じインポートを行うと、インポートに8時間(pipeviewer)の見積もり(40分で31 MBをインポートしました) )したがって、これはファクター53の方が遅くなります。
仕様:
Server A:
MySQL Version: 5.5.30-1.1 (Debian)
2 GB RAM
1 core QEMU Virtual CPU version 1.0 - cpu MHz: 3400.020
Workstation B:
MySQL Version: 5.5.41-MariaDB-1ubuntu0.14.04.1
14 GB RAM
4 cores Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz - cpu MHz: 1600.000
mysql / maria構成は、ストック構成です。
昨日、ワークステーションでMariaDBに切り替えましたが、MariaDBの前は統計がさらに悪化していました。
ワークステーション上のすべてのデータベースをすでに削除しました-違いはありません。
大きな質問は次のとおりです。パフォーマンスを53倍遅くするにはどうすればよいですか。私はこのように働くことはできません:-(
私のインポートコマンド:
pv sql/master.sql | mysql -h'localhost' -u'root' -p'root' 'master'
iostat -xm 5
サーバーA:
avg-cpu: %user %nice %system %iowait %steal %idle
17,43 0,00 30,28 51,85 0,00 0,44
Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
sda 0,00 254,03 0,00 1305,45 0,00 6,09 9,56 0,78 0,60 0,00 0,60 0,57 74,25
ワークステーションB:
avg-cpu: %user %nice %system %iowait %steal %idle
7,32 0,00 3,22 5,03 0,00 84,42
Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
sda 0,00 1,40 0,80 172,40 0,00 0,56 6,72 1,17 6,75 12,00 6,72 5,40 93,52
dd if=/dev/zero of=tempfile bs=1M count=1024 conv=fdatasync,notrunc
サーバーA:
1073741824 bytes (1,1 GB) copied, 18,6947 s, 57,4 MB/s
ワークステーションB:
1073741824 bytes (1,1 GB) copied, 8,95646 s, 120 MB/s
innodb_buffer_pool_size
各マシンの価値は何ですか?