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

[Improvement]: Optimize the speed of searching for tables in the tables navigation bar #2215

Closed
2 of 3 tasks
Tracked by #2176
hameizi opened this issue Oct 31, 2023 · 1 comment · Fixed by #2452
Closed
2 of 3 tasks
Tracked by #2176
Assignees

Comments

@hameizi
Copy link
Contributor

hameizi commented Oct 31, 2023

Search before asking

  • I have searched in the issues and found no similar issues.

What would you like to be improved?

Currently, each search for a table in the tables navigation bar triggers a backend request, but listing tables in the backend takes a long time. To improve performance, we could trigger a request once when opening the tables in the frontend, and subsequently search based on the returned value.

How should we improve?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Subtasks

No response

Code of Conduct

@tcodehuber
Copy link
Contributor

I'm glad to undertake this issue. Can you assign it to me?

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

Successfully merging a pull request may close this issue.

2 participants