Руководство:PopulatePPSortKey.php

From mediawiki.org
This page is a translated version of the page Manual:PopulatePPSortKey.php and the translation is 10% complete.
Версия MediaWiki:
1.30

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

See also