spacejam / sled

the champagne of beta embedded databases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data is not written durably

devrandom opened this issue · comments

Sled uses sync_file_range for flushes, which does not guarantee durable writes, except on specialized hardware (e.g. battery backed-up HD cache).

see also #1351