Q. The myisamchk variable that represents the size of buffer used to hold index blocks is . . . . . . . .
β
Correct Answer: (A)
key_buffer_size
Explanation: This question asks about a MySQL variable that controls the size of the buffer used for storing index blocks. Index blocks are used to speed up data retrieval in your database.