Module forest_filecoin::db::car::many

source ·
Expand description

The ManyCar block store is the union of N read-only CAR-backed block stores and a single writable block store. Get requests are forwarded to each store (including the writable store) and the first hit is returned. Write requests are only forwarded to the writable store.

A single z-frame cache is shared between all read-only stores.

Structs§