Replies: 2 comments
-
Yes we should be using direct I/O. Please send a patch. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Note that this will impose buffer size and alignment requirements and assuming you want the data durable, still requires explicit see discussion here: Please benchmark your proposed changes when you submit a patch. Also please ensure cross-platform compatibility (macOS does not have It should be an interesting experiment! Good luck! |
Beta Was this translation helpful? Give feedback.
-
Now that we have managed the disk cache ourselves, why not use IO_DIRECT to reduce memory copies?
Beta Was this translation helpful? Give feedback.
All reactions