dummy commit
This commit is contained in:
parent
cd7569a546
commit
d854c7dc6c
@ -1696,6 +1696,15 @@ include 'filename'
|
|||||||
turning off <varname>fsync</varname>.
|
turning off <varname>fsync</varname>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
For reliable recovery when changing a cluster from
|
||||||
|
<varname>fsync</varname> off to on, it is necessary to force all
|
||||||
|
modified buffers in the kernel to durable storage. This can be
|
||||||
|
done while the cluster is shutdown or while fsync is on by running
|
||||||
|
<command>initdb --sync-only</command>, running <command>sync</>,
|
||||||
|
unmounting the file system, or rebooting the server.
|
||||||
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
In many situations, turning off <xref linkend="guc-synchronous-commit">
|
In many situations, turning off <xref linkend="guc-synchronous-commit">
|
||||||
for noncritical transactions can provide much of the potential
|
for noncritical transactions can provide much of the potential
|
||||||
|
Loading…
x
Reference in New Issue
Block a user