"Aaron Schulz" posted a comment on MediaWiki.r104949.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/104949#c26810

Commit summary for MediaWiki.r104949:

purgeParserCache.php improvements:
* Do queries in batches of 100 rows instead of all at once. Note that if there 
are a lot of objects with the exact same expiry time, it might take multiple 
runs of the script to delete them all.
* Progress meter.

Aaron Schulz's comment:

I'm also curious how many items are added to the disk cache with a low expiry 
(like a page with a minute/hour magic word). Do we have a check to not bother 
putting those on disk (and only memcached)?

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to