-
Notifications
You must be signed in to change notification settings - Fork 17
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
Perf: Operator Dashboard performance #535
Comments
@bmtcril for active users per organization and most active courses, would it make sense to re-create the |
I was initially going for "any activity", but this seems more reasonable, and I think we'll want that for some of the v1 "page" level events anyway. |
The enrollment filters now pull from the
Of the charts I wasn't able to update, here are my thoughts:
|
Thanks, I think we'll need to rethink those a little bit. We may want another aggretating mergetree MV just for these enrollments if it comes to it, but the rest of this can wait until we have the new datasets to look at. |
Effectively no work has been done to optimize performance on the Operator dashboard since it has been a lower priority than the Instructor dash. However under large scale load testing it's obvious that we need to make some improvements. Here are the charts that are exhibiting the worst behavior:
Many of these can be overcome by moving from using the
xapi_all_parsed
table to materialized views, or even better creating new aggregated MVs that specifically roll up these values over time. A first pass on this ticket should determine which course of action to take for each chart and create separate tickets for them with this as the epic.The text was updated successfully, but these errors were encountered: