Manual:PopulatePPSortKey.php/de

From mediawiki.org
This page is a translated version of the page Manual:PopulatePPSortKey.php and the translation is 50% complete.
MediaWiki Version:
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 .

Optionen

Dieses Skript nimmt keine Optionen an.

Verwendung

php maintenance/populatePPSortKey.php
Terminal

Siehe auch