Home » MYSQL » MySQL Optimization » Question
  1. Which system variable controls the size of the table cache?
    1. cache_open
    2. open_cache
    3. cache_table
    4. table_cache
    5. None of these
Correct Option: D

In MySQL, when the server opens table files it keeps them open to minimize the number of file-opening operations. It maintains information about open files in the table cache.



Your comments will be displayed only after manual approval.