-
Which system variable enables mysqld to keep more tables open simultaneously?
-
- max_connect
- delayed_queue_size
- max_allowed_packet
- table_cache
- None of these
Correct Option: D
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.