Home » MYSQL » Mysql Setup » Question
  1. The most important configurable resource for MyISAM is ______________.
    1. memory cache
    2. speed cache
    3. key cache
    4. time 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.