MDL-51498 core_grades: Prevent unnecessary grade record fetching
All of these changes make use of already fetched grade data. Without these changes, the gradebook regrade process does not scale well with very large courses because it fetches many grade records, one at a time.
Please register or sign in to comment