-
Which system variable controls the size of the table cache?
-
- cache_open
- open_cache
- cache_table
- table_cache
- 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.