-
Bug
-
Resolution: Fixed
-
Minor
-
3.4
-
MOODLE_34_STABLE
-
MOODLE_33_STABLE, MOODLE_34_STABLE
-
MDL-60976-master -
On Postgres the $DB->replace_all_text() function is very inefficient as it updates every tuple even if the REPLACE doesn't actually change anything. This is slow and results in big spikes in DB disk usage when using tool_replace.
The attached patch only updates fields if they match the search pattern.
- has a non-specific relationship to
-
MDL-46269 Convert http embedded content to https on https sites where available
-
- Closed
-