-
Improvement
-
Resolution: Not a bug
-
Minor
-
None
-
Future Dev
We want the moodle bootstrap to be as minimal and lightweight as possible, and using a recordset forces db traffic onto the primary instead of a replica. There are a couple places which use a recordset for no reason, ie the data returned is very small and processed in memory either way, so these can be swapped back to normal get_records called and shifted to a replica db.