-
Improvement
-
Resolution: Fixed
-
Major
-
3.9.4, 3.10.1, 3.11, 4.1
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_401_STABLE
-
MOODLE_401_STABLE
-
MDL-70870_master -
We encountered slow queries with the delete of records in tables search_simpledb_index.
Indeed, there is 3 ways to delete records :
- by courseid
- by context
- by areaid
These fields are not indexed and cause slow queries.
Best regards,