mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #112] Option to disable pages merging #68
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fcand-anevia on GitHub (Jan 23, 2015).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/112
Use case
I need to have some softwares that do random access to parts of objects. I cannot wait for the whole object to be downloaded, when I just need to access the first megabyte of data.
The current implementation merges available pages and download the object to the end. If a software needs to read small piece of data it will need to wait for the download to complete.
It would be convenient to have an option that disables it. I have a patch for this, if you are interested in reviewing it ...
@ggtakec commented on GitHub (Mar 8, 2015):
Hi,
I fixed two bug at #138 which made from issue #97.
One of bug is you know, s3fs try to load whole of file.
#138 fixed it, please try to use master branch codes.
If you find ugs, please post new issue.
Thanks for your assistance.
@fcand-anevia commented on GitHub (Mar 8, 2015):
Nice :) i will try and check it out.
Regards
Le 8 mars 2015 13:25, "Takeshi Nakatani" notifications@github.com a écrit
: