Manual:$wgDefaultExternalStore
ロードバランサーの設定: $wgDefaultExternalStore | |
---|---|
新しい版用の既定の外部ストア。 |
|
導入されたバージョン: | 1.6.0 (r12537) |
除去されたバージョン: | 使用中 |
許容される値: | 配列、文字列、false のいずれか |
既定値: | false |
その他の設定: アルファベット順 | 機能順 |
詳細
新しい版を配置する場所。ローカルの text
テーブルに配置する場合は false。
URL の一部。例:
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. 例:
$wgDefaultExternalStore = array( 'DB://cluster1', 'DB://cluster2' );