Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Add performance #1223

Closed
whyrusleeping opened this issue May 11, 2015 · 6 comments
Closed

Improve Add performance #1223

whyrusleeping opened this issue May 11, 2015 · 6 comments
Assignees
Labels
topic/perf Performance

Comments

@whyrusleeping
Copy link
Member

the ipfs add operation is quite slow, we need to improve this.

@whyrusleeping whyrusleeping self-assigned this May 11, 2015
@whyrusleeping whyrusleeping mentioned this issue May 11, 2015
30 tasks
@jbenet jbenet mentioned this issue May 19, 2015
52 tasks
@whyrusleeping
Copy link
Member Author

merged #1242, it helped

@whyrusleeping
Copy link
Member Author

#1274 will help as well

@whyrusleeping
Copy link
Member Author

after #1242, 100GB is estimated to take ~2hrs

@rht
Copy link
Contributor

rht commented Jun 22, 2015

@whyrusleeping ipfs get flushes every 32 KB if this is too often?

@whyrusleeping
Copy link
Member Author

no, thats fine. ipfs get is mostly bottlenecked on bitswap cramming things into the blockstore, not writing a single file to disk clientside

@daviddias daviddias added the topic/perf Performance label Jan 2, 2016
@daviddias
Copy link
Member

Let's merge this discussion on #1216

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/perf Performance
Projects
None yet
Development

No branches or pull requests

3 participants