Y
Hacker News
new
|
ask
|
show
|
jobs
by
beltsazar
716 days ago
But WAL is not for durability, but for atomicity and consistency. And yes, you need to use fsync to ensure durability.
1 comments
anarazel
716 days ago
Nitpick: If you're careful fdatasync() can suffice.
link