oceanbase里有类似performance_schema`.`table_io_waits_summary_by_index_usage的统计信息表吗?
索引表没有专门的统计信息;ob 里面没有performance_schema`.`table_io_waits_summary_by_index_usage 这张表主表的统计信息用的是 __virtual_partition_meta_table 和 __all_virtual_column_statistic存储层合并收集的统计信息在__all_column_statistic和__all_tenant_meta_table里。优化器收集的统计信息在__all_table_stat,__all_column_stat, __all_histogram_stat里