A

Admin • 828.70K Points
Coach

Q. Which system variable enables mysqld to keep more tables open simultaneously?

  • (A) max_connect
  • (B) delayed_queue_size
  • (C) max_allowed_packet
  • (D) table_cache
  • Correct Answer - Option(D)
  • Views: 17
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.