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