logoalt Hacker News

stingraycharlestoday at 4:07 AM1 replyview on HN

Yeah this should be benchmarked against other systems that have flush() disabled.

mmap is nice but it doesn’t support durable semantics in the way that we usually mean with databases.

if a write is acknowledged it should not be forgotten, which is not what this is.


Replies

rgbimbochamptoday at 4:20 AM

You're right, that mode provides process crash recovery, not power-loss durability. The benchmark compares it against fjall’s equivalent buffered-WAL mode.

show 1 reply