generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 230
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Tell us more about this new feature.
Hi, first of all thanks for all the work on this project!
We're evaluating using mountpoint-s3 on our ML training nodes. We have a lot more data than we have room for on a single node, but we often read the same data multiple times on the same node, so the cache feature could be very useful.
We are, as expected from a FUSE filesystem, seeing quite bad performance on reads from cached files, however.
It seems like implementing support for FUSE passthrough could help alleviate this somewhat, is this feasible/something you've evaluated for mountpoint-s3?
Similarly, it would be very nice to be able to passthrough writes, and only write to S3 on close(2), for example.
kevarr
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request