Reviewed: https://reviews.mahara.org/3617 Committed: http://gitorious.org/mahara/mahara/commit/ccd5e53dc0d548eceb2fb3c7202b10a47e7275dc Submitter: Robert Lyon ([email protected]) Branch: master
commit ccd5e53dc0d548eceb2fb3c7202b10a47e7275dc Author: Nigel Cunningham <[email protected]> Date: Mon Aug 4 10:10:48 2014 +1000 (Bug1364691) Add artefact_instances_from_ids function. Add support for getting multiple artefacts from an array of IDs, all at once. The main saving is that we then do one SQL query for the whole array instead of one for each element in the array. In testing admin/users/bulkexport.php, this reduced execution time for an export of 1000 users by 12 seconds (approx 10 percent). Change-Id: I51867cd4693a7572dd609b98b6503251e473078a Signed-off-by: Nigel Cunningham <[email protected]> -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1364691 Title: Add support for getting multiple artefacts from an array Status in Mahara ePortfolio: Confirmed Status in Mahara 15.04 series: In Progress Bug description: Add support for getting multiple artefacts from an array of IDs, all at once. The main saving is that we then do one SQL query for the whole array instead of one for each element in the array. In testing admin/users/bulkexport.php, this reduced execution time for an export of 1000 users by 12 seconds (approx 10 percent). To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1364691/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

