Hacker News new | ask | show | jobs
by pg314 1153 days ago
Maybe I'm missing something, but after a cursory glance, I can't find any place where that library does an fsync() call. How does it handle durability?
2 comments

your comment made me laugh. I never thought about entering a codebase by searching for fsync, but in the case of a DB that's probably the best place to start :))
True, it's missing a call to (finish-output), I'll take a closer look later.