mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #1490] May support range cache? #786
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#786
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 @fly3366 on GitHub (Dec 4, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1490
If anyone(like ffprobe) need only a few parts of large file. A parted cache(with file offset) may better. PR?
@gaul commented on GitHub (Dec 4, 2020):
Doesn't this already work? What kind of behavior do you observe? You can see what s3fs is fetching via
-f -o curldbg.@fly3366 commented on GitHub (Dec 8, 2020):
Sorry, My question:
bucketname.statin cache dir shared between multi s3fs instance?bucketin cache dir shared between multi s3fs instance?@gaul commented on GitHub (Dec 8, 2020):
1&2) are not possible and will lead to data corruption
3) should work this way already. However s3fs will prefetch data equal to
multipart_size*parallel_count.