This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
ipfs.dag.put pinning performance #2650
Labels
exp/expert
Having worked on the specific codebase is important
P2
Medium: Good to have, but can wait until someone steps up
status/ready
Ready to be worked
topic/perf
Performance
Hey folks 👋 over in ipfs-log we're using
ipfs.dag.put
to write each appended entry to ipfs and can end up with a high number of entries/hashes fairly quickly. We're not currently pinning content by default but are facing some performance degradation when enabling thepin
option in the latest release:with pinning enabled:
With a high number of hashes, would you recommend pinning them in batches separately? As far as I understand garbage collection still needs to be manually triggered for the moment, is that right? Thanks!
The text was updated successfully, but these errors were encountered: