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

Nitpick: If you're careful fdatasync() can suffice.