|
|
|
|
|
by jmalicki
1 hour ago
|
|
If you can't at least guarantee write ordering you don't even have consistency. Fsync is often used when the data doesn't truly need to be on disk, because there aren't very good write ordering APIs exposed, even if that's all you truly need. |
|