dagstore icon indicating copy to clipboard operation
dagstore copied to clipboard

a sharded store to hold large IPLD graphs efficiently, packaged as location-transparent attachable CAR files, with mechanical sympathy

Results 47 dagstore issues
Sort by recently updated
recently updated
newest added

- Now that we have automated GC of transients, we need a way for callers to acquire shards with a "GetIfExists" semantics. This enables callers who do not want to...

Currently, the inverted index uses a [datastore interface](https://github.com/filecoin-project/dagstore/blob/master/index/inverted_index_impl.go#L11) for storing shard information. This index would be well served using [storethehash](https://github.com/ipld/go-storethehash) There was an initial attempt at doing this, but the...

Since I need to work on a proposal for a change here (based on discussion @ https://github.com/filecoin-project/boost/pull/715) I thought I'd get familiar with the codebase by attempting a conversion to...

**This is only a proposal for the purpose of discussion around https://github.com/filecoin-project/boost/pull/715, if we go this route there'd be more testing needed.** ## Summary of the problem Storage providers have...

For #134 . Final and PR 4 for the Automated GC work. Config for Watermark based GC and solid unit/e2e tests.

For #134 . PR 3 for the Automated GC Work. Interface for users to be able to plug in their own GC algorithm. We ship with a default LRU implementation.

For #134 PR 2 for the Automated GC work. The dagstore event loop performs automated watermark based GC and handles quota reservations and releases. Extendable GC interface used in this...

This looks like abandonware even though it is supposed to be a key piece of the Lotus stack and one of the pinnacles of large-scale DAG-storage engineering ever made. Is...