* Add $wgLegacySchemaConversion update-time option to reduce amount of
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 6 May 2005 11:31:18 +0000 (11:31 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 6 May 2005 11:31:18 +0000 (11:31 +0000)
commit094b5bd4811786fe5f7c485ccb5ea3f6ef3e7144
tree9fc3a6584913ee2c68c5444359384ad31b379637
parent1ec4bb98904353a911f6e4e3ff57c754cbe381d6
* Add $wgLegacySchemaConversion update-time option to reduce amount of
  copying during the schema upgrade: creates HistoryBlobCurStub reference
  records in text instead of copying all the cur_text fields. Requires
  that the cur table be left in place until/unless such fields are migrated
  into the main text store.

In my test with a nl.wikipedia.org dump, this sped up the cur-to-old copy
operation from a few hours to a few minutes. Also added some hacky timer
echos in the updater for debug purposes. They should be prettied up but
probably kept.
RELEASE-NOTES
includes/DefaultSettings.php
includes/HistoryBlob.php
includes/Parser.php
maintenance/updaters.inc