Aaron Schulz has submitted this change and it was merged. Change subject: [Upload] [Schema] Added us_props column to avoid expensive GETs. ......................................................................
[Upload] [Schema] Added us_props column to avoid expensive GETs. * We already compute the props when stashing, so including that in a column lets us reuse it later when the stashed file is to be published. Change-Id: I3d6adb6528f1e992d8986058806e745c4e1c0300 --- M RELEASE-NOTES-1.21 M includes/installer/MysqlUpdater.php M includes/installer/SqliteUpdater.php M includes/upload/UploadFromStash.php M includes/upload/UploadStash.php A maintenance/archives/patch-uploadstash-us_props.sql M maintenance/tables.sql 7 files changed, 18 insertions(+), 6 deletions(-) Approvals: Aaron Schulz: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/34648 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3d6adb6528f1e992d8986058806e745c4e1c0300 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Aaron Schulz <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: Asher <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: J <[email protected]> Gerrit-Reviewer: Mdale <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
