" " EXPLAIN , . , .
temp , tmp_table_size max_heap_table_size.
Max_heap_table_size - , MEMORY, , .
Tmp_table_size - , , . max_heap_table_size. tmp_table_size , max_heap_table_size. .
, , :
mysql> show global status like 'Created%';
+-------------------------+-------+
| Variable_name | Value |
+-------------------------+-------+
| Created_tmp_disk_tables | 20 |
| Created_tmp_files | 6 |
| Created_tmp_tables | 43 |
+-------------------------+-------+
. 43 , 20 .
tmp_table_size max_heap_table_size, .
, ? , . , 95% , . 5% - , , .
, tmp_table_size max_heap_table_size . Created_tmp_disk_tables Created_tmp_tables, , : 95% ( - , ).
, MySQL , temp. , , . EXPLAIN , , .
Percona Server, MySQL . - . , .