Handbuch:$wgDefaultExternalStore
LoadBalancer Einstellungen: $wgDefaultExternalStore | |
---|---|
Default external store for new revisions. |
|
Eingeführt in Version: | 1.6.0 (r12537) |
Entfernt in Version: | Weiterhin vorhanden |
Erlaubte Werte: | Array, Zeichenkette oder false |
Standardwert: | false |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
The place to put new revisions, false to put them in the local text
table.
Teil einer URL, z.B.
DB://cluster1
Can be an array instead of a single string, to enable data distribution. A cluster will be chosen randomly each time from the array. If inserting on the selected cluster fails, another one will be tried until all clusters fail. Keys must be consecutive integers, starting at zero. Beispiel:
$wgDefaultExternalStore = array( 'DB://cluster1', 'DB://cluster2' );