-
Bug
-
Resolution: Deferred
-
Minor
-
None
-
3.3.7, 3.4.4, 3.5.1, 3.11, 4.0
-
MOODLE_311_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE, MOODLE_400_STABLE
-
MDL-62972_master -
Moderate
-
Mysql connections to external logstore are not reused/cached, so the amount of mysql connections is increasing.
This can best be seen during automated course backup. Every database reading creates a new database connection. This connections are terminated when backup process is finished.
Probably solution: Use a global variable $DBEXT like $DB, where the external mysql connection is cached.
- Testing discovered
-
MDL-72344 Restore including logs of external database uses a lot of DB connections
-
- Closed
-