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

The performance of large databases is poor. #10

Open
zhyipeng opened this issue Oct 9, 2024 · 4 comments
Open

The performance of large databases is poor. #10

zhyipeng opened this issue Oct 9, 2024 · 4 comments

Comments

@zhyipeng
Copy link

zhyipeng commented Oct 9, 2024

Env: MacOS 14.2 (23C64), M2, 32G
When opening a MySQL database with a very large number of tables (around 2000), the entire program experiences significant lag and is nearly unusable.

@invm
Copy link
Owner

invm commented Oct 9, 2024

Interesting, can you tell me approximately how many columns on average? Probably something to do with the sidebar rendering

@zhyipeng
Copy link
Author

Interesting, can you tell me approximately how many columns on average? Probably something to do with the sidebar rendering

There are about 1,000 tables partitioned by date, each with 9 columns, and the other tables average less than 10 columns each.

@invm
Copy link
Owner

invm commented Oct 12, 2024

Hi there @zhyipeng, I've updated the tables and the views list to use a virtual list, can you check if this fixes your issue in 1.2.0?
You should get an update prompt.

@zhyipeng
Copy link
Author

Hi there @zhyipeng, I've updated the tables and the views list to use a virtual list, can you check if this fixes your issue in 1.2.0?您好,我已经更新了表格和视图列表以使用虚拟列表,您能否检查一下这是否解决了您在 1.2.0 中的问题? You should get an update prompt.您应该会收到更新提示。

Thx. I have tried the new version. The program's lag has improved significantly, but there is still lag when typing and deleting in the SQL editor.

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

No branches or pull requests

2 participants