Q. Which system variable controls the size of the table cache?

  • (A) table_cache
  • (B) libmysqlb
  • (C) open_cache
  • (D) cache_open
πŸ’¬ Discuss
βœ… Correct Answer: (A) table_cache
Explanation: table_cache: This is the correct option. The table_cache system variable in MySQL controls the size of the table cache. It determines the maximum number of open tables that MySQL keeps cached in memory for quick access.
Explanation by: Vinay
table_cache: This is the correct option. The table_cache system variable in MySQL controls the size of the table cache. It determines the maximum number of open tables that MySQL keeps cached in memory for quick access.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
126
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Vinay
Publisher
πŸ“ˆ
84%
Success Rate