πŸ“Š MySQL
Q. The most important configurable resource for MyISAM is
  • (A) memory cache
  • (B) speed cache
  • (C) key cache
  • (D) time cache
πŸ’¬ Discuss
βœ… Correct Answer: (C) key cache

Explanation: For the index processing, ‘MyISAM’ manages its own key cache, which is the most important configurable resource for the MyISAM storage engine. It is used for index based retrievals and sorts.

Explanation by: Nitin Gupta
For the index processing, ‘MyISAM’ manages its own key cache, which is the most important configurable resource for the MyISAM storage engine. It is used for index based retrievals and sorts.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
198
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Nitin Gupta
Publisher
πŸ“ˆ
92%
Success Rate