(no title)
aaronbwebber | 2 months ago
Many applications do not require true durability and it is likely that many applications benefit from lazy fsync. Whether it should be the default is a lot more questionable though.
aaronbwebber | 2 months ago
Many applications do not require true durability and it is likely that many applications benefit from lazy fsync. Whether it should be the default is a lot more questionable though.
johncolanduoni|2 months ago
traceroute66|2 months ago
Yeah, it should use safe-defaults.
Then you can always go read the corners of the docs for the "go faster" mode.
Just like Postgres's infamous "non-durable settings" page... https://www.postgresql.org/docs/18/non-durability.html
semiquaver|2 months ago
tybit|2 months ago
senderista|2 months ago
unknown|2 months ago
[deleted]
otabdeveloper4|2 months ago
Pretty much no application requires true durability.
staticassertion|2 months ago
When your system doesn't do things like fsync, you can't do that at all. X is 1. That is not what people expect.
Most people probably don't require X == Y, but they may have requirements that X > 1.