Page MenuHomePhabricator

WikiLambda: ZObjectStore::fetchBatchZObjects doesn't really fetch in batch
Open, MediumPublic

Description

This method fetches a batch of page_titles and creates a TitleArray, but then iterates over it and fetches the contents one by one using ZObjectStore::fetchZObjectTitle

Evaluate whether mediawiki allows us to truly batch-fetch all the contents and if we want to do it or not.

If we decide to leave it as it is, remove FIXME from ZObject.php:216