言寸

导航

mysql 性能调优 参数随写

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

posted on 2019-05-28 15:28  言寸  阅读(244)  评论(0编辑  收藏  举报