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

mfs write performance #6

Open
piedar opened this issue May 20, 2018 · 0 comments
Open

mfs write performance #6

piedar opened this issue May 20, 2018 · 0 comments

Comments

@piedar
Copy link
Owner

piedar commented May 20, 2018

Some tools like wget and curl write in small chunks of 4096, which is dreadfully slow.
Need to optimize for this common case.

  • workaround with wget "${URI}" -O- | mbuffer -s 256k -o "${OUT}"
  • fuse-v2 still seems limited to 128K even with -o big_writes
  • fuse-v3 has writeback cache, but is not yet supported possibly abandoned upstream
  • experimental and still badly broken: mfs-writeback and mfs-writethrough
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant