Community

Impact of the sort buffer size in MySQL

(Yves Trudeau) The parameter sort_buffer_size is one the MySQL parameters that is far from obvious to adjust. It is a per session buffer that is allocated every time it is needed. The problem with the sort buffer comes from the way Linux allocates memory.

Read More - Register for Free Membership