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

Large data set slows down in treeview #63

Closed
samant-rags opened this issue Sep 11, 2023 · 1 comment · Fixed by #64
Closed

Large data set slows down in treeview #63

samant-rags opened this issue Sep 11, 2023 · 1 comment · Fixed by #64
Assignees
Labels
question Further information is requested
Milestone

Comments

@samant-rags
Copy link

So i have a table with 43000 records and it slows down very rapidly.
If i limit to 2000 records , its fine.
Can some kind of lazy loading be done (on click of country--> state -->City and zone) ?

image

@mikhail-vl mikhail-vl self-assigned this Sep 11, 2023
@mikhail-vl mikhail-vl added the question Further information is requested label Sep 11, 2023
@mikhail-vl
Copy link
Member

mikhail-vl commented Sep 11, 2023

@samant-rags 43,000 records is impressive. Can you measure time for me to understand where the bottleneck is?

  1. Retrieving the data from a data source for a panel.
  2. Rendering the data in a panel.
  3. Retrieve values for the variables in the dashboard, until dashboard starts to render.

We can implement lazy loading on the panel side if it's the bottleneck.

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

Successfully merging a pull request may close this issue.

2 participants