Manual:$wgDefaultExternalStore/ko
Appearance
| LoadBalancer settings: $wgDefaultExternalStore | |
|---|---|
| Default external store for new revisions. |
|
| 이 변수가 소개된 버전: | 1.6.0 (r12537) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | array, string or false |
| 기본값: | false |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
The place to put new revisions, false to put them in the local text table.
Part of a URL, e.g.
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. Example:
$wgDefaultExternalStore = array( 'DB://cluster1', 'DB://cluster2' );