-
Improvement
-
Resolution: Fixed
-
Minor
-
3.2.3, 3.3
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
MOODLE_35_STABLE
-
MDL-59438-master -
We're seeing a slow query in our MySQL monitoring which is due to it having to do a full table scan rather than using an index. It's in calendar_add_icalendar_event():
$DB->get_record('event', array('uuid' => $eventrecord->uuid, |
'subscriptionid' => $eventrecord->subscriptionid) |
It would be useful if there was an index this query could use.
- has a non-specific relationship to
-
MDL-63285 Slow fetching of calendar events
-
- Closed
-