Home » MYSQL » Mysql miscellaneous » Question
  1. The system variable controls the size of the table cache _________________.
    1. open_cache
    2. cache_open
    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.