top | item 35669471

(no title)

pg314 | 2 years 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?

discuss

order

bsaul|2 years ago

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 :))

codr7|2 years ago

True, it's missing a call to (finish-output), I'll take a closer look later.