Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ab9997

Browse files
committed
Patch to mention cost-based delay in vacuum reference
Alvaro Herrera
1 parent1f54d43 commit2ab9997

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

‎doc/src/sgml/ref/vacuum.sgml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.36 2004/12/02 19:28:48 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.37 2005/07/30 15:45:49 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -174,6 +174,15 @@ VACUUM [ FULL | FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">ta
174174
to occupy less disk space. <command>VACUUM FULL</command> will usually
175175
shrink the table more than a plain <command>VACUUM</command> would.
176176
</para>
177+
178+
<para>
179+
During <command>VACUUM</command> execution, there can be a substantial
180+
increase in I/O traffic, which cause poor performance for other active
181+
sessions. Therefore, it is sometimes advisable to use
182+
the cost-based vacuum delay feature. See <xref
183+
linkend="runtime" endterm="runtime-config-resource-vacuum-cost"> for more
184+
details.
185+
</para>
177186
</refsect1>
178187

179188
<refsect1>
@@ -229,6 +238,7 @@ VACUUM
229238

230239
<simplelist type="inline">
231240
<member><xref linkend="app-vacuumdb" endterm="app-vacuumdb-title"></member>
241+
<member><xref linkend="runtime" endterm="runtime-config-resource-vacuum-cost"></member>
232242
</simplelist>
233243
</refsect1>
234244
</refentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp