πŸ“Š MySQL
Q. Increasing the value of which system variable enables mysqld to keep more tables open simultaneously?
  • (A) delayed_queue_size
  • (B) table_cache
  • (C) max_allowed_packet
  • (D) max_connect
πŸ’¬ Discuss
βœ… 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.

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

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