Will there be a significant difference in the performance of randomly writing to the test disk when setting or not setting the ODIRECT field when opening a file? #1152
Replies: 1 comment 1 reply
-
This isn't a generic help forum, it's only for io_uring. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I didn't set up ODIRECT, the performance tested was 300W iops. Under the same traffic model, the performance tested with ODIRECT was 30W iops. Using the fio tool, the performance tested with ODIRECT was around 60W iops. This may be an error in my testing program? Or what is the reason?
Beta Was this translation helpful? Give feedback.
All reactions