top | item 42289393 (no title) smooc | 1 year ago I wonder if there is a write guarantee, i.e. can we be certain the function only returns when the entry has been written to durable storage?Or is it best effort? discuss order hn newest avinassh|1 year ago (author here)Currently, there is durability guarantee. The call returns only after successful write to S3. This is close to fsync in a single node system. I plan to add a relaxed write modeI am tracking the issue here: https://github.com/avinassh/s3-log/issues/4
avinassh|1 year ago (author here)Currently, there is durability guarantee. The call returns only after successful write to S3. This is close to fsync in a single node system. I plan to add a relaxed write modeI am tracking the issue here: https://github.com/avinassh/s3-log/issues/4
avinassh|1 year ago
Currently, there is durability guarantee. The call returns only after successful write to S3. This is close to fsync in a single node system. I plan to add a relaxed write mode
I am tracking the issue here: https://github.com/avinassh/s3-log/issues/4