Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: Performance
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
Description
It would give an advantage on clusters if Moodle could allow slave (read-only) databases. Moodle could use master DB server for all write operations and could use slave DB server for all read operations. It will make clustering with Moodle simpler to setup and maintain.
DB layer 2.0 could make it possible (easier) to do.
Issue Links
| This issue will help resolve: | ||||
| MDL-15776 | Read-only mode |
|
|
|
yes it should be possible to write new database driver for this, but I do not think it will be implemented and maintained in official Moodle distribution; I think that better performance gains should be possible via clever shared memory usage