Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lance6716 opened this issue Jul 16, 2024 · 0 comments
Open

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

lance6716 opened this issue Jul 16, 2024 · 0 comments
Labels

Comments

@lance6716
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant