Q. Which myisamchk variable represents the size of buffer used to hold index blocks?
β
Correct Answer: (A)
key_buffer_size
Explanation: This question asks about the MyISAM storage engine in MySQL. MyISAM is an older storage engine, known for its speed in read operations. It uses indexes to quickly find specific data within your database.