1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-26 18:42:40 +01:00
Neill Magill 32a915ecd2 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:32:06 +00:00
..