Hacker News new | ask | show | jobs
by dangoodmanUT 1135 days ago
Can you turn fsync off and rely on recovery with Redpanda?
1 comments

no, because it is built into the raft protocol itself. with Acks=-1 we only acknowledge to the producer once data has

1. writen to majority 2. majority has done an fsync()

i can see in the future giving people opt-out options here tho.