1.

Which myisamchk variable represents the size of buffer used to hold index blocks?(a) key_buffer_size(b) read_buffer_size(c) sort_buffer_size(d) write_buffer_sizeThe question was asked during an interview.The doubt is from Checking and Repairing Database Tables in division Database Maintenance, Backups and Replication of MySQL

Answer»

The CORRECT choice is (a) key_buffer_size

Easy EXPLANATION: The myisamchk variable ‘key_buffer_size’ STORES the size of buffer that is used to hold index blocks. ‘read_buffer_size’ stores the size of buffer used for read operations, ‘sort_buffer_size’ is used for SORTING.



Discussion

No Comment Found

Related InterviewSolutions