Manual:$wgEnableChangesListQueryPartitioning
Appearance
From mediawiki.org
| Recent changes, new pages, watchlist and history: $wgEnableChangesListQueryPartitioning | |
|---|---|
Allow Watchlist and RecentChangesLinked queries to be partitioned by rc_timestamp. |
|
| Introduced in version: | 1.45.0 (Gerrit change 1195097; git #70daf4e1) |
| Removed in version: | Still in use |
| Allowed values: | (boolean) |
| Default value: | false |
| Other settings: Alphabetical | By function | |
Details
Allow Watchlist and RecentChangesLinked queries to be partitioned by rc_timestamp.
This may help with performance.
(phab:T403798)