The configuration community:
Search the Site:

join_buffer_size

Information

The size of the buffer that is used for joins that do not use indexes and thus perform full table scans. Normally the best way to get fast joins is to add indexes. Increase the value of join_buffer_size to get a faster full join when adding indexes is not possible. One join buffer is allocated for each full join between two tables. For a complex join between several tables for which indexes are not used multiple join buffers might be necessary.

Syntax

Example

728x90