Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.8.2
-
Fix Version/s: DEV backlog
-
Component/s: Authentication
-
Labels:
-
Environment:Linux/Mysql/Oracle
-
Database:MySQL, Oracle
-
Affected Branches:MOODLE_18_STABLE
Description
The current auth/db implementation for syncing users is a memory hog if you have lots of users. We should use the same technique auth/ldap does: using a temporary user table and doing things from the database instead of from moodle.
Issue Links
| This issue has a non-specific relationship to: | ||||
| MDL-25372 | Use temporary tables in sync_users of external database authentication |
|
|
|
This proccess takes the risk of data loss if the LAN connections are weak or break.