Rationale
Append-only design + crash mid-write can lead to partial states (recoverable via repair tools).
Proposal: Add .enableFsync(boolean) or .durabilityLevel(Durability) option in Builder for stronger guarantees when needed (at performance cost).
Rationale
Append-only design + crash mid-write can lead to partial states (recoverable via repair tools).
Proposal: Add
.enableFsync(boolean)or.durabilityLevel(Durability)option in Builder for stronger guarantees when needed (at performance cost).