本文主要是介绍Table_open_cache_hits,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
文档解释
The number of hits for open tables cache lookups.
表缓存被命中的次数
代码出处
bool open_table(THD *thd, TABLE_LIST *table_list, Open_table_context *ot_ctx)
{...thd->status_var.table_open_cache_hits++;...
}
这篇关于Table_open_cache_hits的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!