Home » MYSQL » Mysql Setup » Question
  1. What is the most important configurable resource for MyISAM?
    1. time cache
    2. speed cache
    3. key cache
    4. memory cache
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.