Change order of operations during XLogFlush so that we try to include
in our write/flush operation any WAL entries that got queued while we were waiting to get the WALWriteLock. This improves throughput when transactions are small enough that several can be committed per WAL write (ie, per disk revolution).
Showing
Please register or sign in to comment