Configurando o servidor mysql

0

Eu tenho um servidor mysql instalado no sistema RHEL 6 com 128 GB de RAM e 16 núcleos. Eu estou executando 4 sites com consultas bastante pesadas com grandes associações e ordenações. Por favor me sugerir uma boa configuração para o meu arquivo my.cnf. Abaixo está minha configuração atual .. Eu estou tendo principalmente tabelas innodb no meu esquema ...

max_allowed_packet=64M
max_connections = 2500
tmp_table_size = 512M
binlog_cache_size =  32768
innodb_additional_mem_pool_size = 2097152
innodb_file_per_table =1
innodb_log_buffer_size = 8388608
innodb_log_file_size = 1G
innodb_flush_log_at_trx_commit = 0
innodb_lock_wait_timeout = 300
local_infile = 1
log_bin_trust_function_creators = 1
key_buffer_size = 50G
read_buffer_size = 2M
thread_stack = 262144
query_cache_size =512M
query_cache_limit = 512M
query_cache_min_res_unit = 8M
query_cache_type = 1
thread_cache_size = 100
innodb_buffer_pool_size = 50G
table_cache = 4096
read_rnd_buffer_size = 524288
sort_buffer_size = 16M
join_buffer_size = 16M
myisam_sort_buffer_size = 64M
myisam_max_sort_file_size = 64M
thread_concurrency = 32
    
por mridul4c 09.01.2013 / 18:41

0 respostas