1.

What is the most important configurable resource for MyISAM?(a) key cache(b) memory cache(c) time cache(d) speed cacheThis question was addressed to me in class test.My question comes from Enabling or Disabling LOCAL Capability for LOAD DATA in chapter General MySQL Administration of MySQL

Answer»

Correct choice is (a) KEY cache

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