-
Improvement
-
Resolution: Fixed
-
Minor
-
3.9
-
MOODLE_39_STABLE
-
MOODLE_39_STABLE
-
MDL-67635-filesystem-cleanup -
There are two sql queries with a left join which are pretty bad at scale:
https://github.com/moodle/moodle/blob/master/lib/filestorage/file_storage.php#L2211-L2249
At minimum these could be combined into a single sql -> result set loop