Actions
Feature #18961
openGo FileSystem / FUSE mount supports block prefetch
Start date:
Due date:
% Done:
0%
Estimated time:
(Total: 0.00 h)
Story points:
2.0
Description
Use something like the arv-mount strategy for prefetch:
When a read happens on a file, look at the next N blocks the make up the file and issue prefetch requests for those blocks. These blocks get loaded into the cache so they are ready to go when they are needed.
There should be a config knob to control how much data or blocks are prefetched so that sites can experiment with optimal throughput.
Related issues
Updated by Peter Amstutz about 1 year ago
- Related to Story #17849: FUSE driver v2 added
Updated by Peter Amstutz about 1 year ago
- Target version changed from 2022-05-11 sprint to 2022-05-25 sprint
Updated by Peter Amstutz about 1 year ago
- Target version deleted (
2022-05-25 sprint)
Updated by Peter Amstutz about 2 months ago
- Release deleted (
60) - Subject changed from Go FileSystem / FUSE mount supports block caching & prefetch to Go FileSystem / FUSE mount supports block prefetch
Updated by Peter Amstutz about 2 months ago
- Story points set to 2.0
- Target version changed from To be groomed to To be scheduled
- Description updated (diff)
Updated by Peter Amstutz about 1 month ago
- Target version changed from To be scheduled to Development 2023-05-10 sprint
Updated by Peter Amstutz about 1 month ago
- Target version changed from Development 2023-05-10 sprint to Development 2023-05-24 sprint
Updated by Peter Amstutz about 1 month ago
- Target version changed from Development 2023-05-24 sprint to Development 2023-06-07
Updated by Peter Amstutz 17 days ago
- Target version changed from Development 2023-06-07 to Development 2023-06-21 sprint
Updated by Peter Amstutz 3 days ago
- Target version changed from Development 2023-06-21 sprint to To be scheduled
Actions