In MySQL, the default size of the key buffer in MB is _________________.
32
16
8
4
None of these
Correct Option: C
The larger values allow MySQL to hold more index blocks in memory at once. This increases the chances of finding key values in memory without having to read a new block from disk.