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
I use version 3.7.4 and mariadb. I encountered again a problem with the upgrade from M3.6 to M3.7. There are many queries of type
SELECT * FROM mdl_questionnaire_response_rank WHERE question_id = '229924'
which individually don't take too much time (maybe 0.1 or 0.2 seconds?), but we have 992876 entries in that table (is that a lot?). A 10^5 seconds is too long...
It has been a couple of hours now and no sign of terminating.
The text was updated successfully, but these errors were encountered:
The upgrade finished, it took 168 min. I upgraded another site (with version3.7.3, but the rate.php code hasn't really changed in 3.7.4) without problems, but that site had only 36000 rows in mdl_questionnaire_response_rank, a factor 20 less.
I use version 3.7.4 and mariadb. I encountered again a problem with the upgrade from M3.6 to M3.7. There are many queries of type
which individually don't take too much time (maybe 0.1 or 0.2 seconds?), but we have 992876 entries in that table (is that a lot?). A 10^5 seconds is too long...
It has been a couple of hours now and no sign of terminating.
The text was updated successfully, but these errors were encountered: