1.

The most important configurable resource for MyISAM is ______________(a) key cache(b) memory cache(c) time cache(d) speed cacheThis question was addressed to me in a national level competition.I need to ask this question from Storage Engine Configuration in division General MySQL Administration of MySQL

Answer»

Correct option is (a) key cache

The BEST 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.



Discussion

No Comment Found

Related InterviewSolutions