When performing joins, if they are below this size, they will be kept in memory and never written to a temporary file.As this is a per connection memory allocation, care must be taken not to increase it too high.The sum of the join_buffer_size + sort_buffer_size + read_buffer_size + read_rnd_buffer_size + thread_stack + binlog_cache_size + Core MySQL/MariaDB memory should be below 80%.If the recommendation is negative, you must decrease this and or the sort_buffer_size until the recommendation fits within the allowable memory.
När du utför sammankopplingar kommer de, om de är mindre än denna storlek, att sparas i minnet och aldrig skrivas till en temporär fil.Eftersom detta är en minnesallokering per anslutning måste man vara försiktig så att den inte blir för hög.Summan av join_buffer_size + sort_buffer_size + read_buffer_size + read_rnd_buffer_size + thread_stack + binlog_cache_size + Core MySQL/MariaDB-minne bör vara under 80%.Om rekommendationen är negativ måste du minska denna och eller sort_buffer_size tills rekommendationen passar inom det tillåtna minnet.