Manual:populatePPSortKey.php
From Linux Web Expert
<td class="mw-version-versionbox" title="<translate nowrap> The latest stable version is <tvar name=1>1.41</tvar></translate>">
<translate> ≥</translate> 1.30
<translate> MediaWiki version:</translate> |
MediaWiki file: populatePPSortKey.php | |
---|---|
Location: | maintenance/ |
Source code: | master • 1.41.1 • 1.40.3 • 1.39.7 |
Classes: | PopulatePPSortKey |
Details
populatePPSortKey.php is a maintenance script that populates the pp_sortkey
fields in the page_props table.
pp_sortkey can be used for efficient queries and sorted by the property value. It processes 100 items in every batch. This script runs by default when you run update.php .
Options
This script does not take any options.
Usage
php maintenance/populatePPSortKey.php
Terminal
$ php maintenance/populatePPSortKey.php Populating page_props.pp_sortkey... Populating page_props.pp_sortkey complete. Updated a total of 24 rows