こんにちは最近、2 つの異なる ubuntu サーバーでテストを実施しました。
Here are the results:
innodb_flush_trx_commit = 1
Staging Server: 10,000 Inserts ----> 81 seconds
innodb_flush_trx_commit = 2
Staging Server: 10,000 Inserts ----> 61 seconds
Dev Server:
innodb_flush_trx_commit = 1
10,000 Inserts ----> 5 seconds
Dev Server:
innodb_flush_trx_commit = 2
10,000 Inserts ----> 2 seconds
I am clear that performance vary with innodb_flush setting.
But why there is a huge diff in performance from the server to server ?
ここで考慮すべきことは何ですか...?考慮された詳細の一部を次に示しますが、疑わしい重要なことはありません。
staging server: Intel(R) Xeon(R) CPU X5355 @2.66GHz
processor 0, 1
mysql 5.1.61
innodb_buffer_pool : 8MB
RAM: 4GB
dev server: AMD Opteron(tm) Processor 4130 @2.60ghZ
processor 0, 1
mysql 5.0.67
innodb_buffer_pool : 8MB
RAM: 4GB
異なるサーバーでのパフォーマンスのこの大きな違いにつながった正確なものは何かを理解するのを手伝ってください...?
NOTE: same script used in the same way on noth the servers and not from remote
sesrvers.
前もって感謝します。よろしく、UDAY