Manual:PopulateExternallinksIndex60.php/pl
Wersja MediaWiki: | ≥ 1.32 |
Plik MediaWiki: populateExternallinksIndex60.php | |
---|---|
Lokalizacja: | maintenance/ |
Kod źródłowy: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Klasy: | PopulateExternallinksIndex60 |
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.
Options/Arguments
This script does not take any options or arguments.
Usage
php maintenance/populateExternallinksIndex60.php
Terminal
$ php maintenance/populateExternallinksIndex60.php Populating externallinks.el_index_60... el_id 0 - 200 of 213 el_id 200 - 400 of 213 Done, 3 rows updated.
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.