diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2011-11-13 09:00:57 +0000 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2011-11-13 09:00:57 +0000 |
commit | 4de82f7d7c50a81ec8e70e2cb0ab413ab9134c0b (patch) | |
tree | 7ee129540269debbdf22771e1e99244445213e6a /src/tutorial/basics.source | |
parent | 02d88efea1f719e59ce684c2e14bad23d55fdd15 (diff) | |
download | postgresql-4de82f7d7c50a81ec8e70e2cb0ab413ab9134c0b.tar.gz postgresql-4de82f7d7c50a81ec8e70e2cb0ab413ab9134c0b.zip |
Wakeup WALWriter as needed for asynchronous commit performance.
Previously we waited for wal_writer_delay before flushing WAL. Now
we also wake WALWriter as soon as a WAL buffer page has filled.
Significant effect observed on performance of asynchronous commits
by Robert Haas, attributed to the ability to set hint bits on tuples
earlier and so reducing contention caused by clog lookups.
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions