5
Bagaimana cara menentukan sort_buffer_size optimal?
Saya membaca dari file konfigurasi sampel yang mengatakan sebagai berikut: # Sort buffer is used to perform sorts for some ORDER BY and GROUP BY # queries. If sorted data does not fit into the sort buffer, a disk # based merge sort is used instead - See the "Sort_merge_passes" …