Home » MYSQL » MySQL Database Operations » Question
  1. The myisamchk variable that represents the size of buffer used to hold index blocks is _____________.
    1. sort_buffer_size
    2. write_buffer_size
    3. key_buffer_size
    4. read_buffer_size
    5. 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.



Your comments will be displayed only after manual approval.