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

Fetching tables list takes too long #49

Closed
dkBrazz opened this issue Nov 8, 2023 · 3 comments
Closed

Fetching tables list takes too long #49

dkBrazz opened this issue Nov 8, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@dkBrazz
Copy link

dkBrazz commented Nov 8, 2023

When opening an IDE and fetching the initial list of tables it takes two-three minutes to see the tables
In my AWS account, I have around 600 tables

I suppose the plugin fetches tables and then the metadata for each table before showing a list
Maybe it is worth splitting metadata collection into the background, with the possibility of opening a separate table in the data browser before all the metadata is gathered

@dkBrazz dkBrazz added the bug Something isn't working label Nov 8, 2023
@AntonShuvaev
Copy link
Owner

Thank you for reporting this issue. I will try to improve the performance by possibly implementing asynchronous table and metadata loading.

@AntonShuvaev
Copy link
Owner

In version 2023.3.0, I've improved the table list loading. The metadata now loads asynchronously. Please let me know if you're still experiencing issues.

@dkBrazz
Copy link
Author

dkBrazz commented Dec 6, 2023

Tables load much faster now, thank you for such a fast fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants