Q. Increasing the value of which system variable enables mysqld to keep more tables open simultaneously?
β
Correct Answer: (B)
table_cache
Explanation: The ‘table_cache’ stores the size of the table cache. Increasing the value enables ‘mysqld’ to keep more tables open simultaneously by reducing the number of file open and close operations.