Y
Hacker News
new
|
ask
|
show
|
jobs
by
jules
4825 days ago
That's certainly a possibility but I'll have to assume that they are running with the same durability guarantees unless proven otherwise :)
1 comments
hyc_symas
4825 days ago
Correct. In synchronous mode full ACID semantics are guaranteed. Writable mmap avoids memcpy()/write() overhead but msync() is still performed.
link