mirror of
https://github.com/postgres/postgres.git
synced 2026-04-04 16:55:45 -04:00
Update sync commit performance documentation to be consistent with other
non-durable items, per Robert Haas.
This commit is contained in:
parent
69039ea8b5
commit
e84730a916
1 changed files with 2 additions and 2 deletions
|
|
@ -1157,9 +1157,9 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
|
|||
|
||||
<listitem>
|
||||
<para>
|
||||
Turn off <xref linkend="guc-synchronous-commit">; there might be no
|
||||
Turn off <xref linkend="guc-synchronous-commit">; there is no
|
||||
need to write the <acronym>WAL</acronym> to disk on every
|
||||
commit. This can cause transaction loss after a server crash.
|
||||
commit.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
|
|||
Loading…
Reference in a new issue