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

code completion system gets slow with many objects #3

Open
jmbarberan opened this issue Dec 6, 2024 · 1 comment
Open

code completion system gets slow with many objects #3

jmbarberan opened this issue Dec 6, 2024 · 1 comment

Comments

@jmbarberan
Copy link

When the connection has many databases (50+) with many tables (50+ avg) the code completion system gets quite slow

@invisal
Copy link
Collaborator

invisal commented Dec 9, 2024

Thanks for reporting. I am aware of the performance issue when people has many databases and tables as we try to load everything columns at the startup. I will work on improvement to lazy load for larger database.

But it will take a while to restructure to do lazy loading. At the meantime, I will try to find a way to optimize the algorithm only the code completion.

Your feedback is valuable for us.

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