Aaron Schulz has uploaded a new change for review. Change subject: [FileRepo] Lazy load large metadata from the DB. ......................................................................
[FileRepo] Lazy load large metadata from the DB. * Previously, large values that could not fit into memcached would not be cached and the master DB would be hit for any file loading (djvu files hit this often). Change-Id: I3ed8ad4a85d6e3084330b56c3b48ee76103bd2b8 --- M includes/filerepo/file/LocalFile.php M includes/filerepo/file/OldLocalFile.php 2 files changed, 142 insertions(+), 15 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/10/45510/1 -- To view, visit https://gerrit.wikimedia.org/r/45510 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3ed8ad4a85d6e3084330b56c3b48ee76103bd2b8 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Aaron Schulz <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
