微智科技网
您的当前位置:首页查看索引使用的情况

查看索引使用的情况

来源:微智科技网
#首先切换到  information_schema 库 
select
 object_type,object_schema,object_name,index_name,count_star,count_read,COUNT_FETCH 
from
 performance_schema
.table_io_waits_summary_by_index_usage
where
 object_name=
'credit_coupon'

  

转载于:https://my.oschina.net/web256/blog/549528

因篇幅问题不能全部显示,请点此查看更多更全内容