Thread: AW: Allowing WAL fsync to be done via O_SYNC

AW: Allowing WAL fsync to be done via O_SYNC

From
Zeugswetter Andreas SB
Date:
> For a log file on a busy system, this could improve throughput a lot--batch
> commit.  You end up with fewer than one fsync() per transaction.

This is not the issue, since that is already implemented.
The current bunching method might have room for improvement, but
there are currently fewer fsync's than transactions when appropriate.

Andreas