Performance Issues on Large Dashboards after Upgrading v8 to v10 #6953
macklin-fluehr
started this conversation in
General
Replies: 1 comment 2 replies
-
That's interesting. Do you have an idea of whether the problem is on the backend (eg retrieving data takes too long), vs the front end (eg passing too much data in the query results)? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to ask for some advice on how to handle a specific blocker to upgrading to v10. We have some large dashboards, which, while are slow to load in V8, do eventually load, tile by tile.
We tried upgrading to v10 and found that these dashboards just crashed. In some borderline scenarios, nothing would load and then everything loaded at once, which seems to be a different loading behavior than v8. But, in general, we would just get an error saying the page did not load, please contact your administrator.
I'm assuming there might be a way to update our docker-compose config resource count to help with this, but I'm unsure what resources in V10 might do that. I tried changing a couple with no discernible success.
To mitigate I rolled back to v8 for the interim.
redash: docker
image: redash/redash:10.1.0.b50633
Beta Was this translation helpful? Give feedback.
All reactions