Long-period naicreport will not scale to fram or betzy (or maybe even saga) #620
Labels
component:sonalyze
sonalyze/*
pri:high
task:bug
Something isn't working
task:enhancement
New feature or request
Already for Fox the scripts that compute the 3-month load are quite expensive, as they pull in a lot of data and the computation of system load from sonar data is superlinear (#314). Though we may be able to make the algorithm something closer to linear, the underlying strategy of recomputing everything from sample data every time we need it is not sensible in the long term. The issue is really a consequence of a very flexible query model, where we can ask for the load incurred for arbitrary users on arbitrary hosts in an arbitrary time span. This is powerful and we shouldn't abandon it, but it need not be the main engine for simpler day-to-day tasks where we compute the same result every day.
There is the possibility of caching more computed results ( #506 ) but we could also change the strategy for how we handle load data for these reports (also mentioned in #517 ). It's hard to say how urgent this is. For the time being, we'd best not implement load reports for the big iron for more than the last week.
The text was updated successfully, but these errors were encountered: