-
Notifications
You must be signed in to change notification settings - Fork 672
Closed
Description
Contact Details
No response
Is there an existing issue for this?
- I have searched all the existing issues
Is your feature request related to a problem? Please describe.
When executing random read operations on small blocks of IO data, the file system's prefetching mechanism may cause substantial IO amplification. This can negatively affect disk throughput and overall system performance.
Describe the solution you'd like.
The system supports direct I/O read operations for volumes, allowing data to be read directly from the storage device without passing through the operating system's cache, thereby improving performance for certain types of I/O operations
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request