Replies: 1 comment 1 reply
-
Without write-behind every write that happens from fuse goes over network. Write-behind lies about completing this write and returns to fuse immediately saying write is successful and tries to send these writes in the background. If the write-requests are small, it also merges the contiguous writes to form bigger buffer so that it can send all of the data in one shot. So the purpose of write-behind is to reduce number of writes over network in fuse's write path. I am yet to do a dev-session on this. Will cover the details when I do it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In this page write-behind, we can get this setence.
I am confused what happen? it seems a paradox and I coludn't understand. thanks.
Beta Was this translation helpful? Give feedback.
All reactions