MDL-61475 mod_choice: perf improvement when exporting personal data
commita57960ee11ba6842741b1a4c15fef93c1329ee7e
authorJake Dallimore <jake@moodle.com>
Tue, 13 Mar 2018 01:52:19 +0000 (13 09:52 +0800)
committerJake Dallimore <jake@moodle.com>
Wed, 14 Mar 2018 01:36:03 +0000 (14 09:36 +0800)
treeee2d0cc3b1092bf37149f5fb33d9263e3aa2f143
parentf1c1db434a48b9126d85cd3182dc00e3239878d9
MDL-61475 mod_choice: perf improvement when exporting personal data

Instead of creating an array containing all record information and then
writing, we know write periodically during the recordset iteration, thus
alleviating any memory concerns associated with the array approach.
mod/choice/classes/privacy/provider.php