Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Use cache to improve pin performance #2198

Closed
wants to merge 6 commits into from

Conversation

dirkmc
Copy link
Contributor

@dirkmc dirkmc commented Jun 24, 2019

Fixes #2197

Note: This PR is branched off the Offline Blockstore PR, because the fix in the Offline Blockstore PR allows us to parallelize some pinning operations that would otherwise be prohibitively slow.

@dirkmc dirkmc marked this pull request as ready for review June 27, 2019 18:28
@dirkmc dirkmc requested a review from alanshaw June 27, 2019 18:28
@alanshaw alanshaw mentioned this pull request Aug 27, 2019
66 tasks
@achingbrain achingbrain mentioned this pull request Sep 25, 2019
52 tasks
@daviddias
Copy link
Member

Hi! js-ipfs master just got a whole new set of automated tests with #2528, #2440 and also running some of the test suites from our early testers (hi5 to @achingbrain for setting it all up!). Would you mind rebasing the master branch on this PR to ensure it runs all the latest tests? Thank you!

@achingbrain
Copy link
Member

Pinning is now handled by the ipfs-repo module, and pins are stored in the datastore not a DAG so this PR should be rewritten if we still want to do caching in this style.

@achingbrain achingbrain deleted the feat/pin-perf branch August 26, 2021 17:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants