-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
4.1.2
-
None
-
MOODLE_401_STABLE
The scheduled task \core\task\question_stats_cleanup_task fails with:
Debug info:
number of parameters must be between 0 and 65535
DELETE FROM mdl2_question_response_analysis WHERE id IN ($1,$2,
[...]
The task is trying to delete 1.4 million entries in mdl2_question_response_analysis on our system (PHP 8.0, Postgres).
- duplicates
-
MDL-75576 Question bank statistics are fetched in a terribly inefficient way
- Closed