|
|
|
|
|
by toast0
452 days ago
|
|
What state is new for transaction 1? There was always a gap between "write to disk" and fsync. Now it's a bit longer because we did some other stuff, but that gap was possible before, too. We still don't tell people it's committed until the fsync returns. |
|
Otherwise, is the suggestion that there be an artificial delay to allow other transactions to piggyback before returning success on commit 1?
Should that be a default? (That was the context of this thread)