Skip to content

Update with_cache bulk read

Rohit Kothur requested to merge rkothur/better-with-cache-bulk-read into master

Description

This is a small MR to implement a better bulk_read_blobs for the with_cache storage implementation. Rather than individually calling get_blob (which could involve a lot of network requests in the case of e.g. a fallback remote CAS), we simply make 2 calls to bulk_read_blobs.

Edited by Rohit Kothur

Merge request reports