2天前在我的服务器上我tmp_table_size= max_heap_table_size(16M).
我做了一次运行一个小时,从产生开始报告cron作业:created_tmp_disk_tables,created_tmp_files,created_tmp_tables
在我的报告中:created_tmp_disk_tables+ created_tmp_files+ created_tmp_tables=我的临时数据的100%
接着就,随即 :
tmp_table_size= max_heap_table_size= 16M报告向我显示下一个平均报告:
如何优化这些结果?
与tmp_table_size= max_heap_table_size= 20M在第一个小时:
7小时后(重启后):
这不是我的预期.
27.37%到21.70%- >预期更多1.16%到33.75% - >为什么?71.48%到44.55%- >奇怪; 预计会上升mysql ×1