-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
-
2.0, 2.3.2, 2.4, 2.8
-
Any
-
MOODLE_20_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_28_STABLE
-
MDL-25373-master -
This patch does two things for auth/db:
- Faster user sync
- Use temporary tables to store all users with all fields
- Select which users to update/insert/revive using (left) joins
- Update user info using only one UPDATE statemente (instead of 1 udpate for each field for each user)