filecoin-project / dagstore

a sharded store to hold large IPLD graphs efficiently, packaged as location-transparent attachable CAR files, with mechanical sympathy
Other
42 stars 24 forks source link

Fix: add on-disk deletion of shards #145

Closed LexLuthr closed 2 years ago

LexLuthr commented 2 years ago

Currently, dagstore implementation only deletes the shard from in-memory map of keys. When dagstore is restarted, the shard comes back from disk.