Add --no-updates flag to importDump.php that allows the user to skip updating the...
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 2 Aug 2011 14:05:01 +0000 (14:05 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 2 Aug 2011 14:05:01 +0000 (14:05 +0000)
commitb00a32ba3bf9dab19089d19f2b16ad0b07fde42f
treea25e06a2e2ab9634c3758bb57a81a319e4e6898c
parent5dcc810e2bee8d885984c403f7f121fa38a4b1ad
Add --no-updates flag to importDump.php that allows the user to skip updating the links table. On my test dataset (an old (~2 years) MediaWiki namespace dump of enwiki) this speeds up the import from 9m35s to 10s.
includes/Import.php
maintenance/importDump.php