Q. Which myisamchk variable represents the size of buffer used to hold index blocks?

  • (A) key_buffer_size
  • (B) quit;
  • (C) sort_buffer_size
  • (D) write_buffer_size
πŸ’¬ Discuss
βœ… 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.
Explanation by: Ranjeet
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
98
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ranjeet
Publisher
πŸ“ˆ
96%
Success Rate