Manual:PopulateExternallinksIndex60.php/de

MediaWiki Version:
1.32
Category:MediaWiki code/de#PopulateExternallinksIndex60.php

Details

populateExternallinksIndex60.php is a maintenance script that populates the el_index_60 field in the externallinks table. el_index_60 is el_index truncated to 60 bytes to allow for sortable queries that aren't supported by a partial index.

This script runs by default when you run update.php. It processes 200 items in a batch.

Optionen/Argumente

Dieses Skript akzeptiert keine Optionen oder Argumente.

Verwendung

php maintenance/run.php populateExternallinksIndex60
Terminal
Whenever the script runs, it makes a note in the database and will not run again. If you want to run the script again, run the command with the --force option.
In MediaWiki version 1.39.13 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

Siehe auch

Category:Maintenance scripts/de Category:Database maintenance scripts/de
Category:Database maintenance scripts/de Category:Maintenance scripts/de Category:MediaWiki code/de