You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncompressed CARs can be used as a blockstore. feat: CAR-backed Blockstore #3085
Forest scans a CAR file, building an index. It then scrolls to file offsets to read IPLD data.
Manyframe compressed CARs can be used as a blockstore. feat: use zstd compressed cars as blockstores #3149
Forest can produce manyframe-compressed CAR files with forest snapshot compress. They are backwards compatible with lotus.
Forest scans manyframe-compressed CAR files, building an index. It scrolls to file offsets to read compressed zstd frames. It scrolls to offsets in zstd frames to read IPLD data.
Custom car format with pre-indexing and compression. feat: read and write support for forest.car.zst files #3213
Forest can produce .forest-car.car files with forest snapshot compress. They are backwards compatible with lotus.
Forest loads an index from .forest.car files. It scrolls to fille offsets to read compressed zstd frames. It scrolls to offsets in zstd frames to read IPLD data.
Remove manyframe compressed CAR support (superseded by forest-car.car format)
All applicable cli frontends (can) use custom car format
All applicable cli frontends (can) export custom car format
Forest scans a CAR file, building an index. It then scrolls to file offsets to read IPLD data.
Forest can produce manyframe-compressed CAR files with
forest snapshot compress
. They are backwards compatible with lotus.Forest scans manyframe-compressed CAR files, building an index. It scrolls to file offsets to read compressed zstd frames. It scrolls to offsets in zstd frames to read IPLD data.
Forest can produce
.forest-car.car
files withforest snapshot compress
. They are backwards compatible with lotus.Forest loads an index from
.forest.car
files. It scrolls to fille offsets to read compressed zstd frames. It scrolls to offsets in zstd frames to read IPLD data.forest-car.car
format)Might not even need this
The text was updated successfully, but these errors were encountered: