26.4.3.25 schema_index_statistics 和 x $ schema_index_statistics 视图

这些视图提供索引统计信息。默认情况下,行按总索引延迟降低的 Sequences 排序。

schema_index_statisticsx$schema_index_statistics视图具有以下列:

包含 table 的架构。

包含索引的 table。

索引名称。

使用索引读取的总行数。

使用索引的定时读取的总 await 时间。

插入索引的总行数。

定时插入的总 await 时间到索引中。

索引中更新的总行数。

索引中定时更新的总 await 时间。

从索引中删除的总行数。

定时从索引中删除的总 await 时间。

首页