Home » HTML » Html miscellaneous » Question
  1. Which command controls the maximum number of tables that the cache can hold?
    1. open_files_limit
    2. read_buffer_size
    3. table_open_cache
    4. table_definition_cache
    5. None of these
Correct Option: C

The option for table cache is table_open_cache. It controls the maximum number of tables that the cache can hold, we set the variable equal to the total number of table, table_definition_cache is the lightweight partner to table cache.



Your comments will be displayed only after manual approval.