Files
moodle/grade/classes
Neill Magill 8f995f9adc MDL-77965 grade: Improve data export performance
The existing query was inefficient using an index scan and
index merges. This change splits the query up into many individually
much more efficient queries.

This should significantly improve performance on large sites.
2024-02-23 09:33:23 +00:00
..