ขอดูที่ปรับ ใน my.cnf ปรับตรงไหนถึงวิ่งกระจูดจาก 0% ----> 94% และ ram เท่าไหร่ครับ ที่ปรับ master ผมก็ได้ innodb 94% เหมือนกัน จะเตรียมทดสอบ กับ slave ตัวใหม่ ตอนนี้ รอเสนอซื้อ server slave ...ไม่รู้จะได้เปล่า
ตอนนี้ใช้ Ram แค่ 2 GB อยู่ครับ....วันพรุ่งนี้(26 มีนา) จะมาอีก 8 GB ครับ ส่วน Config Master ผมตามนี้ครับ........ก็ใช้วิชามั่วบ้าง.....(อย่าเอาเป็นแบบอย่าง
)
[client]
port = 3306
socket = /var/lib/mysql/mysql.sock
default-character-set=tis620
[mysqld]
default-storage-engine = INNODB
default_table_type = INNODB
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-locking
back_log = 50
max_connections = 200
max_connect_errors = 5
key_buffer = 512M
max_allowed_packet = 1024M
binlog_cache_size = 4M
table_cache = 1500
sort_buffer_size = 1M
read_buffer_size = 1M
read_rnd_buffer_size = 1M
join_buffer_size = 4M
bulk_insert_buffer_size = 32M
max_heap_table_size = 1024M
myisam_sort_buffer_size = 512M
myisam_max_sort_file_size = 512M
myisam_max_extra_sort_file_size = 512M
myisam_repair_threads = 1
myisam_recover
thread_cache_size = 1200
query_cache_size= 1024M
thread_cache_size = 16
thread_concurrency = 16
default-character-set=tis620
skip-name-resolve
skip-character-set-client-handshake
init_connect = 'SET NAMES tis620'
ft_min_word_len = 4
thread_stack = 192K
transaction_isolation = REPEATABLE-READ
tmp_table_size = 32M
log-bin=mysql-bin
log_bin_trust_function_creators = 1
binlog_format=mixed
slow_query_log
long_query_time = 2
log_long_format
innodb_file_per_table = 1
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:100M:autoextend
innodb_log_files_in_group = 2
innodb_log_group_home_dir = /var/lib/mysql/
innodb_max_dirty_pages_pct = 90
innodb_doublewrite = 0
innodb_buffer_pool_size = 2048M
innodb_additional_mem_pool_size = 24M
innodb_log_file_size = 512M
innodb_log_buffer_size = 2M
innodb_thread_concurrency = 16
innodb_flush_log_at_trx_commit = 1
innodb_flush_method = O_DIRECT
innodb_doublewrite = 0
innodb_lock_wait_timeout = 50
innodb_thread_concurrency = 0
innodb_support_xa = 0
innodb_locks_unsafe_for_binlog = 1
innodb_io_capacity = 10000
innodb_write_io_threads = 16
innodb_read_io_threads = 16
[mysqldump]
quick
max_allowed_packet = 2048M
allow-keywords
[mysql]
no-auto-rehash
default-character-set=tis620
[isamchk]
key_buffer = 1024M
sort_buffer_size = 1024M
read_buffer = 4M
write_buffer = 4M
[myisamchk]
key_buffer = 1500M
sort_buffer_size = 1024M
read_buffer = 4M
write_buffer = 4M
[mysqlhotcopy]
interactive-timeout
[mysqld_safe]
open-files-limit = 8192
ไม่รู้ว่าถูกผิดประการใดบ้าง วานผู้รู้ช่วยชี้แนะด้วยครับ