We've introduced BlobStore::getBlobBatch to fetch a bulk of blobs given the array of blob addresses. Blob metadata is already fetched from the database in a batch query, however the actual content is expanded from external store one-by one. We need to use existing ExternalStoreAccess::fetchFromURLs instead and fetch actual blob contents in a batch as well.
Description
Description
Related Objects
Related Objects
- Mentioned Here
- T228988: Create batch access interface for page content
Event Timeline
Comment Actions
OK, thanks. I'm moving it out of the MCR schema migration initiative to the general MCR initiative.