-
The myisamchk variable that represents the size of buffer used to hold index blocks is _____________.
-
- sort_buffer_size
- write_buffer_size
- key_buffer_size
- read_buffer_size
- None of these
Correct Option: C
The myisamchk variable ‘key_buffer_size’ stores the size of buffer that is used to hold index blocks. ‘read_buffer_size’ stores size of buffer used for read operations, ‘sort_buffer_size’ is used for sorting.