-
Bug
-
Resolution: Fixed
-
Minor
-
2.1.1, 2.2
-
MySQL server version: 5.0.77
-
MySQL
-
MOODLE_21_STABLE, MOODLE_22_STABLE
-
MOODLE_21_STABLE
-
-
Example: deleting question attempts on large MySQL database can take up to 10 minutes and is wasting database server resources.
Large database in this case means:
question_attempts table – ~ 1.5M rows
question_attempt_steps table – ~ 4M rows
question_attempt_step_data table – ~ 9M rows
The fix described in Workaround makes this action to take less then some seconds.