Hacker News new | ask | show | jobs
by mxey 297 days ago
You need write barriers for the ordering guarantees of a WAL. that’s why Apple uses barrier sync and not full sync. AFAIK other operating systems do not have this distinction.