Mwjames has uploaded a new change for review. Change subject: Migration Store2 > Store3 via JobQueue ......................................................................
Migration Store2 > Store3 via JobQueue ## Description There is some db select overhead but it is a trade-off to keep the actual update process within a job that can be put on hold or restarted without looking down the database during the update process. The update job could also delete the entry from the original store2 ids but which methods is at our disposal? Change-Id: Ic4b53e6c7c73f3d28c7af75211253981eb9ea28b --- M includes/SMW_Setup.php A includes/jobs/MigrationJob.php M maintenance/SMW_migration.php 3 files changed, 69 insertions(+), 68 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticMediaWiki refs/changes/71/34071/1 -- To view, visit https://gerrit.wikimedia.org/r/34071 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic4b53e6c7c73f3d28c7af75211253981eb9ea28b Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SemanticMediaWiki Gerrit-Branch: master Gerrit-Owner: Mwjames <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
