-
Bug
-
Resolution: Fixed
-
Major
-
3.1.5, 3.2.2
-
MOODLE_31_STABLE, MOODLE_32_STABLE
-
MOODLE_31_STABLE, MOODLE_32_STABLE
-
MDL-58593-master -
- Make sure backup/restore work as you would expect
- Run an automated backup that covers at least a few courses
- Run unit tests
We (and others) have noticed that when using scripts that create backups (so many are made during one session), each trip through the process the backup gets slower and slower.
I've tracked it down to sql_generator->getNameForObject(), it uses a tracking array to keep track of index names it has already issued, in an inefficient way.
- Testing discovered
-
MDL-58625 Persistent related debugging during restore
- Closed