πŸ“Š MySQL
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
πŸ’¬ Discuss
βœ… Correct Answer: (D) 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.

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
176
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Nitin Gupta
Publisher
πŸ“ˆ
92%
Success Rate