tidb-dashboard icon indicating copy to clipboard operation
tidb-dashboard copied to clipboard

keyvis page is empty when there're many tables in DB

Open lance6716 opened this issue 1 year ago • 0 comments

Bug Report

Please answer these questions before submitting your issue. Thanks!

What did you do?

mysql> SELECT count(*) FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'many_tables';
+----------+
| count(*) |
+----------+
|    99997 |
+----------+
1 row in set (0.37 sec)

What did you expect to see?

What did you see instead?

image

What version of TiDB Dashboard are you using (./tidb-dashboard --version)?

master

lance6716 avatar Jul 16 '24 03:07 lance6716