Skip to content

[Feature]: Support for direct I/O read operations with volume #3630

@Victor1319

Description

@Victor1319

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 request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions