mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Change the "distributed checkpoint" release note item to Greg Smith's proposed
wording.
This commit is contained in:
parent
c5156c646b
commit
a3102ce1ef
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.564 2007/12/09 19:01:40 tgl Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.565 2007/12/10 01:48:54 alvherre Exp $ -->
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Typical markup:
|
Typical markup:
|
||||||
@ -165,7 +165,8 @@ do it for earlier branch release files.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Smoothed checkpoints prevent checkpoint I/O spikes
|
Checkpoint writes can be spread over a longer time period to smooth
|
||||||
|
the I/O spike during each checkpoint
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -686,8 +687,9 @@ current_date < 2017-11-17
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Smoothed checkpoints prevent checkpoint I/O spikes (Itagaki
|
Checkpoint writes can be spread over a longer time period to smooth
|
||||||
Takahiro and Heikki Linnakangas)
|
the I/O spike during each checkpoint (Itagaki Takahiro and Heikki
|
||||||
|
Linnakangas)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user