【TiDB 使用环境】 测试
【TiDB 版本】8.5.2
【操作系统】centos 7
【部署方式】 物理机 /机器部署
【集群数据量】1
【集群节点数】3
【问题复现路径】navicat 随意打开表,速度特别慢 几秒到十几秒 。
show full processlist 看到 长时间等待 :
SELECT TABLE_NAME, ENGINE, VERSION, ROW_FORMAT, table_rows,
AVG_ROW_LENGTH, data_length, max_data_length, index_length,
data_free, AUTO_INCREMENT, create_time, update_time, check_time,
table_collation, IFNULL(CHECKSUM,‘’), create_options, table_comment
FROM information_schema.tables
WHERE LOWER(table_schema)=‘leader_manager’ ORDER BY TABLE_NAME
SELECT COUNT(1) FROM information_schema.tables 很快
sqlyog 打开表速度正常的 sqlyog 不频繁执行 这种sql查询 information_schema.tables表
【遇到的问题:问题现象及影响】
【资源配置】进入到 TiDB Dashboard -集群信息 (Cluster Info) -主机(Hosts) 截图此页面
【复制黏贴 ERROR 报错的日志】
【其他附件:截图/日志/监控】
8.5.2
7.5.6
8.5.2
7.5.6