You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of our clients has over 10 million records inside local_assessfreq_trend produced by quiz_tracking scheduled task. The get_quiz_tracking method inside the classes/quiz.php tries to get those records and eventually stops. Some quizzes have almost 200 thousand records inside that table. I tried to use raise_memory_limit(MEMORY_HUGE), but it didn't help much.
Proposal
Is it possible to add a cleanup local_assessfreq_trend table feature or optimize the plugin so it would be capable of operating big data objects more efficiently?
Errors
The text was updated successfully, but these errors were encountered:
Issue
One of our clients has over 10 million records inside local_assessfreq_trend produced by quiz_tracking scheduled task. The get_quiz_tracking method inside the classes/quiz.php tries to get those records and eventually stops. Some quizzes have almost 200 thousand records inside that table. I tried to use raise_memory_limit(MEMORY_HUGE), but it didn't help much.
Proposal
Is it possible to add a cleanup local_assessfreq_trend table feature or optimize the plugin so it would be capable of operating big data objects more efficiently?
Errors
The text was updated successfully, but these errors were encountered: