7

MySQL は常にほぼすべての CPU を消費しています。この問題を診断するにはどうすればよいですか? 重要な統計は次のとおりです。

私たちのマシン:

Windows Server 2008 R2 Enterprise

Intel G6950 2.80GHz 

4GB RAM

64-bit 

MySQL Server 5.5

ASP.NET v2.0 

my.ini から:

character-set-server=latin1

default-storage-engine=INNODB

sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

max_connections=500

query_cache_size=256M

table_cache=320

tmp_table_size=195M

thread_cache_size=8

myisam_max_sort_file_size=100G

myisam_sort_buffer_size=256M

key_buffer_size=1024M

read_buffer_size=64K

read_rnd_buffer_size=256K

sort_buffer_size=256k

innodb_additional_mem_pool_size=12M

innodb_flush_log_at_trx_commit=1

innodb_log_buffer_size=7M

innodb_buffer_pool_size=1024M

innodb_log_file_size=117M

innodb_thread_concurrency=8

external-locking

最も頻繁にアクセスされ、作業を遅らせているように見えるテーブルは、asset_search_asr です。

次のスクリーンショットは、EXPLAIN を実行して得た結果です。

http://thislens.com/explain-x2.jpg

そして、SHOW INDEX:

http://thislens.com/show_index.jpg

時間を割いてオファーのガイダンスに回答してくださったすべての方々に、前もって感謝します。私は初心者なので、何を探すべきかについての一般的な考えでさえ、非常に役立ちます.

4

0 に答える 0