TiDB Dashboard的流量可视化中出现了不属于任何db的表名

为提高效率,请提供以下信息,问题描述清晰能够更快得到解决:
【TiDB 版本】 v5.0.1

【现象】 TiDB Dashboard中的流量可视化图表中,出现了不属于任何DB的一个表,具体见下图。

想请教下,如何知道这个table_21039具体是什么表?(table中并没有这个id)
谢谢!

1 个赞

select * from information_schema.tables where table_name=‘table_21039’;
麻烦查一下看看是否存在表信息,多谢。

感谢回复。
看过的没有这个名字。也没有这个ID。

MySQL [(none)]> select * from information_schema.tables where table_name='table_21039';
Empty set (0.35 sec)

MySQL [(none)]> select * from information_schema.tables where tidb_table_id=21039;
Empty set (0.34 sec)

分析中,有进展会尽快反馈,多谢。

请问最后怎么处理的,现在我们也遇见这种情况,我用region id查出来是其他业务上的表
tidb v5.4.0