mysql performance tuning parameters with the writing

set global innodb_buffer_pool_size = 12*1024*1024*1024;
set global bulk_insert_buffer_size = 125829120;

set global net_buffer_length=512*1024
set global max_allowed_packet=100*1024*1024

Guess you like

Origin www.cnblogs.com/yancun8141/p/10937700.html