|
551 | 551 | flushed to disk after a configurable number of bytes. Otherwise, these
|
552 | 552 | pages may be kept in the OS's page cache, inducing a stall when
|
553 | 553 | <literal>fsync</literal> is issued at the end of a checkpoint. This setting will
|
554 |
| - often help to reduce transaction latency, but it also can an adverse effect |
555 |
| - on performance; particularly for workloads that are bigger than |
| 554 | + often help to reduce transaction latency, but it also canhavean adverse |
| 555 | +effecton performance; particularly for workloads that are bigger than |
556 | 556 | <xref linkend="guc-shared-buffers"/>, but smaller than the OS's page cache.
|
557 | 557 | </para>
|
558 | 558 |
|
|